Re: usebean tag

2001-04-03 Thread Ing. Nicola Folino
Dear Alessandro, the problem is in the page where I use the tag. I miss that value just there and I save the dipartimentoQuery in the session. The mai problem is with the jsp:setProperty tag. It saves string values, but losts Integers! You're Italian, aren't you? I'm from Cosenza... Thanks...

Re: JRun again...

2001-03-30 Thread Ing. Nicola Folino
elande-----Från: Ing. Nicola Folino [mailto:[EMAIL PROTECTED]]Skickat: den 30 mars 2001 10:22Till: Orion-InterestÄmne: JRun again... I tried this code in a jsp page on JRun 3.0: jsp:forward page=%=back[0]% / where back[0] is a String variable. And I get 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