> Mhh... I guess the getter method doesn't help, since I
> don't want to access the properties of the action from JSP.

Too much cut, not enough paste.

> Ok, i could add each Map to a collection and than loop
> through the collection and each keySet later in the execute
> method but that's plain ugly. There must be a pretty and
> simple solution, right?

Lost me there.

If you only have a setter the framework doesn't have any way to retrieve the 
map again, so it creates it again--you need the getter. Or make the property 
public, then you don't need either, if that's how you roll.

> If Struts 2 really wants me to write a conversion properties
> file for that, than life was really easier with Struts 1.

Not really.

Dave

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

Reply via email to