UI Issues in Double Select control

2009-10-14 Thread Muthu Velappan
Hi, I have used a Double Select control display Division & Sub-Divisions in my project. Everything works fine except two UI Issues. 1. I’m unable to get separate labels for 2 Select box controls. It uses only single label. Is that a limitation, if so how to work-around it? 2. I want t

Re: struts 1.2 - HttpServletRequest.getRemoteUser() returns NULL

2009-10-14 Thread Jari Fredriksson
15.10.2009 7:05, Sandeep Shenvi kirjoitti: 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 nam

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

RE: Not display value next to radio

2009-10-14 Thread Lee Clemens
You can iterate through the answers to create the tags, and then iterate through the same answers again to create the radio buttons -Original Message- From: Odelya YomTov [mailto:ode...@jpost.com] Sent: Wednesday, October 14, 2009 3:30 PM To: 'Struts Users Mailing List' Subject: Not disp

RE: Unit Testing in Struts 2.1.6

2009-10-14 Thread phillips1021
Dan - Is your Struts 2 application using Spring? If it isn't you shouldn't need to use the StrutsSprintTestCase (but then I don't know why you would get the error you did). If you are using Spring then I don't have any good advice for you as I've not used the JUnit plugin much with a Struts 2 -

Re: [S2] problem setting parameters inside a Map

2009-10-14 Thread Gabriel Belingueres
meh never mind...it was a validation.xml file that I was unaware of (without the action name in the middle of the file name) and this _short-circuited_ validaton was failing and the parameter never got a chance. Solved. 2009/10/14 Gabriel Belingueres : > Hi, > > I have problems trying to set reque

[S2] problem setting parameters inside a Map

2009-10-14 Thread Gabriel Belingueres
Hi, I have problems trying to set request parameters into a Map. My input form have a form with some hidden input: And in my Action have a private Map (with its getter and setter): private Map mymap = new HashMap(); however I can't get the request parameters assigned to the Map. I'm using

Re: Unit Testing in Struts 2.1.6

2009-10-14 Thread Bhaarat Sharma
I have not read your post in detail but have a quick question about unit testing with struts2. lets say I have lot of DAO classes each with multiple methods each running a stored procedure. using your article information and Junit plugin if I write a unit case for each of them (methods in DAO clas

Not display value next to radio

2009-10-14 Thread Odelya YomTov
Hi! I would like to display a question, and next to it radio button option but in a table. In the table header, I will display the 1,2,3 option like this: 1 2 3 But I must enter list!! When I enter values,it displays them next to the radio button. How can I do it?

RE: Unit Testing in Struts 2.1.6

2009-10-14 Thread Phillips, Bruce A
see: http://www.brucephillips.name/blog/index.cfm/2009/9/5/Unit-Testing-A-Struts-2-Action-Class--Struts-2-JUnit-Plugin Bruce -Original Message- From: Dan R. Olsen III [mailto:danec...@gmail.com] Sent: Tue 10/13/2009 5:04 PM To: user@struts.apache.org Subject: Unit Testing in Struts 2.

No getter method for property: "productName" of bean: "product"

2009-10-14 Thread Hanen Ben Rhouma
Hello, Please I have a problem to which I'm stuck since this morning: I am trying to render the product list in a jsp page included into a struts 1.3.8 application and when iterating on the product entity parameters I get this exception: No getter method for property: "productName" of bean: "prod

Re: urgent guys

2009-10-14 Thread rajendar are
Hi, check once preExecute method in your action class. Regards, Rajendar 2009/10/14 swathi reddy > Hi all guys > > can u tell me whare exactly this error is being raised in my project > > I am using struts 1.3.8 > errror log is like this below : > > > java.lang.NullPointerException > > at >

Re: urgent guys

2009-10-14 Thread Bhaarat Sharma
how about you give us code from VoyagerDispatchAction.java around like 178. On Wed, Oct 14, 2009 at 7:31 AM, swathi reddy wrote: > Hi all guys > > can u tell me whare exactly this error is being raised in my project > > I am using struts 1.3.8 > errror log is like this below : > > > java.lang.

Re: urgent guys

2009-10-14 Thread Nils-Helge Garli Hegvik
What happens at com.xiusbcgi.ui.struts.action.VoyagerDispatchAction.preExecute(VoyagerDispatchAction.java:178) ? Nils-H On Wed, Oct 14, 2009 at 1:31 PM, swathi reddy wrote: >  Hi  all guys > > can u tell me whare exactly this error is being raised in my project > > I am using struts 1.3.8 > errr

urgent guys

2009-10-14 Thread swathi reddy
Hi all guys can u tell me whare exactly this error is being raised in my project I am using struts 1.3.8 errror log is like this below : java.lang.NullPointerException at com.xiusbcgi.ui.struts.action.VoyagerDispatchAction.preExecute(VoyagerDispatchAction.java:178) at com.xiusbcgi.ui.struts