Re: why the datepicker sample doesn`t work

2008-05-25 Thread Tim Russell
Try dateField.add(new DatePicker()); I suspect you have a version mismatch -- using 1.2 examples for 1.3.3 Cheers, Tim On 25 May 2008, at 25/05/2008 1:54PM, shrimpywu wrote: i am useing wicket 1.3.3 and try to follow the sample as below HTML: Java: TextField dateField = new TextFi

newbie swarm qs

2008-05-25 Thread Tim Russell
I'm trying to get a feel of how suitable swarm is for an application - particularly how much support for what we need is handled by swarm/ wasp and how much we need to write ourselves. swarm looks good, eg http://wicketstuff.org/confluence/display/STUFFWIKI/Getting+started+with+Swarm At the m

Re: newbie swarm qs

2008-05-25 Thread Tim Russell
On 25 May 2008, at 25/05/2008 7:57PM, Maurice Marrink wrote: You need to assign principals to subjects yourself in the LoginContext, Swarm does not make any automatic assumptions for you. Ok. - can I set up two different ComponentPermissions for two instances of the same type of component