[Shale] Changing String type to HtmlInputText in Backingbean gives No Propertyeditor error

2005-10-13 Thread gramani
I *finally* had time to download and build Shale from source and I did notice that error(UICompnenet, String) is indeed fixed (thank you again, Ronald Holshausen:)).. So anyway i decided to make parallel changes to another of my backing bean's attributes. So my jsp has this: h:inputText

Re: [Shale] Changing String type to HtmlInputText in Backingbean gives No Propertyeditor error

2005-10-13 Thread Wendy Smoak
From: [EMAIL PROTECTED] So my jsp has this: h:inputText id=userName required=true value=#{registration.userName} / .. h:inputSecret id=password required=true binding=#{registration.password} / My backingbean RegistrationBean has the

Re: [Shale] Changing String type to HtmlInputText in Backingbean gives No Propertyeditor error

2005-10-13 Thread Rahul Akolkar
On 10/13/05, Wendy Smoak [EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] So my jsp has this: h:inputText id=userName required=true value=#{registration.userName} / .. h:inputSecret id=password required=true

Re: [Shale] Changing String type to HtmlInputText in Backingbean gives No Propertyeditor error

2005-10-13 Thread gramani
Wendy Smoak [EMAIL PROTECTED] wrote on 10/13/2005 05:57:58 PM: From: [EMAIL PROTECTED] So my jsp has this: h:inputText id=userName required=true value=#{registration.userName} / .. h:inputSecret id=password required=true

Re: [Shale] Changing String type to HtmlInputText in Backingbean gives No Propertyeditor error

2005-10-13 Thread gramani
Rahul Akolkar [EMAIL PROTECTED] wrote on 10/13/2005 07:40:06 PM: I was tempted to change the prefix to JSF, but didn't want to break the email thread. Much to my surprise I actually know why you say this - my progress with JSf/Shale has been so halting that most times i don't know if I am