[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[aspectj-users] Weaving JSP's
|
- From: Mohan Radhakrishnan <radhakrishnan.mohan@xxxxxxxxx>
- Date: Mon, 13 Feb 2006 20:28:27 +0530
- Delivered-to: aspectj-users@eclipse.org
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=kRiAO55NKF99lUm9LSydrH04t3Fq2tWSxRpiescNgpFOIJi0T54sGjjmQ5J3Jzpepsas/xvMFZOQB7sLmTy9RlvHoHkVV/dXz4rkJ1y4GDKG/vgKUdnfaxuBakGCn0s7uMzR+Yiz8rzkm/fcTCEESTCcIjhNJ7mMdqVw9bmfLhM=
Hi,
Some of mails are ending up in the archives but are not sent to the list. So I am sending again.
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