I wanted to use for the selection the form:options tag.
But i have 2 Problems. First, the selected value wouldn't be generated and
after submitting, the select field is empty.
The second...
Type: Posts; User: coups; Keyword(s):
I wanted to use for the selection the form:options tag.
But i have 2 Problems. First, the selected value wouldn't be generated and
after submitting, the select field is empty.
The second...
i found a resolution, it also with session, but a little bit differnt.
with the validation is the problem, it runs after the initialization of the formbackingobject of the controller. so you...
Hallo,
i have a question.
I have a formbackingobject and validate the inputs.
At the moment, will be the new value set in the object.
It is possible to restore the old value, or is there a...
Hallo,
i have a problem with the validator.
The rejectValue will be called, but no error message will be shown on the page. I tested it with the debugger.
here my code:
Validator:
...
Hallo,
i have a small / big problem.
I want to use the Struts validator in a form:form object.
IllegalArgumentException: Validator does not support command class
This is my error.
It is...