[appengine-java] Re: Has anyone got actually got tag files to work?

2010-05-01 Thread Nello
Hi All, I have found a solution, happily provided by the author of the original posts linked by Pieter Coucke (thanks!). In earlier JSP projects, I'm pretty sure that I haven't had to do this, but definitely for JSP .tag file under GAE, it appears to be necessary to include the following

[appengine-java] Re: Has anyone got actually got tag files to work?

2010-04-30 Thread Nello
Hi, thanks for posting but no, that's not my issue. I had read those posts, but my tag files don't work even in Eclipse! I'm nowhere near hitting all the problems associated with trying to deploy. Has ANYONE ever got JSP fragment tag files to work? I can't see any evidence that they have, yet

[appengine-java] Re: Has anyone got actually got tag files to work?

2010-04-30 Thread Nello
The example posted by seleronm is indeed the way you set up the web.xml for compiled Java tags referenced by a TLD, but that's quite a bit different. I realise the nomenclature is confusing, but I am asking about JSP .tag files - not Java - that live in a tags directory referenced by a %@ taglib

[appengine-java] Re: Has anyone got actually got tag files to work?

2010-04-30 Thread Thomas
My tag files worked very well in dev server without any problem. When uploading to gae/j, I encountered the problem describe in the above mentioned issue and I could fix it according to the workaround guidelines provided in that issue. My environment: WinXP SP2 Eclipse version 3.4 GAE/J SDK 1.3.1