Swapnil Patil wrote:

I had tried with the variable names like
String sTitle;
boolean bTest;

<html:text property="sTitle"/>
<html:text property="bTest"/>
and both times I got same type of exception. but supricing it works for <html:text property="col"/> ( col is declared as Collection in the Form)
You must follow the JavaBean naming conventions. For sTitle what does your getter look like?

Dave



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to