List box using ArrayList objects.

2006-12-01 Thread Tamilselvan Radha Krishnan
Hi All, I've an ArrayList that contains EmployeeID String objects. I need to show the List box from this ArrayList with List value and Key being the same EmployeeID. Any sample code would be much helpful. Regards Tamil _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

ActionErrors and ActionMessages not working.

2006-11-30 Thread Tamilselvan Radha Krishnan
Hi, I'm using struts 1.2 version and currently held up in a minor issue but I could not figure out what i'm missing. In the code snippet below, From Action class I'm adding an ActionErrors to display an Error message in the JSP. In JSP I've a message Tag with correctly. The Action is correctly

RE: Problem with DynaActionForm in portlets

2005-10-16 Thread Tamilselvan Radha Krishnan
Can any one suggest me whether I can use DynaACtionForm in portlet development? Thanks.. tamil -Original Message- From: Tamilselvan Radha Krishnan [mailto:[EMAIL PROTECTED] Sent: Friday, October 14, 2005 8:18 PM To: Struts Users Mailing List Subject: Problem with DynaActionForm in

Problem with DynaActionForm in portlets

2005-10-14 Thread Tamilselvan Radha Krishnan
Hi, I've used DynaActionForm in websphere portal server while developing portlets. Strangely, I could not able to display the portlet page even there was no fault on our application. When I replaced the DynaActionForm with ActionForm, it worked well. Why it happened? Cant' I use DynaActionFor