Andrew Hill wrote:
> Im not really clear on what your doing. Can you give some detail, and
> perhaps some snippets of code?
> What do you mean by "added a map"?
 
Sorry for being unprecise.

I added a map to the ActionConfig-subclass. The map is created in the default 
constructor.

In the struts-config I have a <set-property ...> with the value beeing a comma 
separated list.

The ActionConfig-class has a setter which splits the string and adds each 
element to the map.

Regarding to the logfile - that part works.

When the action gets called, I check the mapping argument of beeing my 
ActionConfig-subclass, do the typecast and then check the map.
At that moment the map is empty.

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

Reply via email to