Anyone?

On 4/28/06, Hubert Rabago <[EMAIL PROTECTED]> wrote:
I was looking at the sample application in
http://www.jsftutorials.net/interface/jsf-popup.html.

In it, the author has this form:

<h:form id="placeList">
   <h:commandLink id="find" action="showPlace" value=""/>
</h:form>

He has some Javascript that essentially sets the value of the command
link equal to its id before submitting the form:
 form['placeList:find'].value = 'placeList:find';

with a comment that states "This is an emulation of the action link
being clicked."

Where is this fact documented?  I tried looking for it in the spec but
couldn't find it.

thanks,
Hubert

Reply via email to