Q: Converting simple report app to struts.

2002-04-30 Thread Malcolm Dew-Jones
ts. If it makes a difference, this will be run under the "Oracle 9iAS server using OC4J J2EE container" - I think this is more simply called the Orion server. Thanks, Malcolm Dew-Jones -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Q: data/control flow diagram - where

2002-05-01 Thread Malcolm Dew-Jones
When I first examined the struts web site, I almost immediately came across a good diagram that illustrated the flow of control and data through a struts application. I am looking for that diagram, but can't find it now. Would anyone have any idea which diagram I might have seen and where to fi

Q: where are struts runtime error messages defined?

2002-05-01 Thread Malcolm Dew-Jones
Hello... I received the following error when I try to access a previously working action after I added some code to its form class. No input attribute for mapping path /bei_ecosystem_report Are error messages such as these defined anywhere in the documentation, and if so - where? Obv

RE: Changing Content Type

2002-05-03 Thread Malcolm Dew-Jones
> -Original Message- > From: Graham Lounder [mailto:[EMAIL PROTECTED]] > Sent: Dienstag, 30. April 2002 17:18 > To: [EMAIL PROTECTED] > Subject: OT: Changing Content Type > > > Sorry, this is a little off topic. Is there any way to change your > content type mid way through a reponse

Q: how do I do something after a forward?

2002-05-03 Thread Malcolm Dew-Jones
In my action class I want to prepare some things and then forward to a JSP to display those things. However, I also want to do some cleanup after the JSP has finished. Want I want is conceptually the same as public final class myAction report extends Action { public ActionForwar

Re: jsp size limit?

2002-05-09 Thread Malcolm Dew-Jones
On Thu, 9 May 2002, Arron Bates wrote: > There's a limitation on the size of a compliled Java class. Java has > this arbitrary limit of 62k for a compiled class. Looks like you're In 1986 Macintosh computers had the same 64K code barrier. Compiled units of code had to be split into chunks

Q: forwarding to a servlet

2002-05-09 Thread Malcolm Dew-Jones
I'm not clear on how to forward from the action routine to a servlet (in instead of a jsp). Is there an example of forwarding to a servlet I could examine? Pointers welcome, thanks. -- To unsubscribe, e-mail: For additional commands, e-mail: