hi
<set-property key="" value="" />
have gone thru the source and (if i'm not mistaken) i found the properties set in action mappings are never used within struts, its only for the user to set them and use them.
as the javadoc in *.config.ActionConfig
* executed for this mapping. This facility should eliminate many use * cases for subclassing <code>ActionConfig</code> or * <code>ActionMapping</code> by providing more than just the single * <code>parameter</code> property for
by this logic FormBeanConfig and FormPropertyConfig could do this also, quite trivially.
guys, could this go into struts 1.3? if you think its a good idea, i'd be happy to log this as a bug/enhancement and upload a patch.
thanx riyaz
Niall Pemberton wrote:
It appears to be an alternative mechanism for setting properties - but only implemented for action mappings.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
