Re: struts-action reading property set in config

2002-02-03 Thread Ted Husted
This implies that you have setup a subclass of ActionMapping with setTest() and getTest properties, and have specified that class in your ActionServlet's config. This being the case, when the mapping is passed to the perform method of your Action, you can cast the mapping to your subclass, and

struts-action reading property set in config

2002-01-29 Thread Dirk Storck
Hi I have the following action defined: action path=/admin/account/create parameter=create validate=true unknown=false scope=session type=com.tecmath.cms.mt.struts.UserDataAction name=userDataBean set-property property=test value=test / forward name=failure path=accountDef

AW: struts-action reading property set in config

2002-01-29 Thread Ronaldo . Mercado
(E-Mail) Betreff: struts-action reading property set in config Hi I have the following action defined: action path=/admin/account/create parameter=create validate=true unknown=false scope=session type=com.tecmath.cms.mt.struts.UserDataAction name=userDataBean set-property property