Re: [appfuse-user] List in JSP - getParameterValues

2008-01-08 Thread apoorva
hquinn wrote: > > Greetings everyone!! > I'm working with spring/appfuse, I have a relationship many-to-many > Person-Activity.. just like User-Roles .. and I'm doing the same thing in > the PersonForm.jsp ... I have a 2 list boxes where one list has the > activities availables and the other li

Re: [appfuse-user] List in JSP - getParameterValues

2007-03-26 Thread Pete Gould
Hi, Also something that had me for a few minutes which you might encounter after making the change Matt suggests was the following: The multiselect box in userForm.jsp also needs to have a javascript function to select all the values in the right hand box before form submission - so just make su

Re: [appfuse-user] List in JSP - getParameterValues

2007-03-26 Thread Matt Raible
The "rightId" parameter should be a String value that you can get using request.getParameterValues("rightId"). Have you looked at your source code to see the id/name that's generated for the right-most box? Matt On 2/28/07, hquinn <[EMAIL PROTECTED]> wrote: Greetings everyone!! I'm working w

[appfuse-user] List in JSP - getParameterValues

2007-02-28 Thread hquinn
Greetings everyone!! I'm working with spring/appfuse, I have a relationship many-to-many Person-Activity.. just like User-Roles .. and I'm doing the same thing in the PersonForm.jsp ... I have a 2 list boxes where one list has the activities availables and the other list has the current activities