Dirk Schumacher wrote:
I know it would be solveable by the @FieldExpressionValidator where its
expression can be filled with a complex OGNL-Expression.
But if evaluating the expression internally throws an Exception, the
evaluation does not terminate right. (I'd be fine with a negative
validati
--- Dirk Schumacher wrote:
> 2 fields/properties to be set on my Action:
> startDate(String)
> endDate(String)
>
> When setting a value first of all the String must be parsed into a Date
> object.
FYI, that can be handled automatically by the framework via type conversion
[1] unless there's some
Hello out there,
I am relativley new to S2 and I got stuck on a validation problem.
2 fields/properties to be set on my Action:
startDate(String)
endDate(String)
When setting a value first of all the String must be parsed into a Date
object. I know how to handle that.
The endDate must be afte
3 matches
Mail list logo