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

Reply via email to