Re: [Resin-interest] Displaytag problem

2008-11-11 Thread Scott Ferguson
On Nov 11, 2008, at 10:15 AM, Mike McNally wrote: Well, the issue is the id attribute to getHtmlId (?) mapping. I can't remember any part of the JSP spec that does that mapping (which is why the .tld was important), but it's possible there's something I've missed. OK, well again, it's not

Re: [Resin-interest] Displaytag problem

2008-11-11 Thread Mike McNally
Can you send the error message for the name attribute? It should be different from the id message since setName does exist. I agree that it should be different, but it is not. Therein, of course, lies all of my confusion. Every attribute generates exactly the same error (modulo the name of

Re: [Resin-interest] Displaytag problem

2008-11-11 Thread Mike McNally
Well I got the app more-or-less working in Tomcat, and I decided to try Resin again. It's perfectly happy now. The only thing I can think of is that while banging on it in Tomcat I had some issues with Stripes needing a few .jar files from the Apache Commons collection. I have no idea how or why

Re: [Resin-interest] Displaytag problem

2008-11-11 Thread Scott Ferguson
On Nov 11, 2008, at 12:45 PM, Mike McNally wrote: Well I got the app more-or-less working in Tomcat, and I decided to try Resin again. It's perfectly happy now. The only thing I can think of is that while banging on it in Tomcat I had some issues with Stripes needing a few .jar files

[Resin-interest] Displaytag problem

2008-11-10 Thread Mike McNally
I'm trying to get a pretty simple Stripes-based web application running in a fresh install of Resin 3.1.6. The application works *except* for a page that attempts to use the displaytag tag library (which I've not used before). It seems that Resin is unable/unwilling to recognize any of the

Re: [Resin-interest] Displaytag problem

2008-11-10 Thread Mike McNally
Scanning the TableTag API, it doesn't look like there is a setId method in TableTag (there is a setHtmlId). So I wouldn't expect Resin to allow that to work. The same thing happens with name, nameString, list, etc. Do you know what the *.tld looks like for that Tag? Not yet but I will

Re: [Resin-interest] Displaytag problem

2008-11-10 Thread Mike McNally
The .tld looks pretty ordinary (to me), though its jsp-version tag is 1.2 and not 2.0. I don't know what evil that might cause but I can sure find out. -- Turtle, turtle, on the ground, Pink and shiny, turn around. ___ resin-interest mailing list