Hi guys!
i decided use only component binding in my jsf apps like this:
<h:inputText binding="#{bean.comp}" id="comp" maxlength="40" size="50" />
but i can´t retrieve the value of this component, i tried:
comp.getValue();
comp.getLocalValue();
comp.getSubmittedValue();
and no sucess.
Somebody has any idea?
--
Yours truly (Atenciosamente),
Rogério
- only use component binding is possible? Rogerio Pereira
- Re: only use component binding is possible? Martin Marinschek

