[jboss-user] [JBoss Seam] - Re: selectOneMenu and commandButton conflict

2007-03-01 Thread petemuir
No. Don't put it in the lib folder. Follow the examples provided for packaging. It looks like converter isn't getting used. As for why... You should check with a breakpoint whether the converter is used. You could also try registering the converter by id - org.jboss.seam.EntityConverter iir

[jboss-user] [JBoss Seam] - Re: selectOneMenu and commandButton conflict

2007-02-27 Thread grdzeli_kaci
"petemuir" wrote : | | Foo is the backing bean on which you wish to set the application property. It could be just #{application} - though I'm not sure how well this works on the whole. ok, 1. i had entityconverter.jar into my war file 2.my project component.xml file looks like : |

[jboss-user] [JBoss Seam] - Re: selectOneMenu and commandButton conflict

2007-02-27 Thread petemuir
Foo is the backing bean on which you wish to set the application property. It could be just #{application} - though I'm not sure how well this works on the whole. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023065#4023065 Reply to the post : http://w

[jboss-user] [JBoss Seam] - Re: selectOneMenu and commandButton conflict

2007-02-27 Thread grdzeli_kaci
sorry petemuir for my disturb :( i tryed it for a week and could not resolve this problem, i added ur jar file into build.xml file | | | | | |

[jboss-user] [JBoss Seam] - Re: selectOneMenu and commandButton conflict

2007-02-26 Thread petemuir
Oops, no, this is better | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4022357#4022357 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4022357 ___ jboss-u

[jboss-user] [JBoss Seam] - Re: selectOneMenu and commandButton conflict

2007-02-26 Thread petemuir
At the very least it should be this | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4022328#4022328 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4022328

[jboss-user] [JBoss Seam] - Re: selectOneMenu and commandButton conflict

2007-02-26 Thread grdzeli_kaci
i can't resolve this problem yet, anybody knows about it ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4022290#4022290 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4022290

[jboss-user] [JBoss Seam] - Re: selectOneMenu and commandButton conflict

2007-02-25 Thread grdzeli_kaci
i can't resolve this problem yet, anybody knows about it ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4022267#4022267 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4022267

[jboss-user] [JBoss Seam] - Re: selectOneMenu and commandButton conflict

2007-02-20 Thread grdzeli_kaci
"petemuir" wrote : #{application.name} references a String, you are trying to set it with a Application object. Likewise for language.Read up on JSF converters and what they do. And take a look at the EntityConverter on the wiki as it does what you are trying to do for you... hi again, fo

[jboss-user] [JBoss Seam] - Re: selectOneMenu and commandButton conflict

2007-02-20 Thread petemuir
#{application.name} references a String, you are trying to set it with a Application object. Likewise for language.Read up on JSF converters and what they do. And take a look at the EntityConverter on the wiki as it does what you are trying to do for you... View the original post : http:

[jboss-user] [JBoss Seam] - Re: selectOneMenu and commandButton conflict

2007-02-20 Thread grdzeli_kaci
i tryed to use another ways. here is fragment of my program : 1. login page: | | | | 2. components.xml | | | | 3. My Converter : | @Transactional | public Converter getAppli

[jboss-user] [JBoss Seam] - Re: selectOneMenu and commandButton conflict

2007-02-20 Thread grdzeli_kaci
"petemuir" wrote : You've probably got errors occuring on the coversion, validation or update model phase. Put an h:messages component on the page to see. hi petemuir, u're right i put h:messages into login page and i got an error like this : | . value could not be converted to the expected

[jboss-user] [JBoss Seam] - Re: selectOneMenu and commandButton conflict

2007-02-20 Thread petemuir
You've probably got errors occuring on the coversion, validation or update model phase. Put an h:messages component on the page to see. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4019302#4019302 Reply to the post : http://www.jboss.com/index.html?module=