Re: "message-resources" in Struts 1.0?

2003-09-30 Thread Bob Lee
Thanks, James. ;) If anyone out there has done this and could tell me if 
this is a one class change or if I will have to make changes in 15 
different places, it would be much appreciated.

Thanks,
Bob
James Mitchell wrote:

It is only possible if you have the source code ;)

--
James Mitchell
Software Engineer / Struts Evangelist
http://www.struts-atlanta.org
678.910.8017
770.822.3359
AIM:jmitchtx


- Original Message - 
From: "Bob Lee" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Tuesday, September 30, 2003 2:50 PM
Subject: "message-resources" in Struts 1.0?

 

Is it possible to cleanly patch Struts 1.0 to use a custom message 
resources factory?

Thanks,
Bob
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: "message-resources" in Struts 1.0?

2003-09-30 Thread James Mitchell
It is only possible if you have the source code ;)


--
James Mitchell
Software Engineer / Struts Evangelist
http://www.struts-atlanta.org
678.910.8017
770.822.3359
AIM:jmitchtx



- Original Message - 
From: "Bob Lee" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Tuesday, September 30, 2003 2:50 PM
Subject: "message-resources" in Struts 1.0?


> Is it possible to cleanly patch Struts 1.0 to use a custom message 
> resources factory?
> 
> Thanks,
> Bob
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



"message-resources" in Struts 1.0?

2003-09-30 Thread Bob Lee
Is it possible to cleanly patch Struts 1.0 to use a custom message 
resources factory?

Thanks,
Bob
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: How to configure multiple Message Resources in Struts 1.0

2002-09-26 Thread Karim Saloojee

Yep

I could customise the source to make pizza as well ; )

What I want to know is can the source make pizza currently and how do I
configure multiple flavours of pizza?

Substitute pizza with message resource bundles.

TIA



- Original Message -
From: "James Mitchell" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, September 26, 2002 3:55 PM
Subject: RE: How to configure multiple Message Resources in Struts 1.0


> Or you could just take the 1.0 version and customize the source to do what
> you want.  That's one of the perks with having the source code ;)
>
> Hava a good one!!
>
>
> James Mitchell
> Software Engineer\Struts Evangelist
> Struts-Atlanta, the "Open Minded Developer Network"
> http://www.open-tools.org/struts-atlanta
>
>
>
>
> > -Original Message-
> > From: Karim Saloojee [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, September 26, 2002 5:59 AM
> > To: [EMAIL PROTECTED]
> > Subject: How to configure multiple Message Resources in Struts 1.0
> >
> >
> > Hi
> >
> > Is it possible to setup another message resources file in Struts
> > 1.0? I need this because I want to display errors in a different
> > way for a certain part of the application.
> > Basically I do not want the "Validation errors: Please correct
> > the ff..." heading.
> >
> > Since this is displayed automatically, the only way to get around
> > this issues is use another message resources properties (at least
> > that what it looks like to me).
> >
> > Now how do I setup another message resources and how to I go
> > about accessing it in my form bean?
> >
> > Thanks in advance,
> > Karim
> >
> >
> >
> >
> >
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: How to configure multiple Message Resources in Struts 1.0

2002-09-26 Thread James Mitchell

Or you could just take the 1.0 version and customize the source to do what
you want.  That's one of the perks with having the source code ;)

Hava a good one!!


James Mitchell
Software Engineer\Struts Evangelist
Struts-Atlanta, the "Open Minded Developer Network"
http://www.open-tools.org/struts-atlanta




> -Original Message-
> From: Karim Saloojee [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, September 26, 2002 5:59 AM
> To: [EMAIL PROTECTED]
> Subject: How to configure multiple Message Resources in Struts 1.0
>
>
> Hi
>
> Is it possible to setup another message resources file in Struts
> 1.0? I need this because I want to display errors in a different
> way for a certain part of the application.
> Basically I do not want the "Validation errors: Please correct
> the ff..." heading.
>
> Since this is displayed automatically, the only way to get around
> this issues is use another message resources properties (at least
> that what it looks like to me).
>
> Now how do I setup another message resources and how to I go
> about accessing it in my form bean?
>
> Thanks in advance,
> Karim
>
>
>
>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




How to configure multiple Message Resources in Struts 1.0

2002-09-26 Thread Karim Saloojee

Hi

Is it possible to setup another message resources file in Struts 1.0? I need this 
because I want to display errors in a different way for a certain part of the 
application.
Basically I do not want the "Validation errors: Please correct the ff..." heading.

Since this is displayed automatically, the only way to get around this issues is use 
another message resources properties (at least that what it looks like to me).

Now how do I setup another message resources and how to I go about accessing it in my 
form bean?

Thanks in advance,
Karim