Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] advising JSP's

Hi,
     I have several JSP's that display certain fields based on the role of the login user. So I use tags like this
 
<logic:notPresent role="admin">
 
I want to isolate this concern and weave it into the servlets generated from the JSP's.  But I found that the generated servlets are pretty complex.
How do you handle this type of weaving ? Appreciate any suggestions.
 
Thanks,
Mohan

Back to the top