Re: Tapestry component for input multiple=multiple

2011-10-03 Thread Josh Canfield
Hi Julien. Can you be more specific about what you are trying to do? What do you mean by > what Tapestry component will properly map to the code below. Josh On Sun, Oct 2, 2011 at 8:33 AM, Julien Martin wrote: > Hello, > I have the following html generated by a jQuery plugin i.e. FCBKComplete >

Re: Tapestry component for input multiple=multiple

2011-10-02 Thread Taha Hafeez Siddiqi
I think Julien wants to map a component generated by jQuery at the client side with a tapestry component at the server side. On Oct 3, 2011, at 5:39 AM, Josh Canfield wrote: > I don't understand, I must be missing something that is unspoken. Why can't > you do this with a simple loop. When is t

Re: Tapestry component for input multiple=multiple

2011-10-02 Thread Josh Canfield
I don't understand, I must be missing something that is unspoken. Why can't you do this with a simple loop. When is the data for the HTML known? On Oct 2, 2011 8:56 AM, "Taha Hafeez Siddiqi" wrote: > Hi Julien > > As Tapestry's structure is not dynamic, you cannot map a dynamically generated html

Re: Tapestry component for input multiple=multiple

2011-10-02 Thread Julien Martin
Thanks Taha. Do you know when Tapestry will support this html5 component? Regards, Julien. 2011/10/2 Taha Hafeez Siddiqi > 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

Re: Tapestry component for input multiple=multiple

2011-10-02 Thread Taha Hafeez Siddiqi
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 follow

Tapestry component for input multiple=multiple

2011-10-02 Thread Julien Martin
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. * * * 75003 * * 75002* *75006* ** Thanks in advance, Julien Martin.