Re: How can I get the selected value from a scroll down list ?

2009-10-23 Thread Sandeep Shenvi
Hi, If I understand ur problem correctly then u want to jump from ChangesFilterAction class to some other Action class... before reloading the page... If this is the case then I think you should go for MappingDispatchAction class... It enables you to group logical Actions within the same Class and

struts 1.2 - HttpServletRequest.getRemoteUser() returns NULL

2009-10-14 Thread Sandeep Shenvi
Hi, We are developing a web application with Single Sign On (SSO) feature using struts 1.2 and are using tomcat 6.0 container for deployment. We want to achieve a scenario similar to Windows Authentication. For this we want to know the user (user name who has logged in to the Windows OS) who has