Hi Julien As Tapestry's structure is not dynamic, you cannot map a dynamically generated html to Tapestry component.
What you can do is use a hidden component and update the component using javascript. regards Taha On Oct 2, 2011, at 9:03 PM, Julien Martin wrote: > 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. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org