Re: Servlet Filters
"Joseph Panico" <[email protected]>
| Newsgroups | gmane.comp.java.tapestry.devel |
|---|---|
| Message-ID | <[email protected]> |
You can use filters for this, but it's not a very Tapestry-ish solution to the problem. You are much, much better off building a simple Tapestry component that can selectively display different menu items depending on component parameter values. You can end up with a very simple, clean implementation where all control logic is treated the same way. Otherwise, you may end up in a complex hybrid Tapestry-filter world that is hard to maintain. good luck, Joseph Panico [email protected] >From: Sanjeev Hiremath <[email protected]> >To: [email protected] >Subject: [Tapestry-developer] Servlet Filters >Date: Wed, 11 Dec 2002 14:35:33 +0000 (GMT) > >Hi All, > I just wanted to know, can I use Servlet filters in >Tapestry. I want to use filters for security. i.e In >our application we have around 10 menu options but all >the options are not available for all users. Based on >user / group the menu options are restricted. I used >filter to do this in previous project. Since we are >planning to use Tapestry for our new project I wanted >to know can I use this with Tapestry. If yes, where do >I put this code. I assume I need to put this in >ApplicationEngine( which extends SimpleEngine ) >class.!! >Since we are all new to Tapestry we are going through >Neil's new Tutorial and Developer Guide. but still we >are comming up with lot's and lot's of doubts. But we >are geeting most of the answers from this users group. > >Thanks for this great and very help full community. > >Regards >Sanjeev Hiremath > >__________________________________________________ >Do You Yahoo!? >Everything you'll ever need on one web page >from News and Sport to Email and Music Charts >http://uk.my.yahoo.com > > >------------------------------------------------------- >This sf.net email is sponsored by: >With Great Power, Comes Great Responsibility >Learn to use your power at OSDN's High Performance Computing Channel >http://hpc.devchannel.org/ >_______________________________________________ >Tapestry-developer mailing list >[email protected] >https://lists.sourceforge.net/lists/listinfo/tapestry-developer _________________________________________________________________ Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail ------------------------------------------------------- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel http://hpc.devchannel.org/