[ANN] First part of JSTL article series at ONJava.com

2002-08-14 Thread Hans Bergsten
Guys, Just wanted to let you know that the first part of my series of JSTL articles is now available at: Hans -- Hans Bergsten [EMAIL PROTECTED] Gefion Software http://www.gefionsoftware.com JavaServer Pages

RE: using struts tagclasses inside our tagclass

2002-08-14 Thread Martin Cooper
> -Original Message- > From: Karen Lee [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 14, 2002 12:04 PM > To: [EMAIL PROTECTED] > Subject: using struts tagclasses inside our tagclass > > > We are using struts, and are wondering: > > We want to hand our web designers certain widg

using struts tagclasses inside our tagclass

2002-08-14 Thread Karen Lee
We are using struts, and are wondering: We want to hand our web designers certain widgets that wrap a bunch of struts tags into one bundle - so they can simply say and have it drop in all the appropriate fields. My question is, if we write our tagclass using the methods of the struts tagcla

RE: standard-examples.war in JDeveloper9i...parser doesn't like web.xml

2002-08-14 Thread RAJAGOPAL Deepak
Robert,Group This occurs because the servlet spec taglib expects is higher than that supported by your appserver's servlet container . That element does not even occur in the dtd the container is validating against . HTH Deepak -Original Message- From: Robert Kuhar To: [EMAIL PROTECTED]

Re: standard-examples.war in JDeveloper9i...parser doesn't like web.xml

2002-08-14 Thread Justyna Horwat
After a quick look at Oracle's product description I found that Oracle9i JDeveloper supports JSP 1.1 and Servlet 2.2. You need a container that supports JSP 1.2 in order to have the JSTL examples work properly. The latest version of SunOne Studio (formerly Forte) has JSTL already supported and

standard-examples.war in JDeveloper9i...parser doesn't likeweb.xml

2002-08-14 Thread Robert Kuhar
I'm trying to get the Examples project working in my JDeveloper9i IDE and am having difficulty. The IDE somehow takes exception to the web.xml file. Error(1): oracle.xml.parser.v2.XMLParseException: Invalid element 'listener' in content of 'web-app', expected elements '[distributable, context-pa