Re: usebean tag

2001-04-03 Thread Ing. Nicola Folino
... - Original Message - From: "Alex 'Kazuma' Garbagnati" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Friday, March 30, 2001 8:51 PM Subject: Re: usebean tag This is the code: jsp:useBean id="dipartimentoQuery" class="it.unical.a

usebean tag

2001-03-30 Thread Ing. Nicola Folino
This is the code: jsp:useBean id="dipartimentoQuery" class="it.unical.amministrazione.np.DipartimentoQuery" /jsp:setProperty name="dipartimentoQuery" property="*" / In my jsp page this code would take the values from a previous form and take them in my bean, but I lost the Integer value

Re: usebean tag

2001-03-30 Thread Alex 'Kazuma' Garbagnati
This is the code: jsp:useBean id="dipartimentoQuery" class="it.unical.amministrazione.np.DipartimentoQuery" / jsp:setProperty name="dipartimentoQuery" property="*" / In my jsp page this code would take the values from a previous form and take them in my bean, but I lost the Integer value