When I do the following test:
        <ww:set name="message1" value="'hello world 1'" scope="page"/>
        <ww:property value="#message1"/>
        <ww:set name="message2" value="'hello world 2'" scope="stack"/>
        <ww:property value="#message2"/>
        <ww:set name="message3" value="'hello world 3'" scope="application"/>
        <ww:property value="#message3"/>
        <ww:set name="message4" value="'hello world 4'" scope="session"/>
        <ww:property value="#message4"/>
        <ww:set name="message5" value="'hello world 5'" scope="webwork"/>
        <ww:property value="#message5"/>
        <ww:set name="message6" value="'hello world 6'" />
        <ww:property value="#message6"/>        
I only get output for messages 2, 5 and 6 (stack, webwork, default).


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to