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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to