[jboss-user] [JBoss jBPM] - Re: radio control

2007-08-22 Thread orochimaru19860000
Thanks kukletje, The problem I'm having right now is that I am new in jbpm and jsf too, so I ve never created a bean and I dont know how it works. So please, If anyone have a small tutorial or anything, jsut let me know, because I found that It is required to work with jsf. Regards. View the

[jboss-user] [JBoss jBPM] - Re: radio control

2007-08-17 Thread orochimaru19860000
thanks kukletje, finally it works what if I want an item to be selected by default? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075167#4075167 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075167

[jboss-user] [JBoss jBPM] - Re: radio control

2007-08-17 Thread kukeltje
standard jsf View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075170#4075170 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075170 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: radio control

2007-08-17 Thread orochimaru19860000
thx for the rapid answer. Could you just write a breif example or add something to this code h:selectOneRadio name=Priority value=Priority style=font-weight: bold | f:selectItem itemLabel=Normal itemValue=Normal / | f:selectItem itemLabel=High itemValue=High / |

[jboss-user] [JBoss jBPM] - Re: radio control

2007-08-17 Thread kukeltje
SelectOneRadio: returning a default from a bean (or setting a variable with a default value) or doing it in an EL or .. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075277#4075277 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: radio control

2007-08-16 Thread kukeltje
the *** should contain the SAME variable you use in the selectoneradio. Since you do not refere there to any variable this will never work. Use a variable just like in the inputtext ones View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074992#4074992 Reply to