Hi All,

I have a scenario in which the property of my text box will be set at run
time. In my action form I have declared all the property names that will be
available in my jsp.

The jsp text box will have property name as txtField1 , txtField2 ,
txtField3.....

The action form will have these properties available.

In my jsp i am doing it like this inside logic:iterate and using bean:define
for "fieldname"

<html:text property="<%= fieldname %>">

but I am displayed a blank jsp. Any solution to acheive this scenario.

Thanks,
Anurag Garg


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

Reply via email to