is there any way to catch the browser back button event in web flow.
Type: Posts; User: vinay563; Keyword(s):
is there any way to catch the browser back button event in web flow.
I had already done a project using spring mvc just i need to add the webflow for it.i dont want to change the existing code.i want to access the existing controllers from the webflow.
I had already done a project using spring mvc just i need to add the webflow for it.i dont want to change the existing code.
How did u invoked the mvc controller from the web flow.
I am using Spring-WS for both client and service.I didnt write any code for handling jms.i just used the WebServiceTemplate(with JmsMessageSender ) at the client side and WebServiceMessageListener...
Thanks for your great support Arjen,
while iam using the jms uri by specifying the replyToName i got the following exception.
org.springframework.web.util.NestedServletException: Request...
i had donwloaded the Snapshots and i am workin on sample implementation of soap over jmsWebService.While developing i had faced with following problems.
1.How can i publish the jms details like...
Where can i find the documentation of the spring ws 1.5 .I need to implement the soap over jms, i had seen that it has been implemented in the 1.5 but i could found any documentation for it.