My question was badly placed! I have read: http://tapestry.formos.com/projects/tapx/tapx-prototype/ and there it says that it is a patch, the only patch procedure I am aware of is to take a file and patch it, however I have never done this in java. So I assume that the only thing to di is to include the jar in the dependencies?
regards, Mario On Tue, Nov 17, 2009 at 8:16 AM, Kalle Korhonen <kalle.o.korho...@gmail.com>wrote: > You need to do at least tiny little bit of homework yourself whether > or not you are using Maven. Get the jar from > > http://tapestry.formos.com/maven-repository/com/howardlewisship/tapx-prototype/1.0.0/ > > Kalle > > > On Mon, Nov 16, 2009 at 10:47 PM, Mario Udina <m.ud...@gmail.com> wrote: > > Hello! > > > > I am not using maven! What do I have to do to use tapx-prototype? > > > > regards, > > Mario > > > > On Tue, Nov 17, 2009 at 6:17 AM, Kalle Korhonen > > <kalle.o.korho...@gmail.com>wrote: > > > >> There's a known issue with the version of prototype packaged in > >> T5.1.0.5 and IE8. Are you using the newly released tapx-prototype > >> already (http://tapestry.formos.com/projects/tapx/)? > >> > >> Kalle > >> > >> > >> On Mon, Nov 16, 2009 at 9:10 PM, David Rees <dree...@gmail.com> wrote: > >> > Anyone else have issues with the new JSON encoding in 5.1? > >> > > >> > I upgraded an application when a block is returned that has a > >> > JavaScript link in it with single quotes, IE8 (haven't tested other > >> > versions of IE) puke on it. > >> > > >> > For example, this snippet in the block: > >> > > >> > <a href="" onclick="openWindow('winname')">Click me</a> > >> > > >> > Gets returned in T5.1.0.5 as: > >> > > >> > <a href='' onclick='openWindow('winname&apos)'>Click me</a> > >> > > >> > Gets returned in T5.0.18 as: > >> > > >> > <a href="" onclick="openWindow('winname')">Click me</a> > >> > > >> > Firefox 3.5 handles both OK. > >> > > >> > Any work around that people know of off-hand besides going back to > >> > T5.0? Only thing I've found so far is to swap out single/double > >> > quotes in my .tml files like so: > >> > > >> > <a href="" onclick='openWindow("winname")'>Click me</a> > >> > > >> > But that's a major PITA in a large application. > >> > > >> > -Dave > >> > > >> > --------------------------------------------------------------------- > >> > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > >> > For additional commands, e-mail: users-h...@tapestry.apache.org > >> > > >> > > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > >> For additional commands, e-mail: users-h...@tapestry.apache.org > >> > >> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >