Thanks for the quick reply.
I am just curious why the struts-blank.war for struts
1.2 uses MessageResources at the message resource
setting when there is no MessageResource.properties
file inside the resources folder. 
So is there a mistake there and that the resource
setting should have been resources.application instead
since there is only this file in the resources folder?


--- Michael McGrady <[EMAIL PROTECTED]> wrote:

> Lai Boon Hui wrote:
> 
> >I am just playing around with struts-blnak.war that
> >comes with all dist.
> >
> 
> The reason that the references to resources works is
> that the references 
> really refer to the files in question.  Just any old
> name won't do.  So, 
> if you use a file name that is totally different
> from the file you are 
> trying to reference, that won't work.  This is not
> magic.  I know you 
> know that, but try to remember that there have to be
> connections between 
> the things you are talking about.  Do you
> understand?  When resources 
> are sought under /classes, they are sought in much
> the same way that 
> CLASSPATH works under /classes, except there is a
> seeking.  Try to 
> figure out how resources are sought by the
> ClassLoader class.
> 
> Michael
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 



                
__________________________________
Do you Yahoo!?
Y! Messenger - Communicate in real time. Download now. 
http://messenger.yahoo.com

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

Reply via email to