Hi devs,
thanks for your replies
i am already doing some thing like this in pageBeginRender

 
public void pageBeginRender(PageEvent event) {
 
        if (event.getRequestCycle().isRewinding()) {
            return;
        }
        
        if(getUSERINFO () == null){
            setUSERINFO (new USERINFO("1","ABC","XYZ"));
        }
}

but error:

"target is null for setProperty(null, "zip", null)"

remians  there if i persist USERINFO in session its OK, but i think in
normal JSP application we need not to persist Whole form content in session,
session just need to use for some long retainable info.

any idea from you will be helpfull for me.


-- 
View this message in context: 
http://www.nabble.com/non-Session-Object-for-From-Submission-tf4712531.html#a13487603
Sent from the Tapestry - User mailing list archive at Nabble.com.

Reply via email to