On Mon, Nov 29, 2010 at 6:55 AM, Jason Ferguson wrote:

> Struts will not automatically populate fields based on parameters passed
> via
> the URL. Your action will need to implement the ParameterAware interface,
> and the setParameters(Map<String, String[]> parameters) method. Then you
> can
> use the map to populate your fields.
>

It won't? Is this new behavior? It's always worked for me just fine.

Dave

Reply via email to