Re: passing information in tr:inputListOfValues

2011-01-06 Thread omid p
Hi, finally i successfully send parameters to diloag box but i can not send params from dialog box to parent page am i missing sth ? tr:form tr:inputListOfValues label=Select value=(Empty) action=dialog:valueDialog tr:setActionListener from=K

Re: passing information in tr:inputListOfValues

2011-01-06 Thread Walter Mourão
This is the expected behavior. The page flow scope does not 'goes back' from the dialog. To return values you have to use the returnFromDialog method (the second parameter is a Map to return many values). Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On

Re: passing information in tr:inputListOfValues

2011-01-03 Thread Andrei Zagorneanu
You can use actionListener and RequestContext for passing the parameters using pageFlowScope. Best regards, Andrei Zagorneanu On Mon, Jan 3, 2011 at 07:17, omid p vermind...@gmail.com wrote: Hi, As far as i know we can easily pass parameters to dialog box with LaunchEvent whe using

passing information in tr:inputListOfValues

2011-01-02 Thread omid p
Hi, As far as i know we can easily pass parameters to dialog box with LaunchEvent whe using tr:commandButton however tr:inputListOfValues does not have any launchListener, How can i pass information in dialog box while using tr:inputListOfValues ? Regards