I'm using some svn build since rife 1.0rc2.

    <state store="session">
<globalbean name="global_options" classname="com.familyghost.copornot.UserOptions" />
    </state>

            setNamedOutputBean("global_options", useBean);

I look in the debugger and useBean has its two properties set to some strings. However, when I submit a form and get to a new page,

        UserOptions useBean = getNamedInputBean("global_options");

UseBean has the two fields as null. What's going on?
_______________________________________________
Rife-users mailing list
[email protected]
http://www.uwyn.com/mailman/listinfo/rife-users

Reply via email to