Re: selectOneListBox and inputText

2007-06-09 Thread anoe
: selectOneListBox and inputText I think there's a valueChangeNotifier (or something like that) in Tomahawk that does this as well -- it's a value-change-listener that executes after updateModel. On 6/6/07, anoe [EMAIL PROTECTED] wrote: got the solution thanks to kaapa in irc

Re: selectOneListBox and inputText

2007-06-08 Thread eric . jung
(PhaseId.UPDATE_MODEL_VALUES)) { ... } anoe wrote: hi all, i am having problems with coordinating a selectOneListBox with inputText in the same page. What i want is the inputText to change when you select another item in the list. I've got my conversor for the items inside

Re: selectOneListBox and inputText

2007-06-07 Thread Mike Kienenberger
(PhaseId.UPDATE_MODEL_VALUES)) { ... } anoe wrote: hi all, i am having problems with coordinating a selectOneListBox with inputText in the same page. What i want is the inputText to change when you select another item in the list. I've got my conversor for the items inside, i've debugged

selectOneListBox and inputText

2007-06-06 Thread anoe
hi all, i am having problems with coordinating a selectOneListBox with inputText in the same page. What i want is the inputText to change when you select another item in the list. I've got my conversor for the items inside, i've debugged and it seems the variable for the text is updating

Re: selectOneListBox and inputText

2007-06-06 Thread anoe
); event.queue(); } else if (phaseId.equals(PhaseId.UPDATE_MODEL_VALUES)) { ... } anoe wrote: hi all, i am having problems with coordinating a selectOneListBox with inputText in the same page. What i want is the inputText to change when you select