[Struts2.011] Best approach for limited view

2008-02-07 Thread lbastil
/ more elegant / more flexible alternative in struts2? Thank you very much in advance Basti -- View this message in context: http://www.nabble.com/-Struts2.011--Best-approach-for-limited-view-tp15331144p15331144.html Sent from the Struts - User mailing list archive at Nabble.com

Re: [Struts2.011] Best approach for limited view

2008-02-08 Thread Jeromy Evans
lbastil wrote: Please give me advices what would be the best approach in the struts 2 world to realize a limited view (authorization). In struts 1 I would have created a simple tag which is able to render it childs dependent on authorization of user, something like: ... some content ... Is