[JBoss-user] [JBoss Seam] - Re: valueChangeListener working ?

2006-05-16 Thread karakoyun
Thanks for the replies. Yes the method: public void valueChanged(ValueChangeEvent event) is invoked but I can not access the value that is defined in in that method. It is null :( I assumed the value would be submitted whenever the above method gets called in my bean. Thanks, View the orig

[JBoss-user] [JBoss Seam] - JavaWorld Article: JSF frameworks: Shale and Seam

2006-05-16 Thread karakoyun
http://www.javaworld.com/javaworld/jw-05-2006/jw-0515-jsf-p3.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943532#3943532 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943532 ---

[JBoss-user] [JBoss Seam] - valueChangeListener working ?

2006-05-12 Thread karakoyun
I am not sure it is my usage or functionality is still missing: I am getting NoSuchMethodException on call to valueChangeListener in h:selectOneMenu. I checked forums and the last one was from last year and it claimed it was not working. I wonder whether is working now. Thanks, Karakoyun

[JBoss-user] [JBoss Seam] - Re: RollbackException on Validation

2006-05-10 Thread karakoyun
Thanks for your reply. After I added message(s) to my validations in my Entity, my app started to work fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942427#3942427 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [JBoss Seam] - RollbackException on Validation

2006-05-09 Thread karakoyun
I am trying to use seam-1.0.0.CR2 on jboss-4.0.4.CR2. I started to get RollbackException when I enter invalid data into my form. From docs what I read was the validation takes place before a method body gets executed. I am in a difficult position to understand how I do get a RollbackException.