Hi,

i am using appfuse 2.0.2 with spring mvc.

I have run into a little problem.
Basically my User.java has a many-to-one relationship with another pojo
called Position.
i have a getter and setter for Position in User.
When i display a new USer form, i want a drop down with a list of position
names and on selecting one item implicitly maps to a positionId and then
position is set on User.
My major problem is how do i map this at the user interface on the jsp page?
i have tried different things including getting positions list in
referencedata and display on the combo but it is clearly not working
especially with regards to binding to user.
Please ani ideas how i can go about this problem?

Thanks for your assistance.

Reply via email to