[XMLForm] xmlform-scope parameter

2003-01-15 Thread Sylvain.Thevoz
Hello, What is the difference between request and session for the value of xmlform-scope parameter? Thank you Sylvain - Please check that your question has not already been answered in the FAQ before posting.

Re: [XMLForm] xmlform-scope parameter

2003-01-15 Thread Jakob Praher
Am Mit, 2003-01-15 um 14.42 schrieb [EMAIL PROTECTED]: Hello, What is the difference between request and session for the value of xmlform-scope parameter? request means that the values are stored in the request attributes like: String formid = /*... */ Form frm = /* create the form */