Help Debugging Struts Question

2008-03-08 Thread Stephanie Oshe
Hi, I'm new to struts. I'm trying to write my own simple application with only 1 jsp, only 1 form bean and only 1 action. I've set a breakpoint in netbeans in the action's execute() method, but the application doesn't stop. I can stop in the BaseServlet so I think it's my struts configuration &

Re: Struts2 select tag multiple select

2007-04-17 Thread Stephanie
Thank you, that was it. I updated to 2.0.7 and it works now. I can't believe I didn't think to look through the Jira issues. Thanks a bunch. On Tue, 17 Apr 2007 14:41:11 + (UTC), Nate Drake <[EMAIL PROTECTED]> wrote: > What version of Struts2 are you using? There is a bug in versions befor

Struts2 select tag multiple select

2007-04-16 Thread stephanie
I have a form where I populate a select tag with a list of possible roles. What I now want to do is pre-select all of the roles that the user I am editing already belongs to. I have searched every possible place I can and have tried all possible ways people have suggested but I just can't get i