JSTL error

2003-03-14 Thread mailinglist
Hi, I installed Sun jwsdp-1_1 and copied jstl-examples.war in Tomcat 4.1.18 webapps (not the one shipped with Sun jwsdp) but I get an error when I try the examples: HTTP 500 javax.servlet.ServletException: Cannot inherit from final class at

Re: JSTL error

2003-03-14 Thread Pierre Delisle
mailinglist wrote: Hi, I installed Sun jwsdp-1_1 and copied jstl-examples.war in Tomcat 4.1.18 webapps (not the one shipped with Sun jwsdp) but I get an error when I try the examples: HTTP 500 javax.servlet.ServletException: Cannot inherit from final class at

Accessing XML from a struts-action

2003-03-14 Thread Jeff Smith
I have a process that creates a DOM during the handling of my struts action. I'd like to make that DOM available to my JSP for XTags processing. Can anybody suggest how I might accomplish this? I had hoped I might be able to put the Document object into the session scope and then access it

JSTL okay with get method, but no set method?

2003-03-14 Thread Wendy Smoak
I have a DTO that contains a List of objects. Since you can add any Object to a List, I would rather not have a setAssistants( List asst ); method that would allow someone to add a list of inappropriate object types. Instead, I want to only have: public List getAssistants(); public void

Re: JSTL okay with get method, but no set method?

2003-03-14 Thread David M. Karr
Wendy == Wendy Smoak [EMAIL PROTECTED] writes: Wendy I have a DTO that contains a List of objects. Since you can add any Object Wendy to a List, I would rather not have a Wendy setAssistants( List asst ); Wendy method that would allow someone to add a list of inappropriate

Using forTokens with textarea

2003-03-14 Thread Eric Earnst
Hi, I want to use a textarea to enter a list of numbers, one per line, then use forTokens to pull out each number. Is this really the only way to do it? c:forTokens items=${param.partNums} delims= var=partNum i.e. put a newline between the 's? Thanks, Eric

Problem installing Tomcat on Win2k Server

2003-03-14 Thread Omer Tariq
Got a problem while installing tomcat on windown 2000 server. I'm sure I followed the same procedure on windows 2000 professional and it worked fine. If someone could help, I've listed the procedure followed below: 1. Installed jdk(1.4.1) and unzipped tomcat-4.1.18. 2. Set PATH to jdk\bin dir