Réf. : Re: simply getting plugin properties

2004-07-08 Thread meissa . Sakho
uts Users Mailing List" <[EMAIL PROTECTED]> cc : Objet : Re: simply getting plugin properties Simply create a javabean property 'myProperty' in your plugin class : private String myProperty; public void setMyProperty(String str) ... public String getMyProperty

Re: simply getting plugin properties

2004-07-08 Thread Nicolas De Loof
Simply create a javabean property 'myProperty' in your plugin class : private String myProperty; public void setMyProperty(String str) ... public String getMyProperty() ... Nico. > > I'm using struts 1.1 and need to set some parameters in my plugin > definition. > > here is my plugin defi

simply getting plugin properties

2004-07-08 Thread meissa . Sakho
I'm using struts 1.1 and need to set some parameters in my plugin definition. here is my plugin definition: I would like to read the property in my plugin init method. can someone tell me how to do this. thanks in advance. ___ NATEXIS ASSET MANAGE