RE: Exception adding a SimpleAttributeModifier to a TextField

2008-03-26 Thread Miguel Munoz
I couldn't find a link to Jira on the Apache Wicket web site. Can you send me a link? -- Miguel Munoz -Original Message- From: Johan Compagner [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2008 3:27 PM To: users@wicket.apache.org Subject: Re: Exception adding

RE: Exception adding a SimpleAttributeModifier to a TextField

2008-03-25 Thread Miguel Munoz
, that seems very strange On 3/24/08, Miguel Munoz [EMAIL PROTECTED] wrote: Comrades, I'm getting a strange exception. I created a SimpleAttributeModifier and added it to a TextField component, like this: textField.add(modifier); When I run it, I get an exception that says

Exception adding a SimpleAttributeModifier to a TextField

2008-03-24 Thread Miguel Munoz
Comrades, I'm getting a strange exception. I created a SimpleAttributeModifier and added it to a TextField component, like this: textField.add(modifier); When I run it, I get an exception that says this: java.lang.ClassCastException: org.apache.wicket.behavior.SimpleAttributeModifier