Re: How to pass the current logged in username to struts2 action from spring security 3

2013-03-01 Thread Omar Ngarigari
Thanks Luksz for replying, but what i want is to use the username in Struts 2 action class and display in struts2 jsp tags Sent from my iPhone On Mar 1, 2013, at 1:09 AM, Lukasz Lenart lukaszlen...@apache.org wrote: 2013/3/1 Omar Ngarigari ngarigar...@yahoo.com: Hello, Thanks in advance.

Re: How to pass the current logged in username to struts2 action from spring security 3

2013-03-01 Thread Lukasz Lenart
2013/3/1 Omar Ngarigari ngarigar...@yahoo.com: Thanks Luksz for replying, but what i want is to use the username in Struts 2 action class and display in struts2 jsp tags Use that code to read username in your action and then show it using S2 tags Regards -- Łukasz + 48 606 323 122

Struts2 Jquery Grid pagination is not working

2013-03-01 Thread Arun Bansal
Hi I'm using Struts2 jquery Grid plugin. My problem is pagination is not working in the grid. I have selected all the required attributes. Can you please tell me what may be the problem? Thanks in advance Arun Bansal This e-mail and/or attachments are confidential and may also be legally

Re: How to pass the current logged in username to struts2 action from spring security 3

2013-03-01 Thread Omar Ngarigari
Thanks Lukasz, I will give a try. From: Lukasz Lenart lukaszlen...@apache.org To: Struts Users Mailing List user@struts.apache.org Sent: Friday, March 1, 2013 7:01 AM Subject: Re: How to pass the current logged in username to struts2 action from spring

Re: How to pass the current logged in username to struts2 action from spring security 3

2013-03-01 Thread Hernán
In order to have the user available in several action objects, you could write an interceptor, this is the way struts2 handles the so called cross cutting concerns (it would be Aspect Oriented Programming in Spring) Here's the class: package com.tipuana.csa.interceptor; import