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

How to display a large size Html as String

2011-01-06 Thread is_maximum
Hi all, In my JSF application, I send a Http request to a remote website and display the result in my page. At the moment I put the result in a String variable (an HTML string) and then in my page I have following tag: //in JSF backing bean I have: String resultAsHtml; //in content.xhtml