Struts tags reads property values from ActionForm related with called action,

/* <html:text property="amount" /> */   inside jsp , calls getAmount method  on 
actionForm object, and then set as value

we want to add this behaviour into our tags,
is there any generic way to do this, it accesses the form object then call appropriate 
method on that object 

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

Reply via email to