Re: How to handle multiple choices?

2009-04-24 Thread Major Péter
With ListMultipleChoices for first blick it would be hard to follow that 
a membership could be assigned only to one person (and it won't be 
pretty in a listview:) ), and as I see, Palette isn't the right one for 
this neither. It's too powerful and I would need for every single 
entitlement create one (if I understanded it correctly).

Any guesses how to do this?
Thanks

Regards,
Peter Major

James Carman írta:

2009/4/23 Major Péter :
  

Is there some tool, which could make this to a little simpler problem?
(I was thought about ListView with RadioButtons, where the RB's are
interpreted by columns, but I didn't found an example to do this)


I would check out ListMultipleChoice or perhaps even Palette (from
extensions).  You can see a demo of ListMultipleChoice here (it's the
one that allows you to select "your favorite sites"):

http://www.wicketstuff.org/wicket13/forminput/
  


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: How to handle multiple choices?

2009-04-23 Thread James Carman
2009/4/23 Major Péter :
> Is there some tool, which could make this to a little simpler problem?
> (I was thought about ListView with RadioButtons, where the RB's are
> interpreted by columns, but I didn't found an example to do this)

I would check out ListMultipleChoice or perhaps even Palette (from
extensions).  You can see a demo of ListMultipleChoice here (it's the
one that allows you to select "your favorite sites"):

http://www.wicketstuff.org/wicket13/forminput/

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



How to handle multiple choices?

2009-04-23 Thread Major Péter

Hi all,

I'm quite new to Wicket, and I really started to liking it. ;)
But now I have a problem, which I don't know how to solve:
In my application there are groups, users, and memberships. Every 
membership has an entitlement (member, group leader, pr_manager and so 
on), which is used for authorization information at other pages.
I need to make a page where these entitlements can be easily managed by 
the group leader (for example: add an entitlement, remove an entitlement 
- a member can have multiple entitlements at the same time and an 
entitlement can be belong only to one member).

Is there some tool, which could make this to a little simpler problem?
(I was thought about ListView with RadioButtons, where the RB's are 
interpreted by columns, but I didn't found an example to do this)

Please help me.
Thanks in advance.

Best Regards,
Peter Major

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org