This might work

<html:link name="myform.map">

or

<html:link name="myform" property="map.property">

or

<html:link name-"myform" property="map('property')">

in which case what's wrong with

<html:link name="myForm" property="property">

You've been doing this with struts tags..

<c:out value="${myForm.map}" />

Hope this helps

Mark



On Sunday, August 17, 2003, at 02:33 PM, Mike Whittaker wrote:

Okay I've RTFM.

<html:link> seems it should do the job with its populating from a map
abilities.

<html:link page="/blah.do" name="myForm" property="map" >
TEST
</html:link>

However, I give it my DynaActionForm (with its getMap() method) and the
property 'map' and I get:

javax.servlet.ServletException: No getter method for property map of bean
myForm


which is really wierd, because at the same time I can do:

<c:out value="${myForm.map['aParam']}" />

I think it is looking for a form-property called 'map'. How do I access
this method through html:link ?


--
Mike W


--------------------------------------------------------------------- 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