Well, ParametersInterceptor should take care of that. Do you have devMode enable? check the logs, you should find there if it is been used, and if it is working.
2011/3/15 JavaNoobie87 <vivek...@enzentech.com> > I am submitting a form in the page and trying to store the value in a bean > (in the action class )and trying to use that bean to insert a row( but the > values from the form aren't being reflected onto the bean and hence the > NPE) > , however I dont know how the values i submit from the form can be put > into > the bean im passing to the action method.. addupdomain ?? > Ive attached source code below. > http://struts.1045723.n5.nabble.com/file/n3690012/DomainAction1.txt Action > class.txt > http://struts.1045723.n5.nabble.com/file/n3690012/DomainBean.txt > Bean http://struts.1045723.n5.nabble.com/file/n3690012/DomainDAO.txt > DAOClass.txt > > http://struts.1045723.n5.nabble.com/file/n3690012/interfacejsp.txt JSP > > -- > View this message in context: > http://struts.1045723.n5.nabble.com/loading-Dropdown-dynamically-from-database-tp3555885p3690012.html > Sent from the Struts - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > >