Wicket ExtJS

2011-10-07 Thread Entropy
So my project has used Wicket (albeit perhaps not well) on it's last couple
projects.  We are now adopting ExtJS.  If I use a page transition style
(reloading the browser page in it's entirely each time), I can populate the
onReady() in each load, and I only have on Wicket stateful page on the
backend to cooperate with.

But some folks have expressed interest in using an Ext tab control to
maintain multiple pages at once and service each independently.  So I could
load page A, do some work on it, maybe get interrupted by a coworker asking
for something else, open page B, do some work, and never lose my uncommitted
work in A as I worked with B and submitted it.

The problem here (and i admit that I am a neophyte in both Ext and Wicket,
knowing just enough in each to get by) is that as I understand it, Wicket
stores the state of the current page on the server.  So as soon as I loaded
B, A became invalid and submitting A, or issuing AJAX calls from A would
look like a new page arrival to it.

Am I wrong?  Is there a way around this?  How can I make Ext and Wicket
friends because I really am fond of major portions of each and if I can make
the marriage work, I think it has the potential to be a rocking way to
develop apps.



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-ExtJS-tp3882229p3882229.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Active Wicket ExtJS ?

2009-01-30 Thread Hoover, William
Is there any active projects for Wicket and ExtJS out there? I know of
the one that used to be at wickettools.org, but it looks like a dead
project (no updates for over a year). There was also talk about adding
it to wicketstuff around that same time period, but it doesn't seem like
that materialized into anything.



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



Re: Active Wicket ExtJS ?

2009-01-30 Thread Richard Allen
See: http://code.google.com/p/wicket-ext/

On Fri, Jan 30, 2009 at 10:43 AM, Hoover, William whoo...@nemours.orgwrote:

 Is there any active projects for Wicket and ExtJS out there? I know of
 the one that used to be at wickettools.org, but it looks like a dead
 project (no updates for over a year). There was also talk about adding
 it to wicketstuff around that same time period, but it doesn't seem like
 that materialized into anything.



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