ex: for a property named myProperty, which has an accessor/mutator named getMyProperty/setMyProperty, you'd do:
<plug-in className="com.foo.MyPlugIn">
<set-property property="myProperty"
value="someValue - probably a String ;-)"/>
</plug-in>
You needn't concern yourself with anything other than using the properties in your plugin (call your getter or refer to the field directly), since they automatically get set for you.
Bradley G Smith wrote:
Does someone have a good example of using a Struts PlugIn with PlugIn properties they would be willing to share. I tried to follow the code in the Tiles PlugIn but this seemed to be overly complex for what I need.Thanks, Brad Smith
-- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

