Hi

I am using getter in jsp but it throws no such method found exception, but the same property gets displayed when I use <bean:write.. tag.

So

<logic iterate id="field" name="fields" >
<bean:write name="field" property="name"/>
</logic:iterate>

works

but

<logic iterate id="field" name="fields" >
<% String name = field.getName(); %>
</logic:iterate>

doesn't. Any ideas

Thanks
Rajiv








_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus


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

Reply via email to