Angel Miralles Arevalo schrieb:
> Hi everyone, can anybody tell me if it's possible to have an inputText
> inside a modal dialog and regard it when we close the dialog.
>  
> I'm trying but the value is always empty. It is impossible to call an
> action method or an action listener too.
>  
> Thanks a lot!!!
> 

Yes you can, but you have to have the dialog outside a form and embedd a
form inside, if you then submit the form you will get a full refresh cycle.

Alternatively you can use javascript if you want to bypass the cyle
and use t:inputText and forceId = "true"

otherwise the ids will be mapped to the jsf inherent form:controlid ...
naming scheme!




Werner

Reply via email to