RE: struts-config.xml question

2008-11-28 Thread omer nauman
path is the name of the request :"name.do". you don't enter do part here> To: user@struts.apache.org> From: [EMAIL PROTECTED]> Date: Fri, 28 Nov 2008 11:11:05 +0100> Subject: struts-config.xml question> > > Hi to all,> > I´m new to struts and i have to reconfigure an existing struts> applicatio

bounded select

2008-11-24 Thread omer nauman
Hi, I am using Struts for an application. I am using a two html select in one html:form. I want to populate the value (from DB) of one html:form select on the basis of other. Right now, first one is fixed, so I filled it in jsp file with the values. 2nd select is filled onSessionStart() (