Jwicket and Wiquery

2010-06-28 Thread Josh Kamau
Hi team; Whats the difference between jwicket and wiquery? I have already read wiquery tutorials and seen some examples, but i dont need to find any for jwicket. any help from jwicket team will do Kind regards. josh

RE: Jwicket and Wiquery

2010-06-28 Thread Stefan Lindner
] Gesendet: Montag, 28. Juni 2010 16:05 An: users@wicket.apache.org Betreff: Jwicket and Wiquery Hi team; Whats the difference between jwicket and wiquery? I have already read wiquery tutorials and seen some examples, but i dont need to find any for jwicket. any help from jwicket team will do Kind

Re: Jwicket and Wiquery

2010-06-28 Thread Josh Kamau
- Von: Josh Kamau [mailto:joshnet2...@gmail.com] Gesendet: Montag, 28. Juni 2010 16:05 An: users@wicket.apache.org Betreff: Jwicket and Wiquery Hi team; Whats the difference between jwicket and wiquery? I have already read wiquery tutorials and seen some examples, but i dont need to find

AW: Jwicket and Wiquery

2010-06-28 Thread Stefan Lindner
} } MyPanel myPanel = new MyPanel(); myPanel.add(draggable); That's all. Stefan -Ursprüngliche Nachricht- Von: Josh Kamau [mailto:joshnet2...@gmail.com] Gesendet: Montag, 28. Juni 2010 16:20 An: users@wicket.apache.org Betreff: Re: Jwicket and Wiquery

RE: Jwicket and Wiquery

2010-06-28 Thread Stefan Lindner
An: users@wicket.apache.org Betreff: Re: Jwicket and Wiquery Thanks Stefan. Actually i have an idea that jWicket is what i want. I have read that it allows me to do the UI the jquery way but send events via ajax to the server. The only thing stopping me here is lack of documentation. Let me check

Re: AW: Jwicket and Wiquery

2010-06-28 Thread Sam Stainsby
On Mon, 28 Jun 2010 16:29:51 +0200, Stefan Lindner wrote: Hi Josh, yes, jWicket does it the Wicket way. Generally you have a Behavior (e.g. DraggabeBehavior) extending wicket's AjaxBehavior. So does Wiquery: label = new Label(item-name, model) draggableBehavior = new DraggableBehavior