Sorry. I found the problem. I was my mistake to reset value of one of the dropdown list. Now is works very well.
-----Original Message----- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Ron Piterman Sent: Friday, April 01, 2005 2:02 AM To: [email protected] Subject: Re: Multiple propertyselection: how to judge which of them is changed ????? Henry Chen: > Use separate forms. You are right. But there is a problem. I used > separate forms for each of the property selection. When I select in > one of them, the rest were all "reset" to the initial as if they were > not selected. How do I keep all their status at the same time? I am not sure I check this: the user changes only one of them, say A, on the next request he changes B, and A turns back to its default? Use persistant properties to avoid that. > > Henry > -----Original Message----- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Ron Piterman > Sent: Thursday, March 31, 2005 3:47 AM > To: [email protected] > Subject: Re: Multiple propertyselection: how to judge which of them is > changed > > Hi - I would have looked that, if possible, the values are integrated > in the workflow of the page. > > If for example you use a combo-box as a filter for a table model, have > the table model always use the values aso. > > Another thing is for example in such lists act as links. In such a > case I would have used a separate form for each list, thus calling a > different listener method on each list. > > > ????? Henry Chen: > >>So there are there propertyselections in the form. For all of them, >>set "submitOnChange" to true. Then how do I know which component fire >>the submit? I know that I can get the option and save it, then next >>time when submit, get the value again and compare. But I don't know if >>this is the right way... Any body can suggest? Thank you very much. >> >> >>Henry >> >> >> >> >> >>This electronic mail transmission contains confidential information >>intended only for the person(s) named. Any use, distribution, copying >>or disclosure by any other person is strictly prohibited. If you >>received this transmission in error, please notify the sender by reply >>e-mail and then destroy the message. Opinions, conclusions, and other >>information in this message that do not relate to the official >>business of Peacock Nine LLC and its subsidiaries shall be understood >>to be neither given nor endorsed by the Company. When addressed to the >>clients of Peacock Nine, LLC and its subsidiaries, any information >>contained in this e-mail is subject to the terms and conditions in the >>governing client contracts and non disclosure agreements. >> >> >> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
