Technically, you can use jsp tags and jsf components together, but you'll quickly run into issues with anything but the simplest scenarios. Here's one (should be mostly valid) article on it: http://www.devx.com/Java/Article/21020/1954. Most of the issues arise around conditional rendering (because JSF expects to manage your view component tree) - and that's exactly what the Shiro tags do. Declare the libs correctly and you can mix them provided that you are careful and intimately familiar with the request processing of both but it's not for the faint-hearted (been there, done that but personally, I'm just glad to be out of that business). Deluan's advise is a good one.
Kalle On Mon, Oct 18, 2010 at 4:02 PM, Deluan Quintão <[email protected]> wrote: > Hi Les and Philip, > > I don't know if Icefaces can use any JSP tags. I'm using JSecurity > with Mojarra+Facelets and I had to convert all tags to Facelets tags. > I'm in the process on migrating to Shiro, and I'll port these tags to > Shiro as well. > > Let me know if this is of interest. > > Regards, > Deluan. >
