Orion Application Server And Struts 1.0

2001-01-09 Thread Hee Meng, Poh
Hi, Anyone using the above combo? Need some help Regards

Inconsistent Localization behavior

2001-01-09 Thread Lenz, Georg
Hei, I think the localization behavior of struts is a little bit inconsistent. On the one hand you might have a locale per user/session that defines the locale for the user very conveniently using the Accept-** header info about the client. On the other side the content Type is handled on

Re: Help Me!!

2001-01-09 Thread Ted Husted
Via Private Mail I am a new user for this object oriented technology and trying to create my First simple application in java. I decided to use Struts but I am having lots of problem just in understanding Struts itself. This si way too complicated. I read all the user guides and material

Re: Orion Application Server And Struts 1.0

2001-01-09 Thread Hee Meng, Poh
Hi Denis, Thanks for the link. Went thru the archives but couldn't find a solution. May I ask what tweaks you employed to get them to work? Coz I got problem getting orion to resolve the dtd properly. I removed the dtd from struts.jar and put it under

Re: Orion Application Server And Struts 1.0

2001-01-09 Thread Johan Compagner
Try to set the dtd file in the web-inf of your app. I remember also having this problem but i thought i fixed it this way. johan - Original Message - From: "Hee Meng, Poh" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 09, 2001 4:53 PM Subject: Re: Orion Application

RE: Orion Application Server And Struts 1.0

2001-01-09 Thread Michael S. Kelly
Check the archives for "Re: Struts 1.0 - Anyone Do It?" You can find the archives at www.orionserver.com. Go to the "Mailing List" item listed on the left-hand side. Then click on the "look here" link. -=michael=- -Original Message- From: Hee Meng, Poh [mailto:[EMAIL PROTECTED]]

mapping.getInput() returns null

2001-01-09 Thread Phillips, George H.
Last week I replaced my 0.5 install of Struts under Tomcat 3.2 with the 12/30 build of Struts. My app works fine until I try to return to the originating page after a processing error. When my action classes execute: return (new ActionForward(mapping.getInput()))

RE: Orion Application Server And Struts 1.0

2001-01-09 Thread Denis Hanson
Hi Poh, I just finished a test install of orion 1.3.8 and struts (20010109 binary) and was able to start the example app. Here's what I did. 1) Installed orion server 1.3.8, following the directions given on the website. (I used port 1234.) 2) Installed struts at d:\jakarta-struts, following

Re: mapping.getInput() returns null

2001-01-09 Thread Pierre Métras
Hi George, Two months ago, when moving to 1.0, I was stroke by this one too... Extract from Craig's response: mapping.getInput() works OK if you have the "input" attribute set in the corresponding action tag in struts-config.xml So your strut-config.xml should be: action

RE: mapping.getInput() returns null

