Problem: bean:define...

2005-11-22 Thread Eider Iturbe
Hi! I have a problem with defining an scripting variable with: /bean:define id=Cmax name=adminFormBean property=Cmax type=java.lang.Integer/ /and this property is defined into the bean called adminFormBean like this: /private int Cmax = 0 ; public void setCmax(int cmax) {

RE: Problem: bean:define...

2005-11-22 Thread Fulgencio Comendeiro, Eduardo
Try to put lowercase private int Cmax = 0 ; --- private int cmax = 0 ; -Mensaje original- De: Eider Iturbe [mailto:[EMAIL PROTECTED] Enviado el: martes, 22 de noviembre de 2005 10:33 Para: Struts Users Mailing List Asunto: Problem: bean:define... Hi! I have a problem

RE: Problem: bean:define...

2005-11-22 Thread Ramaswamy, Palaniappan
Regards Pal -Original Message- From: Eider Iturbe [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 22, 2005 3:03 PM To: Struts Users Mailing List Subject: Problem: bean:define... Hi! I have a problem with defining an scripting variable with: /bean:define id=Cmax name=adminFormBean

Re: Problem: bean:define...

2005-11-22 Thread Eider Iturbe
in the bean is setCmax then the property should be accessed as cmax in any of the struts tag. Have a Good Day!!! Best Regards Pal -Original Message- From: Eider Iturbe [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 22, 2005 3:03 PM To: Struts Users Mailing List Subject: Problem