Hello, I have the following html generated by a jQuery plugin i.e. FCBKComplete (see below).
I am relatively new to Tapestry. Can any of you advise as to what Tapestry component will properly map to the code below. *<input id="postcodes" class=" hidden" multiple="multiple" name="postcodes"> * * <option id="opt_PlNkbq7QtHWoCwJRq9kH4HbFzAtlHhf1" class="selected" selected="selected" value="4963">75003</option> * * <option id="opt_U64cITSzCTvpIHqpmwRZzCWVHQEDegK7" class="selected" selected="selected" value="4962">75002</option>* * <option id="opt_2737KLtNiJUNMnJyRZybl52whdHA992t" class="selected" selected="selected" value="4966">75006</option>* *</input>* Thanks in advance, Julien Martin.