>From reading the docs, it is my understanding that as long as I have a
class named "Test" that extends ActionSupport and a file named
Test.properties in the same package as that class that the resources
should be loaded automagically onto the value stack so that any JSP
associated with a view for Test.action should be able to access them via
the text tag as long as the view was called by running Test.action...

On Wed, Jul 16, 2003 at 05:23:18PM -0500, [EMAIL PROTECTED] wrote:
> Thanks all for you quick help on an earlier issue today... I've got
> another one I can't seem to solve (earlier postings didn't help), here
> is the situation:
> 
> I have a simple test app I've been trying to build similar to the i18n
> example that WebWork ships with, I have the following done:
> 
> index.jsp redirecting to Language.action which has error view of
> language.jsp and success of itworked.jsp
> 
> Language class extends Test class
> 
> Test class extends ActionSupport
> 
> I have a file named Test.properties in the same package as the Test
> class and it has various properties set (i.e. "main.title=Test App")
> 
> When index.jsp redirects to Language.action which returns ERROR and then
> gets thrown to language.jsp which renders successfully except that my
> lines like:
> 
> <ww:text name="'main.title'"/>
> 
> return "main.title" in the resulting HTML and not "Test App"... 
> 
> -- 
> Sean
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: VM Ware
> With VMware you can run multiple operating systems on a single machine.
> WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
> same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
> _______________________________________________
> Opensymphony-webwork mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
> 


-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to