TILES - cannot run the provided webapps

2001-08-14 Thread nicolas bonvin
cedric?, I downloaded the latest(20010731) version of tiles from http://www.lifl.fr/~dumoulin/tiles/ and tried to deploy the tiles-tutorial webapp inside of tomcat4.0-b7 (as well as other tomcat versions just to make sure); unfortunately, here's the error I get upon requesting

FW: id attribute for Struts img and Image Tag

2001-08-14 Thread Jain, Shipra
Hi, I posted this question to user mailing list three days back but received no answer. So now, I am posting to developers list. Hope you people have answer to my question. Also, I haven't subscribed to developers list, please whoever responds to this mail, take a second to make sure that you

RE: findForward and Errors

2001-08-14 Thread Deadman, Hal
You can put an entry in the property files like this: error.message=Error {0} or error.message={0} and then you can do something like this: ...new ActionError(error.message, e.getMessage())... or whatever it is that allows you to pass substitution arguments to a message. -Original

Re: Struts and WebSphere

2001-08-14 Thread Colin Sharples
The WebSphere development team are now fully aware of the problem (including the missing break statement from the Tomcat 3.2 version of PageContextImpl) and are working on an e-fix. I don't know what the timescale for the e-fix being available is at present, but I'll post here when it is

RE: Workflow Support Proposal

2001-08-14 Thread Colin Sharples
Craig, First of all - great job on the workflow proposal! I had begun writing a workflow system based on basic Struts Actions with a bit of state management thrown in, but what you're suggesting is much closer to what I need. I have a couple of requirements which I'm sure are not unique to my

cvs commit: jakarta-struts/src/share/org/apache/struts/util RequestUtils.java

2001-08-14 Thread martinc
martinc 01/08/14 23:15:51 Modified:src/share/org/apache/struts/action ActionServlet.java src/share/org/apache/struts/util RequestUtils.java Log: Allow disabling of the Struts multipart request handling mechanism, by specifying 'none' as the value of the

RE: findForward and Errors

2001-08-14 Thread Shawn Sohl
Craig, Thanks for your reply. I have tested the code in the logonAction class it does work. However, it only works when you use a key in the properties file. If I have this code in a catch statement, how can I use the actual error message with the getMessage() method of the exception