Re: [Actionframework-users] Error in 0.94beta ?
Status: Inactive
Brought to you by:
ptoman
From: Petr T. <Pet...@pi...> - 2003-01-09 10:48:51
|
> hi, I have recently updated to the 0.94beta version and have found the > following problem: > I have an action that requires some parameters, so I put inside the > <action> node an input-variable in case there werent sent any parameter > by the user, > like for example: <input-variable name="nDay" value="0" if="!$nDay"> > With the older version it worked fine, but now I get that error: > org.actionframework.MissingParameterException: Parameter 'nDay' not > defined Is that <input-variable> evaluated for <action>? Look into the log, there should be a message like "<input-variable> $nDay" not evaluated - 'if' condition is false". -Petr [ http://dione.zcu.cz/~toman40 - Pet...@pi... - ICQ=22957959 ] |