| Author |
Struts2 parameters is coming null in action class when using Interceptors
|
Santhosh Kalisamy
Ranch Hand
Joined: Apr 15, 2008
Posts: 55
|
|
Hi,
When I am using Interceptors, the values on Action class coming as null. I have removed the Interceptors, the values coming perfect from the JSP page.
Login.jsp
LoginAction.java
web.xml
struts.xml (working version)
struts.xml (Notworking version )
AuthenticationInterceptor.java
Logs statements (both cases)
Any suggestions?
|
 |
Santhosh Kalisamy
Ranch Hand
Joined: Apr 15, 2008
Posts: 55
|
|
Fixed this issue by including default Interceptors.
struts.xml
Hope this helps, you all.
|
 |
 |
|
|
subject: Struts2 parameters is coming null in action class when using Interceptors
|
|
|