anonymous wrote : I don't see how it is helpful to have <s:link> support the JAAS stuff if other stuff like <h:commandLink> and <h:inputText> do not ... or are you assuming that users will be using this stuff together with a library like tomahawk that *does* support it?
For my specific environment it would be helpful as I use the tomahawk components combined with JAAS quite a lot (most of the tomahawk stuff just seems to add user role support). I don't know how much JAAS itself is really used which might just over complicate stuff on the Seam side. I am sure I can play around with the rendered attribute based on user's roles that I expose to achieve the same effect. As an aside: to use the ui stuff with the latest myfaces snapshot one has to change the imports in HTML.java (seems the myfaces guys have moved things around a bit). Also replace the myfaces-api.jar and myfaces-impl.jar in seam-src/lib with myfaces-api-1.1.3-SNAPSHOT.jar and myfaces-impl-1.1.3-SNAPSHOT.jar org.jboss.seam.ui.HTML.java | //import org.apache.myfaces.renderkit.RendererUtils; | //this for myfaces snapshot 1.1.3 | import org.apache.myfaces.shared_impl.renderkit.RendererUtils; | //import org.apache.myfaces.util.ArrayUtils; | //this for myfaces snapshot 1.1.3 | import org.apache.myfaces.shared_impl.util.ArrayUtils; | | Regards Louis View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934281#3934281 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934281 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
