session object changed

2010-06-03 Thread ennidhi

I am using interceptors in the struts. There are 3 interceptors. when user
logs in, session is created. The same session is not getting maintained over
different requests for the same login. What might be the cause for this?
-- 
View this message in context: 
http://old.nabble.com/session-object-changed-tp28764765p28764765.html
Sent from the Struts - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



action chain tag

2010-05-26 Thread ennidhi



There is a action tag like this in my application. What happens here?
whether the request goes to the render action or the page product_main.jsp
is displayed? How to find this? Thanks

action name=viewedit_ajax 
com.tebs.augusta.web.actions.product.ProductAction_viewedit 
result type=chainrender/result
result name=inputproduct_main.jsp/result
/action
-- 
View this message in context: 
http://old.nabble.com/action-chain-tag-tp28689353p28689353.html
Sent from the Struts - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Tags in struts2

2010-05-25 Thread ennidhi

Whats the difference between result name= and result type= tags inside the
action tag? Which one is called at what point? Please suggest. And also what
does 
result name=error/empmanager/editEmployee.jsp/result
result type=redirectedit-${currentEmployee.empId}.action/result
/action


Is there any link which explains the tags in details
-- 
View this message in context: 
http://old.nabble.com/Tags-in-struts2-tp28667107p28667107.html
Sent from the Struts - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org