[jboss-user] [JBoss Seam] - <s:validateAll> and "Advanced Facelets Programming". Is it a

vladimir.kovalyuk do-not-reply at jboss.com
Fri Jan 19 07:26:57 EST 2007


I was impressed by http://www-128.ibm.com/developerworks/web/library/j-facelets2.html

I tried to implement similar approach but I got StringOutOfRangeException.
That was the first problem with Validators class. It is in the following string:
String modelExpression = propertyExpression.substring(0, dot) + '}';
When I use #{object[property]} syntax, dot is -1 and exception is raised.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003788#4003788

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4003788



More information about the jboss-user mailing list