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
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
2 matches
Mail list logo