Re: [s2] Custom field validator with params containing OGNL expression

2009-07-08 Thread Lukasz Lenart
2009/7/7 Cristian Peraferrer : > >      ${enterprise.enterpriseId} >      This username is already taken. >     Do you have a getter called getEnteriprise() on an action? Regards -- Lukasz http://www.lenart.org.pl/ http://dailylog.lenart.org.pl/ Mary Pickford - "Adding sound to movies would

[s2] Custom field validator with params containing OGNL expression

2009-07-07 Thread Cristian Peraferrer
Hi! I have implemented a field validator that validates the username is not already in the database (to avoid overwriting). But in the validator call (or configuration), I need to pass a parameter that is another field in the form. Here my code: ${enterprise.enterpriseId} This userna