Hi,
I tried switching to Spring form tag and I got the same exception. It looks like IBM is aware of the problem as they have acknowledged it here.
The stacktrace is as follows:
4/29/11...
Type: Posts; User: jpalmer1026; Keyword(s):
Hi,
I tried switching to Spring form tag and I got the same exception. It looks like IBM is aware of the problem as they have acknowledged it here.
The stacktrace is as follows:
4/29/11...
Hi,
I'm getting an exception when I try to deploy a Spring MVC app to Websphere Application Server (WAS) 7. The application works fine on WAS 6. The exception I'm getting is the following:
...
Hi,
I'm wondering what the correct way to externalize a list of values is? In the app I'm working on, I need to pass in a list of store numbers to a bean. I'd like to externalize the list so it...
Can someone tell me how I can display the username of the user currently logged in? I'm using struts2 and tried using <s:property value="j_username" />, but that didn't seem to generate any output....