Input with name different than bean name property

2004-07-09 Thread FlyingElvi
Hi ! I wanted to know if there was any direct way to use a input field getting the value from a request bean that has a different property name than the form bean. for example : Form Bean has 2 property id and parentId in my JSP page request I have 2 objects of the same type and I want to

Re: Input with name different than bean name property

2004-07-09 Thread Denis Avdic
There is a value attribute in the html:hidden tag From what I understand you have a form bean that has id and parentId as properties. You have a child object with an id property, and you have a parent object with an id property. So you could have html-el:hidden property=id