|
From: Florian F. <flo...@gm...> - 2006-01-21 13:22:23
|
Hi Tim!
First thanks for your quick answer, it brought me on the right track, that
there is something wrong with my form elements.
I've found the error - it was not Stripes' fault.
The action URL in my backing bean was @UrlBinding("/CreateCaller.action"), the
form action in my jsp sites was <stripes:form action="CreateCaller.action">,
without slash.
So far everything (saving, etc.) worked fine this way, besides the problems I
mentioned in my last email.
Adding the slash did the trick, binding and validation work perfectly now -
the devil is in the details :-)
thanks for your help and hava a nice weekend,
florian
|