[jboss-user] [JBoss jBPM] - Re: How to use hibernate session in jbpm xhtml files
Nicos109
do-not-reply at jboss.com
Mon Oct 8 15:11:14 EDT 2007
ok but you're writing your own taglib, that's fine but I'd prefer not to do this but rather use the existing taglibs.
for example the combo box could be filled with a list object.
what I'd like to do is something like this :
<f:selectItems value=#{var['list']}>
or <f:selectItems value=${sessionScope['list']}>
what should I do in a JAVA action class to make this possible ?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4092719#4092719
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4092719
More information about the jboss-user
mailing list