Re: Wicket and ExtJS

2011-10-24 Thread Igor Vaynberg
there have been plenty of discussions on wicket and extjs http://markmail.org/search/wicket+extjs my two cents is that this kind of integration is not a good idea. wicket is about manipulating existing markup in an object oriented way, while extjs is about generating the markup from code. there i

Re: Wicket and ExtJS

2011-10-24 Thread samket
t must implement the ILinkListener interface. - Original Message - From: Brian Mulholland Sent: 10/24/11 05:41 PM To: users@wicket.apache.org Subject: Re: Wicket and ExtJS First, thanks for the prompt response. Okay, so I am struggling with writing a menu component. I saw the Suckerf

Re: Wicket and ExtJS

2011-10-24 Thread Brian Mulholland
First, thanks for the prompt response. Okay, so I am struggling with writing a menu component. I saw the Suckerfish menu example and tried to adapt that towards my needs. I want my fellow developers to be able to write something like: MyMenu topMenu = new MyMenu("topMenu"); MyMenu subMenu1 = ne

Re: Wicket and ExtJS

2011-10-24 Thread Ernesto Reinaldo Barreiro
Brian, Why donĀ“t you look at how things have been implemented for other libraries (e.g. jquery UI). Can you give a concrete example of component you want to integrate that is giving you problems? > And the strict Wicket component to markup structure is frustrating > because ExtJS 4 builds compo