How can I use <set-property property="foo" value="123" /> in
struts-config.xml ?

I want to use it in place of forward to store Action configuration info
(set-property is
specified in the dtd).

Tried to add getter & setter to Action descendant - but assignment by
introspection 
didn't seem to work. 

Looked at the source for ActionServlet, and the digester class does appear
to be doing something
with this property, although it looks like it is only looking for a single
instance in an action.

As far as I can tell, either it is not intended for general use or it is
broken.

Any thoughts?

David Holland
[EMAIL PROTECTED]

Reply via email to