Re: Rad 6.0

2008-03-04 Thread Antonio Petrelli
2008/3/4, Jerry Gustanski <[EMAIL PROTECTED]>: > > Does that go in the Web.xml? It doesn't seem to recognize tag What version of servlet are you using? The fragment that I posted was for servlet 2.4. If you are using 2.3, simply avoid the element (or upgrade to servlet 2.4 :-) ). Antonio

Re: Rad 6.0

2008-03-04 Thread Jerry Gustanski
Does that go in the Web.xml? It doesn't seem to recognize tag - Original Message - From: "Antonio Petrelli" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, March 04, 2008 1:24 AM Subject: Re: Rad 6.0 2008/3/4, Jerry Gustanski &l

Re: Rad 6.0

2008-03-04 Thread Antonio Petrelli
2008/3/4, Jerry Gustanski <[EMAIL PROTECTED]>: > > Hey! I put them there and it worked. I thinked that solved the problems I > was having last night too. I don't know how to set up the referenece in > web.xml. Can you tel me hoe to do that? http://struts.apache.org/tags-html

Re: Rad 6.0

2008-03-04 Thread Jerry Gustanski
ginal Message - From: "Antonio Petrelli" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, March 04, 2008 12:13 AM Subject: Re: Rad 6.0 2008/3/4, Jerry Gustanski <[EMAIL PROTECTED]>: Here's the error: JSP Processing Error HT

Re: Rad 6.0

2008-03-04 Thread Antonio Petrelli
2008/3/4, Jerry Gustanski <[EMAIL PROTECTED]>: > > Here's the error: > > JSP Processing Error > HTTP Error Code: 500 > > > Error Message: > JSPG0047E: Unable to locate tag library for uri > http://struts.apache.org/tags-html Did you put the JAR containing the tag libraries in your

Re: Rad 6.0

2008-03-03 Thread Jerry Gustanski
ailing List" Sent: Monday, March 03, 2008 1:47 AM Subject: Re: Rad 6.0 2008/3/3, Jerry Gustanski <[EMAIL PROTECTED]>: [3/3/08 1:17:00:062 PST] 001b jsp E com.ibm.ws.jsp.taglib.TldParser logParseErrorMessage Failed to parse Tag Library [/WEB-INF/struts-tiles.tld]: JSPG0235E:

Re: Rad 6.0

2008-03-03 Thread Jerry Gustanski
y original question about rad 6.0 and struts 1.3.8. I tired using the same jar files in the same order as the War file. That did not fix the problem. Then I started investigating the TLD files and found that the War file was picking the TLD files up from the apache site. I was getting them from /web

Re: Rad 6.0

2008-03-03 Thread Antonio Petrelli
2008/3/3, Jerry Gustanski <[EMAIL PROTECTED]>: > > [3/3/08 1:17:00:062 PST] 001b jsp E com.ibm.ws.jsp.taglib.TldParser > logParseErrorMessage Failed to parse Tag Library > [/WEB-INF/struts-tiles.tld]: JSPG0235E: The JSP container failed to load > the > TagExtraInfo class [org.apache.struts.tile

Re: Rad 6.0

2008-03-03 Thread Jerry Gustanski
Yes, I do get errors on startup of server: [3/3/08 1:16:40:297 PST] 0014 AdminHelper A ADMN1021I: An attempt is made to stop the server1 server. [3/3/08 1:16:40:406 PST] 002c WSChannelFram A CHFW0020I: The Transport Channel Service has stopped the Chain labeled WCInboundAdmin. [3/3/

Re: Rad 6.0

2008-03-03 Thread Antonio Petrelli
2008/3/3, Jerry Gustanski <[EMAIL PROTECTED]>: > > That is the excepion I receive when starting the app. I have not been clear. With "starting" the app I mean when you startup the server, not when you call the homepage of your app. Antonio

Re: Rad 6.0

2008-03-03 Thread Jerry Gustanski
That is the excepion I receive when starting the app. - Original Message - From: "Antonio Petrelli" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Monday, March 03, 2008 1:07 AM Subject: Re: Rad 6.0 2008/3/3, Jerry Gustanski <[EMAIL PROTECTED

Re: Rad 6.0

2008-03-03 Thread Antonio Petrelli
2008/3/3, Jerry Gustanski <[EMAIL PROTECTED]>: > > [3/3/08 0:44:31:344 PST] 002b ServletWrappe E SRVE0068E: Could not > invoke the service() method on servlet /index.jsp. Exception thrown : > java.lang.NullPointerException > > at org.apache.struts.util.RequestUtils.pageURL(RequestUtils.java:159

Re: Rad 6.0

2008-03-03 Thread Jerry Gustanski
dPool.java:1332) - Original Message - From: "Antonio Petrelli" <[EMAIL PROTECTED]> To: "Jerry Gustanski" <[EMAIL PROTECTED]> Sent: Monday, March 03, 2008 12:51 AM Subject: Re: Rad 6.0 Whoops wow I notice now that you wrote to me directly, I won't

Re: Rad 6.0

2008-03-03 Thread Jerry Gustanski
I am new to this group, I didn't know the rules. - Original Message - From: "Antonio Petrelli" <[EMAIL PROTECTED]> To: "Jerry Gustanski" <[EMAIL PROTECTED]> Sent: Monday, March 03, 2008 12:51 AM Subject: Re: Rad 6.0 Whoops wow I notice now t

Re: Rad 6.0

2008-03-03 Thread Antonio Petrelli
2008/3/3, Jerry Gustanski <[EMAIL PROTECTED]>: > > When I copy a 1.3.8 sample app into my RAD workspace, RAD doesn't seem to > recognize that things like wildcards are now okay. It flags them as > errors. Did you correct the reference to the DTD? -//Apache Software Foundation//DTD Struts Config

Re: Rad 6.0

2008-03-03 Thread Jerry Gustanski
y the appllications, I get an error at runtime. Jerry - Original Message - From: "Antonio Petrelli" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Monday, March 03, 2008 12:02 AM Subject: Re: Rad 6.0 2008/3/3, Jerry Gustanski <[EMAIL PROTE

Re: Rad 6.0

2008-03-03 Thread Antonio Petrelli
2008/3/3, Jerry Gustanski <[EMAIL PROTECTED]>: > Can Rad 6.0 use/run Struts versions greater than 1.1, say 1.3.8, 1.3.9, or 2.0 Well, Rad 6.0 is based on Eclipse 3.0, so it is very limited regarding the version of Java (1.4.2). And it depends on the Websphere version you are using (you

Rad 6.0

2008-03-02 Thread Jerry Gustanski
Can Rad 6.0 use/run Struts versions greater than 1.1, say 1.3.8, 1.3.9, or 2.0