[jboss-user] [JBoss Seam] - Re: bug or limitation with seam/facelets ?

2007-07-21 Thread milli
petemuir wrote : Yes, this is known problem. With the new jboss-el we should finally be able to fix it. I can't find the issue for trackback, sorry. I'm getting the same error when iterate a list using c:foreach. Is it a known problem as well? When I use ui:repeat it works though. The

[jboss-user] [JBoss Seam] - Re: bug or limitation with seam/facelets ?

2007-06-14 Thread rhardy5014
I am getting a similar error (model validation failed: none) when trying to validate a field on a page use the hibernate validator. I am using: JBOSS 4.0.4GA Seam 1.2.1 GA Ajax4jsf 1.1.0 The JSF snippet is: s:decorate id=#{decorationID} | h:inputText

[jboss-user] [JBoss Seam] - Re: bug or limitation with seam/facelets ?

2007-06-14 Thread petemuir
Use your debugger to catch ValidatorException, and see what the stack trace is. Post the stack if you are stuck. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054323#4054323 Reply to the post :

[jboss-user] [JBoss Seam] - Re: bug or limitation with seam/facelets ?

2007-06-14 Thread rhardy5014
I have found out some more information about my problem... The JSF element that is being validated by the validator, is located in a tag file from a tag library that I have written. The tag file is referring to: value=#{searchInfo.fullText} searchInfo is actually a parameter that is passed to

[jboss-user] [JBoss Seam] - Re: bug or limitation with seam/facelets ?

2007-06-14 Thread petemuir
Yes, this is known problem. With the new jboss-el we should finally be able to fix it. I can't find the issue for trackback, sorry. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054401#4054401 Reply to the post :

[jboss-user] [JBoss Seam] - Re: bug or limitation with seam/facelets ?

2007-05-30 Thread hstang
Correction on my example: | ui:param name=form value=#{helloHome2}/ | | | | | should be | | | | | | | ui:param name=home value=#{helloHome2}/ | | | | | | | View the original post :