RE: Users & Roles in JSTL

2003-06-24 Thread Karr, David
You'll find that complex applications will end up using more than one tag library. It's not really practical to assume you'll do everything with a single tag library, whether it's Struts, JSTL, or the Display tag library. If you want to use both Struts and JSTL, you can use the Struts-EL library

Users & Roles in JSTL

2003-06-24 Thread Fulbright, Scott
I am trying to optionally insert content if a user has a specific role. I am currently developing an application using JSTL & Struts. I would really like a construction similar to: But I would much prefer using a JSTL tag to do this. I have attempted several different ways