[jboss-user] [JBoss Seam] - Re:

2007-07-23 Thread raviies
Excuse me for not describing my setup earlier: 1> Tomcat 6.0 2> Embedded Jboss: embedded-jboss-beta2 3> JDK 1.5.0_12-b04 4> Interestingly my page source has action empty : | | PLAIN_TEXT | SRB_ENCRYPT | KERBEROS_INTEGRITY TIA RAVI View the original post : http://www.jboss

[jboss-user] [JBoss Seam] - Re:

2007-07-23 Thread raviies
Thanks smithbstl: anonymous wrote : I don't understand where the value for dataTransferScheme is supposed to come from. My Login Bean has following getter to fill up the comboBox and it works alright: public List getAvailableDataTransferSchemes() | { |List result = new ArrayList

[jboss-user] [JBoss Seam] - Re:

2007-07-23 Thread raviies
Thanks Damian I did exactly as you suggested but result is same: "dataTransferScheme : null" The value is being set to null. Any suggestions? TIA Ravi View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4066782#4066782 Reply to the post : http://www.jboss.com/in

[jboss-user] [JBoss Seam] - "h:selectOneMenu" with Ajax4JSF passing selection to backing

2007-07-22 Thread raviies
I'm a JSF, Seam newbie; Excuse me if this is not the right forum I have a form with a dropdown; I want to pass my selection on the "fly" to the backing bean by using Ajax4JSF; Unfortunately I'm not able to able to pass on the "fly"; However form submit seems to work Here's my code snippet: