When you have
String getTName()
void setTName(String tName)
in your ActionForm, you use them in your JSP like

<html:text property="tName" ..... >

This help you ?

Iris

ashokd wrote:

Hi,

Their is any naming conventions for ActionForm methods ?

I got a problem with this.

First I used like below then I got the problem(NumberFormatException:
getTName()
setTName()

Later I changed to
getTableName();
setTableName();

By using above two method names the exception gone.

Any one can help on this.

Thanks & Regards,
Ashok.D

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



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

Reply via email to