Adding some more info......
When i tried debugging my application, i can see that the Endpoint constructor has been invoked when i am invoking
...
Type: Posts; User: Ashokkumar; Keyword(s):
Adding some more info......
When i tried debugging my application, i can see that the Endpoint constructor has been invoked when i am invoking
...
Hi All,
I am already having a spring application. Now, I want to integrate spring-ws into that. I have taken all code & configuration from ws-tutorial of spring source.
I got the wsdl for...
did you get any error other than this warning..?
Also,
i have a request url like:
action.htm?&name1=e&name2=e2
"?&" will also make this chunk ignored warning..
Thank you very much for the timely help....
Thanks It helped me.
1) your assumption is correct.
2) It will fail to find the page.
4) I think in most of the tutorial the suffix should be .htm nor .html.
ANY COMMENTS ABOUT ABSTRACTCOMMANDCONTROLLER IN CASE OF VALIDATION.
I am using AbstractcommandController, formtaglib is not useful for me. Help needed
I am New to Spring. I am using AbstractCommandController and Validating my LoginId field. error.getfielderror() works fine(i think so) But i want to populate my error message in jsp that i cant do....