After migrating from wicket-1.2.6 to wicket-1.3.0-beta2 I had the following
problem: 

The problem with the type Validation  and Requried one .

I have a scenario where i have Component inside another component . and i
have to validate inside component.
Wicket - 1-2.6 was good in that , as it's goes two level up , but wicket
i.3.0 doesn't goes two level up ..

it's goes only one level up .. 
String message = localizer.getString(resource, formComponent.getParent(),
"");

Can any1 suggest me how to solve this Issue.

I am getting this sort of error -  ( validation field that it should be
numeric ) 

Could not locate error message for error:
[org.apache.wicket.validation.ValidationError message=[null],
keys=[IConverter.BigDecimal, IConverter],
variables=[[locale=en_GB],[exception=org.apache.wicket.util.convert.ConversionException:
Cannot parse 'qqqqq' using format
[EMAIL PROTECTED],[type=BigDecimal]]]


Thanks
RIT'S
-- 
View this message in context: 
http://www.nabble.com/wicket-1.3.0-beta2---Type-valiation-Error-tp16146530p16146530.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to