tapestry 4 form submitted get by id
- by cometta
my
has custom element like below that created using custom ajax
<select jwcid="testtest <at> Any">
<option value="x">California -- CA</option>
<option value="y">Colorado -- CO</option>
<option value="z">Connecticut -- CN</option>
</select>
after the
use this cycle.getPage().getComponents().get("testtest") ?