[jboss-user] [JBoss Seam] - Re: Seam Object in JSP Scriptlet

2006-09-25 Thread mrohad
what about ENUM ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973805#3973805 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973805 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Seam Object in JSP Scriptlet

2006-09-25 Thread chuckadams
JSF 1.2 handles enums just fine. 1.1 will require you to supply your own enum converter. This page has one of the simplest enum converters around: http://brondsema.net/blog/index.php/2005/09/30/jsf_and_java_5_0_enums View the original post :

[jboss-user] [JBoss Seam] - Re: Seam Object in JSP Scriptlet

2006-09-25 Thread chuckadams
Check the Wiki: http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamWithJSF1.2 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973971#3973971 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973971

[jboss-user] [JBoss Seam] - Re: Seam Object in JSP Scriptlet

2006-09-20 Thread [EMAIL PROTECTED]
create a component which holds the constants as properties, and use EL: h:outputText value=#{constants.someValue}/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3972859#3972859 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam Object in JSP Scriptlet

2006-09-19 Thread [EMAIL PROTECTED]
There is NEVER any good reason to use scriptlets. Please don't do this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3972711#3972711 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3972711