my <form>

has custom element like below that created using custom ajax

<select jwcid="testt...@any">
<option value="x">California -- CA</option>
<option value="y">Colorado -- CO</option>
<option value="z">Connecticut -- CN</option>
</select>


after the <form.. submitted, in my java , how to i get the value of this custom
html element?


use this cycle.getPage().getComponents().get("testtest")  ?






---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to