You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by JeanX <je...@pacificnet.com> on 2001/03/09 02:43:59 UTC

PLS HELP!

Hi struts-user ,

I extend ActionForward class for some new property .

//MyForward.class
private boolean some=false;
public boolean getSome(){
	return this.some;
}
public void setSome(boolean is){
	this.some=is;
}
//end 

And i set the new property value in struts-config.xml by <set-property> tag .
When my applicttion start , i can see infos on console :
				set com.my.action.MyForward property Some to true .
But when i get this property value in my code by getSome method ,
the value is still false.
What means on earth ?
And how i to do ?


:=)
Best regards,
JeanX
pacificnet.com(GZ)