I should have made it clear that the two forms I refer to are not on the same jsp and requests to them are handled by different controllers...
Perhaps the following configuration will help:
...
Type: Posts; User: JohnG; Keyword(s):
I should have made it clear that the two forms I refer to are not on the same jsp and requests to them are handled by different controllers...
Perhaps the following configuration will help:
...
Thanks...thats my problem sorted out...
Was wondering if you had any thoughts on the second issues that I detailed above:
Form A backed by object of class A having a success view Form B back by...
Howdy,
Any help would be much appreciated....on two related problems.
I'm working the the Portlet MVC although I think someone with general Web MVC experience will be able to help!
I'm using...
Did some further reading and discovered that as long as the beans have access to the ApplicationContext you can call context.getMessage() to get access to localised messages.
I'm using a mixture of JSP views and Xslt Views and need to support i18n throughout (meaning I can't simply use the spring:message tag).
Is there a way to use ResourceBundleMessageSource to allow...
Thanks for the input...
It turns out that the version of our portal won't fully support the Spring Portlet MVC....an upgrade is in the works!
Basically when we were trying to include a...
I've been running a number of different tests, trying to narrow down the problem.
One interesting behaviour is that the application behaves in exactly the same way whether the JSP actually exists...
Hey,
Not sure if anyone will be able to help as this problem may be specific to the portal that i'm deploying too (VAP 7.0), but any input would be appreciated.
Essentially i'm having trouble...