Problem with two input fields in a custom textbox.

2005-12-07 Thread wasim bhatti
update two values in decode method. is it a limitation of custom components that we can use only one input field in one custom component?Regards Wasim Bhatti Yahoo! Shopping Find Great Deals on Holiday Gifts at Yahoo! Shopping

Custom Component Binding problem

2005-12-05 Thread wasim bhatti
Greetings,I have made a custom component using myfaces 1.0.9. Everything worked fine to start with, and i was able to bind values of the component to the back end managed bean. At least there was no problem in retrieving values from the bean. The trouble occurs when the vlaue changes from the

Re: Custom Component Binding problem

2005-12-05 Thread wasim bhatti
be set.if the local value is set - and all other components on the page havevalid values, the value is written through to the backing bean in theupdate model phase.somewhat clearer?regards,MartinOn 12/5/05, wasim bhatti <[EMAIL PROTECTED]>wrote: Greetings, I have made a custom component

Re: Custom Component Binding problem

2005-12-05 Thread wasim bhatti
is done implicitly in theprocessValidators and the processUpdates Method.regards,MartinOn 12/5/05, wasim bhatti <[EMAIL PROTECTED]>wrote: Hey martin, Of the three states that you have mentioned ... which one do i have to do explicity ? because i am calling the set as a submitted value