2001-01-09 Thread Phillips, George H.
Thank you, Pierre. That did the trick. -Original Message- From: Pierre Mtras [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 09, 2001 1:32 PM To: [EMAIL PROTECTED] Subject: Re: mapping.getInput() returns null Hi George, Two months ago, when moving to 1.0, I was stroke by

html.Constants

2001-01-09 Thread jakarta mailing list
Hi there, building Struts from cvs fails giving following error message while compiling Action.java and Actionservlet.java : class org.apache.struts.taglib.html.Constants not found in import Any hint ?

Re: Inconsistent Localization behavior

2001-01-09 Thread Craig R. McClanahan
"Lenz, Georg" wrote: Hei, I think the localization behavior of struts is a little bit inconsistent. On the one hand you might have a locale per user/session that defines the locale for the user very conveniently using the Accept-** header info about the client. On the other side the

RE: Can I use a Map.Entry as a bean?

2001-01-09 Thread Chris Wilson
here's a simple example of what i'm talking about. would one of your wizards please try this servlet and jsp page to see what i'm talking about? thanks very much! i tried this on tomcat 3.2.1, jdk 1.3, win 2000 ## Begin TestServlet.java ## import javax.servlet.http.HttpServlet;

Re: html.Constants

2001-01-09 Thread Craig R. McClanahan
jakarta mailing list wrote: Hi there, building Struts from cvs fails giving following error message while compiling Action.java and Actionservlet.java : class org.apache.struts.taglib.html.Constants not found in import Any hint ? Are you sure that your CVS checkout completed

RE: Can I use a Map.Entry as a bean?

2001-01-09 Thread perry . tew
Chris, I'm receiving the same error with an application that's not using struts. It does use a custom tag however. The application ran perfectly on NT and I haven't changed a thing, but now I'm getting the same error as you when I run it on an HP-UX box. Other jsp pages run fine, but when I

Re: Can I use a Map.Entry as a bean?

2001-01-09 Thread Craig R. McClanahan
Chris Wilson wrote: here's a simple example of what i'm talking about. would one of your wizards please try this servlet and jsp page to see what i'm talking about? thanks very much! I did some playing with this as well. It seems to be a Java API issue -- Map.Entry is an inner class, so

Does struts work with jdk 1.3?

2001-01-09 Thread Walter Holladay
I am trying to use struts 0.5, resin 1.2.1, and jdk 1.3. However, I keep getting a ClassNotFoundException for org.apache.struts.example.User. If I use jdk 1.2.1 it works. Why would this be? Walter

RE: Can I use a Map.Entry as a bean?

2001-01-09 Thread Chris Wilson
see my comments below... | chris wilson || web dev ||| [EMAIL PROTECTED] || | www.wondergeek.com | | -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 09, 2001 3:32 PM To: [EMAIL PROTECTED] Subject: Re: Can I use a Map.Entry as a bean?

problem building from cvs

2001-01-09 Thread john d ware
Hi, I am attempting to build from the cvs sources and am getting ClassDefNotFound error for this class: org.apache.tools.ant.taskdefs.optional.TraXLiaison So, the question is what jar is the above class located? thanks john ware ant Buildfile: build.xml prepare.library: [mkdir]

Re: problem building from cvs

2001-01-09 Thread john d ware
Thanks for the note Craig, I build ant from the cvs sources with no trouble. The optional.jar built here contains no Liaison class. I downloaded optional.jar, from ant 1.2 and in it are these 2 liaison classes: org/apache/tools/ant/taskdefs/optional/XslpLiaison.class

Re: problem building from cvs

2001-01-09 Thread Incze Lajos
trying trax trying xslp trying xalan I think you need one of these XSLT processors. I recommend the recent xalan (just because it works for me - you find it at xml.apache.org). incze

Re: problem building from cvs

2001-01-09 Thread Incze Lajos
On Tue, Jan 09, 2001 at 06:04:52PM -0700, john d ware wrote: Thanks for the note Craig, I build ant from the cvs sources with no trouble. The optional.jar built here contains no Liaison class. I downloaded optional.jar, from ant 1.2 and in it are these 2 liaison classes:

Re: problem building from cvs

2001-01-09 Thread Craig R. McClanahan
john d ware wrote: Thanks for the note Craig, I build ant from the cvs sources with no trouble. The optional.jar built here contains no Liaison class. The most important issue, then, is this: was your XSLT processor package (such as Xalan or JAXP/1.1-ea) on your classpath when you *built*

RE: problem building from cvs

2001-01-09 Thread Schachter, Michael
For the records... So I install jaxp.jar, crimson.jar, and xalan.jar from the jaxp1.1ea2 distribution. Then I get some kind of "sealing violation". To fix that I removed parser.jar from the old jaxp from the classpath. Ant now builds fine. -Original Message- From: Schachter, Michael

Re: Does struts work with jdk 1.3?

2001-01-09 Thread Steven D. Wilkinson
I use struts with jdk1.3, but I'm using it with Tomcat4.0-m5. Why don't you use one of the nightly builds. They are going to release 1.0 soon and there are so many great changes, it would be better to use a nightly build. Steve Walter Holladay wrote: I am trying to use struts 0.5, resin

Re: Can I use a Map.Entry as a bean?

2001-01-09 Thread Martin Cooper
Just a thought, but have you tried "java.util.Map$Entry" instead of "java.util.Map.Entry" when you specify the type? -- Martin Cooper Tumbleweed Communications - Original Message - From: "Chris Wilson" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 09, 2001 12:00 PM

Re: Does struts work with jdk 1.3?

2001-01-09 Thread Timur Mehrvarz
Where can I find a list of all changes in Struts since 0.5? Are there any problems known running Struts with Java 1.3 and Tomcat 3.2? Regards. "Steven D. Wilkinson" schrieb: I use struts with jdk1.3, but I'm using it with Tomcat4.0-m5. Why don't you use one of the nightly builds. They are