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
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
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
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