Hi all, Excuse me if those questions looks stupid, I've seeked the documentation but couldn't find the answer.
1) How do I write the following lines with struts: <jsp:useBean id="logonForm" class="app.LogonForm" scope="request" /> <jsp:setProperty name="logonForm" property="*" /> I tried to create the bean the following way without success: <bean:define id="logonForm" type="app.LogonForm" scope="request" /> and how to set all it's properties from parameters? 2) How do I set a bean's property from an other bean property? (something like "logonForm.username = argv.utilisateur") Thanks in advance for your help Ronan-Yann Lorin Banque AGF Direction des Op�rations, Service Informatique t�l : 01 44 86 27 99 fax : 0 811 013 002 m�l : [EMAIL PROTECTED]

