Tiles Body question

2003-03-03 Thread James Prance
In a classic template, the header, footer and menu could be common across your application. However the body would likely change depending on the business process. Is there a way to alter the 'body' value dynamically? I'm a bit confused by this at the moment and my current understanding is that

Re: STRUTS INTERNATIONALIZATION

2003-02-28 Thread James Prance
I agree with Mr Mitchell... (thats three james' replied to this post.. any more out there) scarter [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Is there a way in struts to maintain a default application resources file that can be referred to in the event that a requested resource

DynaActionForm vs ActionForm

2003-02-26 Thread James Prance
Having used DynaActionForms in my app, i now wonder what use ActionForms are? Is there ever a case for needing an ActionForm and if so when and why? I thought there may be something to do with session states but i'm not sure.

Re: DynaActionForm vs ActionForm

2003-02-26 Thread James Prance
can you give an example.. Nick Sharples [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] James Prance writes: Having used DynaActionForms in my app, i now wonder what use ActionForms are? Is there ever a case for needing an ActionForm and if so when and why? I thought

Re: Best way to understand Struts

2003-02-26 Thread James Prance
guys..there is a great sequence diagram in Ted Husted's book.. Struts in Action. I've just got a copy and its the best developers guide to anything i've ever read..really step by step stuff.. hope this helps James Puneet Agarwal [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi

websites that use Struts..

2003-02-26 Thread James Prance
The list on the Apache website, half the links dont work... does anyone know of some websites out there on the old 'interweb' that are currently live using struts.. I need to find some good examples to convince our PM's that this is our way forward.. James

Re: websites that use Struts..

2003-02-26 Thread James Prance
Cheers Rick.. thats will help, what i really need to demonstrate is its not just another latest techies geegaw.. seeing them in action will do more for them at this stage i feel.. Rick Reumann [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Wed, 26 Feb 2003 15:42:17 - James

Newbie Question: ActionErrors.

2003-02-18 Thread James Prance
Anyone tell me why the error message specified in the errors.add(ActionErrors.GLOBAL_ERROR,new ActionError(my error here)); code in my Action Servlet doesnt appear on the jsp page. The header and footer appear, but the error message does not.. what have I missed? Code in ActionServlet -

Newbie: Cannot retrieve definition for form bean null

2003-02-11 Thread James Prance
Can someone help me out here.. I have no actions/forms, only an applicationResources.properties and jsp that has an action declared in struts-config.xml as : action path=/index forward=/tour.htm /action this is really simple i know.. but i cant find an explanation for this error anywhere.

Re: Newbie: Cannot retrieve definition for form bean null

2003-02-11 Thread James Prance
rror you are getting? Scott On Tue, 2003-02-11 at 21:11, James Prance wrote: Can someone help me out here.. I have no actions/forms, only an applicationResources.properties and jsp that has an action declared in struts-config.xml as : action path=/index forward=/tour.htm

Re: Error 500 : Cannot find message resources under key org.apache.struts.action.MESSAGE

2003-02-11 Thread James Prance
Lydia.. Have you got Xerces.jar in your web-apps/container/lib directory? I had a similar problem which was resolved by including Xerces.jar in my deployment. James [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi all, I'm trying to use STRUTS 1.0.2 with WAS

Re: Error 500 : Cannot find message resources under key org.apache.struts.action.MESSAGE

2003-02-11 Thread James Prance
n't work. Is there anything else to configure on the WAS console? LSA -Original Message- From: ext James Prance [mailto:[EMAIL PROTECTED]] Sent: 11 February, 2003 15:05 To: [EMAIL PROTECTED] Subject: Re: Error 500 : Cannot find message resources under key org.apache.struts.action