Re: integrating extjs with wicket

2009-08-12 Thread Ryan
; For additional commands, e-mail: users-h...@wicket.apache.org >>>>>> >>>>>> >>>>>> >>>>> >>>>> -- >>>>> Buy Wicket in Action: http://manning.com/dashorst >>>>> Apache Wicket 1.3.0 is

Re: integrating extjs with wicket

2009-08-12 Thread nino martinez wael
> >>>>>> - >>>>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org >>>>>> For additional commands, e-mail: users-h...@wicket.apache.org >>>>>> >>>&

Re: integrating extjs with wicket

2009-08-12 Thread walnutmon
pache Wicket 1.3.0 is released >>>> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0 >>>> >>>> - >>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org >&g

Re: integrating extjs with wicket

2008-04-23 Thread Nino Saturnino Martinez Vazquez Wael
You could also look at the wicket input events contrib. It's very small and uses text templates. I'd be happy to help out writing the contrib at a mentor level(answering questions on how to implement the different things), since my stack are full. [1]=http://wicketstuff.org/confluence/dis

Re: integrating extjs with wicket

2008-04-23 Thread Nino Saturnino Martinez Vazquez Wael
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/integrating-extjs-with-wicket-tp14715123p15058981.html Sent f

Re: integrating extjs with wicket

2008-04-22 Thread Paolo Di Tommaso
Dear AT ... unfortunately I didn't had time to work out on this integration. I will let you know in future. // Paolo On Mon, Apr 21, 2008 at 4:58 PM, Advanced Technology(R) <[EMAIL PROTECTED]> wrote: > Hi Paulo, > Did you have sucess integrating Ext.form.FormPanel ??? > Can you upload Wicke

Re: integrating extjs with wicket

2008-04-21 Thread Advanced Technology®
Hi Paulo, Did you have sucess integrating Ext.form.FormPanel ??? Can you upload Wicket-Extjs integration Test App ? AT 2008/1/9, Paolo Di Tommaso <[EMAIL PROTECTED]>: > > This is really an interesting topic! > > I've made some Wicket-Extjs integration tests and I haven't found any > particular

Re: integrating extjs with wicket

2008-01-23 Thread Flemming Boller
t; >>>>> do > >>>>> things like set the value for you, I don't see how to integrate this > >>>>> with > >>>>> a > >>>>> javascript solution like ExtJs which does not

Re: integrating extjs with wicket

2008-01-23 Thread MattClark
>>>> so >>>>> please point me in the right direction. >>>>> >>>>> Thanks! >>>>> >>>>> On Jan 9, 2008 10:19 AM, Martijn Dashorst <[EMAIL PROTECTED]> >>>>> wrote: >>>>> >>>>> >>>>>> What

Re: integrating extjs with wicket

2008-01-12 Thread xdirewolfx
t;[EMAIL PROTECTED]> >>>>> wrote: >>>>> >>>>>> Op woensdag 09-01-2008 om 09:07 uur [tijdzone -0700], schreef Jeremy >>>>>> Fergason: >>>>>> >>>>>> >>>>>>&

Re: integrating extjs with wicket

2008-01-10 Thread Matt Jensen
I would be willing to contribute to this project, but I don't have the knowledge of Wicket internals (nor ExtJS internals, really) to pull off the core design. If somebody starts this, he/she can count on a couple hours per week from me. Martijn Dashorst wrote: Sounds like a good wicketstu

Re: integrating extjs with wicket

2008-01-09 Thread Reinout van Schouwen
Hi Martijn, Op woensdag 09-01-2008 om 23:10 uur [tijdzone +0100], schreef Martijn Dashorst: > It is of course unfortunate that your boss doesn't want you doing > wicket things :) Hopefully that will change sometime in the not-too-far future. > However you could start with contributing through pa

Re: integrating extjs with wicket

2008-01-09 Thread Ryan McKinley
I have not used it, but I noticed that Pickwickuses ExtJs http://wicketstuff.org/confluence/display/STUFFWIKI/Pickwick http://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/pickwick/src/main/resources/org/wicketstuff/pickwick/ext/2.0/ ryan Reinout van Schouwen wrote: Op woensdag

Re: integrating extjs with wicket

2008-01-09 Thread Martijn Dashorst
It is of course unfortunate that your boss doesn't want you doing wicket things :) However you could start with contributing through participating discussions, providing feedback, suggesting features. Martijn On Jan 9, 2008 9:56 PM, Reinout van Schouwen <[EMAIL PROTECTED]> wrote: > > Op woensdag

Re: integrating extjs with wicket

2008-01-09 Thread Martijn Dashorst
Sounds like a good wicketstuff project... Do you care to start one? Martijn On Jan 9, 2008 7:02 PM, Paolo Di Tommaso <[EMAIL PROTECTED]> wrote: > This is really an interesting topic! > > I've made some Wicket-Extjs integration tests and I haven't found any > particular issues to make them work sm

Re: integrating extjs with wicket

2008-01-09 Thread Reinout van Schouwen
Op woensdag 09-01-2008 om 18:19 uur [tijdzone +0100], schreef Martijn Dashorst: > What is keeping you from building it? Justified question, but the answer is quite simply that I'm not allowed to spend paid time on becoming a Wicket Jedi right now, and my free time is rather scarce as it is. rega

Re: integrating extjs with wicket

2008-01-09 Thread Paolo Di Tommaso
This is really an interesting topic! I've made some Wicket-Extjs integration tests and I haven't found any particular issues to make them work smoothly together. Extjs UI widgets can be created dynamically or can be attach to existing HTML elements using the element IDs. Following the latter app

Re: integrating extjs with wicket

2008-01-09 Thread Johan Maasing
I've been looking for the same thing. It seems (to me as a wicket newbie) that wicket is very good at producing HTML but I am not so sure about producing dynamic javascript. There is something called TextTemplates http://chillenious.wordpress.com/2006/05/03/wicket-header-contributions-with-behavio

Re: integrating extjs with wicket

2008-01-09 Thread Jeremy Fergason
wicket seems to provide some nice management classes like TextField, that do things like set the value for you, I don't see how to integrate this with a javascript solution like ExtJs which does not use an wrote: > What is keeping you from building it? > > Martijn > > On Jan 9, 2008 6:15 PM, Rein

Re: integrating extjs with wicket

2008-01-09 Thread Martijn Dashorst
What is keeping you from building it? Martijn On Jan 9, 2008 6:15 PM, Reinout van Schouwen <[EMAIL PROTECTED]> wrote: > > Op woensdag 09-01-2008 om 09:07 uur [tijdzone -0700], schreef Jeremy > Fergason: > > > I'm just starting out with wicket and I would like to use a client-side > > javascript l

Re: integrating extjs with wicket

2008-01-09 Thread Reinout van Schouwen
Op woensdag 09-01-2008 om 09:07 uur [tijdzone -0700], schreef Jeremy Fergason: > I'm just starting out with wicket and I would like to use a client-side > javascript library--ExtJs, to enhance the end user experience. +1 At my company we use Ext2 and are very enthousiastic about it. I want to

integrating extjs with wicket

2008-01-09 Thread Jeremy Fergason
Hi all, I'm just starting out with wicket and I would like to use a client-side javascript library--ExtJs, to enhance the end user experience. ExtJs doesn't do a whole lot in markup, for instance to create a form you would do something like the following: Ext.onReady(function(){ Ext.QuickTi