CommandLink does submit all values in the enclosing form just like
commandButton unless you're using immediate=true and specifying the outcome
in the action attribute like this:

           <h:commandLink value="Edit"
               action="success"
               immediate="true" />

/dmc

--
David Chandler
Development Coach
learnjsf.com

On 12/7/06, Dave <[EMAIL PROTECTED]> wrote:

Inside a form, there is an inputText and a commandLink. When a user clicks
the commandLink, can the value in the inputText be submitted at the same
time? The reason to use commandLink instead of commandButton is that
commandLink can have params.

Thanks.
Dave

------------------------------
Access over 1 million songs - Yahoo! Music 
Unlimited.<http://pa.yahoo.com/*http://us.rd.yahoo.com/evt=36035/*http://music.yahoo.com/unlimited/>


Reply via email to