Hello,

here is my problem.

I have this bit of code :

<h:form id='createGroup_form'>
<h:inputText id='groupName'  class="dataInputText" /><br/>
<h:commandLink type="button" value="Sauvegarder la catégorie"       
action="#{groupManagerActions.saveCategory(???)}" class="button" />
</h:form >

This is in a xhtml file.

My goal is to get the value of the inputText field and pass it in the method
call just under defined in the "action" parameter of the commandLink.
In other words, how to fill the (???) to pass the value of the inputText field.
Is it possible?
Have I to use javascript to get the value and call the methode in a script?

Sorry if my question seems a bit akward.

Thanks for your help.

Damien
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to