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