>I'm not 100% not what your doing so i could be talking nonsense..
>
>If the formBean is available to the page i cant see why you cant access
>its properties.
>
>A simple way of doing this would be to do it in the referring action.
>
>
>Map myFormMap = myForm.getMap();
>
>request.setAttribute("myMap",myFormMap);
>
>then
>
><html:link name="myMap">

Yes, I can do that, thanks for jogging my gramaphone brain!

Pity you can't access directly, perhaps they should have kept DAF param
access as

myForm.map['myParam']

Then you could still get the Map complete with myForm.map

I'm sure there is a good reason they didn't.

Cheers,
Mike W.


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

Reply via email to