@Thiago, I actually wanted to avoid an additional dependency. I am going to include the autocomplete javascript within the root layout as a library.
@All Thanks all for helping me with this issue!! I understand how Tapestry deals with javascript much better now!! [?] Regards, Julien. 2012/1/30 Thiago H. de Paula Figueiredo <thiag...@gmail.com> > On Mon, 30 Jan 2012 10:49:23 -0200, Julien Martin <bal...@gmail.com> > wrote: > > I tried using the "@Import stack=" in order to include the jquery >> libraries to no avail. >> I get this: >> Render queue error in SetupRender[Index:**childminderlayout.layout]: No >> JavaScriptStack with name 'context:/js/jquery-1.6.2.js'. >> > > Are you using tapestry5-jquery? It should take care of it. In addition, to > use 'context:...', you should use @Import(library="..."), not stack. > > > -- > Thiago H. de Paula Figueiredo > Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, > and instructor > Owner, Ars Machina Tecnologia da Informação Ltda. > http://www.arsmachina.com.br >