Hi all,We're porting an app from Struts 1 to Struts 2, and I'm having trouble figuring out how to conditionally include a portion of a JSP depending on the role of the user principal. In Struts 1 we did this:
<logic:present role="SERVICE,SYSTEM">
... some html ...
</logic:present>
What's the preferred way of doing this in Struts2? Thanks,
Russ

