Re: Using struts-nested tags

2004-07-05 Thread Steve Lewis
1) The bean is placed in the page as part of an action form and exists because it is declared in the associated action. UseBean is not normally used to create struts FormBeans. 2) Nothing initializes the ArrayList except the default constructor - you are better off a map based method than a Dyna

RE: Jsp 2.0 taglib conversion problem

2004-07-05 Thread Helios Alonso
The same happened to me a time ago. Check versions for tag library, tld file (if you use a separated file from the jar) and jar taglib file. I don't remember the solution, but it was a "mixed versions" problem. At 11:56 05/07/2004 -0400, you wrote: I replied to this several hours ago but it doesn

RE: Jsp 2.0 taglib conversion problem

2004-07-05 Thread Bruce Dempsey
I replied to this several hours ago but it doesn't seem like it was submitted. My apologies if you all receive this twice :) Hi, Thank you for your response. Using my original code which was working before the upgraded, we now get the following error: [7/5/04 9:42:01:318 EDT] 68e72fa4 WebGro

RE: Jsp 2.0 taglib conversion problem

2004-07-05 Thread Bruce Dempsey
Hi, Thank you for your response. Using my original code which was working before the upgade, we now get the following error: [7/5/04 9:42:01:318 EDT] 68e72fa4 WebGroup E SRVE0026E: [Servlet Error]-[javax/servlet/jsp/JspContext]: java.lang.NoClassDefFoundError: javax/servlet/jsp/JspConte

Using struts-nested tags

2004-07-05 Thread Paride Perazzolo
Hi folks, I'm new to the list, so forgive me if I'm not respecting Netiquette or asking off-topics. I'm trying to render pieces of html using the following syntax: from struts-config.xml the definition of the form follows: into the jsp I wrote (MyBeanContainer has the method getListaDanneg

RE: Jsp 2.0 taglib conversion problem

2004-07-05 Thread Martin van Dijken
Hey Bruce, Not entirely certain, but isn't it WS 6.0 that supports JSP 2.0? I was under the impression that WS 5.x only supports version 1.2 of JSP, which still works with a doctype and a dtd. Grtz, Martin -Original Message- From: Bruce Dempsey [mailto:[EMAIL PROTECTED] Sent: maandag 5

Jsp 2.0 taglib conversion problem

2004-07-05 Thread Bruce Dempsey
Our Websphere server was upgraded to 5.1.3 and we are now using JDK 1.4 and JSP 2. Our taglibraries have stopped working. I am tryin to upgrade the libraries to use the SimpleTagSupport classes, etc but am having a problem with our tld descriptor Is this the proper way to declare the V2.0 of the