[jboss-user] [JBoss Seam] - Re: Value is not Valid with s:entityConverter and equals an

2008-01-26 Thread franck93
anonymous wrote : Here's my hacked version of EntityLoader that worked for me So you just put that in your classpath and thanks to the annotation anonymous wrote : @Name(org.jboss.seam.ui.entityLoader) it gets called automatically?? View the original post :

[jboss-user] [JBoss Seam] - Re: Value is not Valid with s:entityConverter and equals an

2008-01-25 Thread franck93
So does anybody have an idea why the equals method is being called with null as the input parameter value? It seems to me that there are plenty of people having problems with value is not valid. Is there a workaround for this bug? Will the version 2.0.1 correct this? View the original post

[jboss-user] [JBoss Seam] - Re: Value is not Valid with s:entityConverter and equals an

2008-01-25 Thread franck93
anonymous wrote : Hope paiId isn't a composite key, otherwise you won't be much better off calling it's hashCode() and equals() without overriding them too... No paiId is an Integer. I don't think the problem is my implemention for the equals and hashcode methods. The problem is why the input

[jboss-user] [JBoss Seam] - Re: Value is not Valid with s:entityConverter and equals an

2008-01-25 Thread franck93
anonymous wrote : The JSF 2, JPA 2, Web Beans, Servlet 3, Bean Validation and Java EE 6 specs are scheduled by Q4 2008 so by Q1 2009 or so all our problems are solved! ;-) hum I don't really think we can wait for 2009! I have tried with a second dropdown list attached to another entity.

[jboss-user] [JBoss Seam] - Re: Value is not Valid with s:entityConverter and equals an

2008-01-24 Thread franck93
For the hashcode method, it's being called too but the id (paiId) is always null. Please Help!!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122954#4122954 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4122954

[jboss-user] [JBoss Seam] - Re: Value is not Valid with s:entityConverter and equals an

2008-01-24 Thread franck93
anonymous wrote : I'm not sure how it's used, it can be that the null usage is OK in this case. I think that Pete mentioned something on that a while back but I can't find the post. Well i think it should not be called with null parameters but with the values from the dropdown list. Pete do

[jboss-user] [JBoss Seam] - Re: Value is not Valid with s:entityConverter and equals an

2008-01-24 Thread franck93
Seam 2.0.0.GA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4123110#4123110 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4123110 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Value is not Valid with s:entityConverter and equals and ha

2008-01-23 Thread franck93
hi After submitting a form for saving a Dossier, I'm getting the jsf validation error value is not valid for the value Paiement selected from a dropdown list . For that dropdown list i used the seam entity converter. i overrid the methods equals and hashcode for the entity (Paiement) that is

[jboss-user] [JBoss Seam] - Re: Value is not Valid with s:entityConverter and equals an

2008-01-23 Thread franck93
The equals method is being called many times. Here's what happens : The object passed to the equals method as a parameter is always null. The object this (on which the method is invoked) is the one that was selected from the dropdown list. What does that mean? View the original post :

[jboss-user] [JBoss Seam] - Html element's ids contain colon which screws css

2007-10-12 Thread franck93
Apparently firefox 2.0.07 is not able to apply id based css styles (select#mySelectsId) if the id contains colons (:) Unfortunately JSF and possibly jboss seam tend to generate ids using colons. has anyone faced this issue and resolved it? View the original post :

[jboss-user] [JBoss Seam] - Pages.xml : starting a conversation from a menu bar

2007-10-10 Thread franck93
As you know facelet provides a mechanism template which one may use to include a menubar (menubar.xhtml) in many pages. Let's assume that a link from the menubar starts an action which must begin a seam conversation. How can one do that if the menu bar is used in dozens of pages. Do you have

[jboss-user] [JBoss Seam] - Re: Pages.xml : starting a conversation from a menu bar

2007-10-10 Thread franck93
[EMAIL PROTECTED] wrote : page view-id=* | | ... hummm short, quick and accurate! I like that ;) thank you Pete! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093516#4093516 Reply to the post :

[jboss-user] [JBoss Seam] - NoClassDefFoundError: org/cyberneko/html/filters/ElementRemo

2007-10-08 Thread franck93
Does anyone know why adding the following leads to an error ? | context-param | param-nameorg.ajax4jsf.xmlparser.ORDER/param-name | param-valueTIDY,NEKO,NONE/param-value | /context-param | | context-param |

[jboss-user] [JBoss Seam] - Re: NoClassDefFoundError: org/cyberneko/html/filters/Element

2007-10-08 Thread franck93
OK http://www.jboss.com/index.html?module=bbop=viewtopict=120610start=-10 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092488#4092488 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092488

[jboss-user] [JBoss Seam] - Re: Stupid ajax4jsf filter when downloading files

2007-10-05 Thread franck93
Should I create a Jira issue? If so, to what project? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091856#4091856 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4091856 ___

[jboss-user] [JBoss Seam] - Re: Stupid ajax4jsf filter when downloading files

2007-10-05 Thread franck93
anonymous wrote : unfortunately you are caught between a rock and a hard place :( anonymous wrote : I think that you can disable the parser for a particular view to workaround the problem. Who's right? Is there or isn't there a workaround to have both functionnalities running within the same

[jboss-user] [JBoss Seam] - fileupload contentType is set to application/force-download

2007-10-05 Thread franck93
When i use s:fileUpload and its contentType attribute for submitting a pdf file, the variable linked to the contentType's attribute value is set to application/force-download. Do you know why it is not set to application/pdf instead? fyi if i submit an excel file it is set to

[jboss-user] [JBoss Seam] - Re: Stupid ajax4jsf filter when downloading files

2007-10-04 Thread franck93
anonymous wrote : | It's a known bug in richfaces html filter. You have to turn it off. | Is there any chance you post up the link to the bug report, if any exists? I think that those functionnalities are very common and that not being able to have them both running within the same

[jboss-user] [JBoss Seam] - Re: Hibernate validator does not use the seam locale

2007-08-29 Thread franck93
Added to JIRA http://jira.jboss.com/jira/browse/JBSEAM-1880 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4079007#4079007 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4079007

[jboss-user] [JBoss Seam] - Re: Seam bugs for internationalized applications

2007-08-29 Thread franck93
Issue added to JIRA http://jira.jboss.com/jira/browse/JBSEAM-1880 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4079008#4079008 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4079008

[jboss-user] [JBoss Seam] - Can't validate inputsecret with Ajax and hibernate validator

2007-08-28 Thread franck93
Has anyone been successful in performing ajax validation with hibernate validator annotations (@NotNull and @Length(min=6) for example) on an inputSecret field. When i try to do so the ajax does performs the validation but also resets the field to an empty string!!! I assume this has to do

[jboss-user] [JBoss Seam] - Re: Can't validate inputsecret with Ajax and hibernate valid

2007-08-28 Thread franck93
Thank you ! it does work with this attribute View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078661#4078661 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078661 ___ jboss-user

[jboss-user] [JBoss Seam] - Seam bugs for internationalized applications

2007-08-27 Thread franck93
Since seam uses hibernate validator internally when using the tags s:validate and s:validateAll, I think it should update the locale used for hibernate validator messages when one invokes localeSelector.select Obviously, it doesn't since the hibernate validator error messages are in the

[jboss-user] [JBoss Seam] - Hibernate validator does not use the seam locale

2007-08-23 Thread franck93
Hi all, I am using Seam2 (CVS.2007-08-21) When i use the built-in Seam component localeSelector to change the user locale, i noticed that for the error messages hibernate validator use the locale defined in the browser settings (accept-language http header) rather than the seam locale. Is