Re: how to use tapestry component in JSP

2013-05-03 Thread Dmitry Gusev
However, for this particular case you can use client-side solution like jQuery's autocomplete: http://jqueryui.com/autocomplete/#remote On Thu, May 2, 2013 at 1:51 PM, Taha Hafeez Siddiqi tawus.tapes...@gmail.com wrote: You can't. Tapestry components cannot be used outside Tapestry

how to use tapestry component in JSP

2013-05-02 Thread Shuu Johnny
Now I face a trouble. In a project ,I need to Implement Tapestry 5 Autocomplete Mixin which can be mixed in an ordinary TextField component. so far. I couldn't find any documents for this.. how could I use tapestry component in ordinary JSP page ? thanks in advance. Johnny

Re: how to use tapestry component in JSP

2013-05-02 Thread Taha Hafeez Siddiqi
You can't. Tapestry components cannot be used outside Tapestry web-framework. regards Taha On 02-May-2013, at 2:12 PM, Shuu Johnny johnnys...@gmail.com wrote: Now I face a trouble. In a project ,I need to Implement Tapestry 5 Autocomplete Mixin which can be mixed in an ordinary TextField