Re: [Wicket-user] AjaxTabbedPanel is broken (wicket-1.2.2)

2006-10-27 Thread Matej Knopp
I remember making AjaxTabbedPAnel not versioned couple of days ago, 
which solved this problem. Still should be done for 
AjaxFallbackDefaultDataTable.

It doesn't make sense to use versioning with ajax components.

-Matej

Ingram Chen wrote:
 I found that this issue:
 
 http://www.nabble.com/--wicket-Bugs-1549248---ajax-and-versioning-tf2189645.html
 
 is similar, and I turn off page versioning, it works well. This is 
 enough for my project now.
 
 Anyway, Thank your adivse.
 
 On 8/30/06, *Gwyn Evans* [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED] wrote:
 
 On 30/08/06, Ingram Chen [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] wrote:
   I found that this also happend to AjaxFallBackDefaultDataTable...
 seems not
   a problem for particular component.
  
   Is this bug already fixed in SVN or any work around I can do ?
   My project is stopped due to this problem
 
   Well, try a fall-back to 1.2.1  see if that was OK?  Was there
 anything in 1.2.2 that you required as part of your project?
 
 /Gwyn
 
 -
 Using Tomcat but need to do more? Need to support web services,
 security?
 Get stuff done quickly with pre-integrated technology to make your
 job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache
 Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 mailto:Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user
 
 
 
 
 -- 
 Ingram Chen
 Java [EMAIL PROTECTED]
 Institue of BioMedical Sciences Academia Sinica Taiwan
 blog: http://www.javaworld.com.tw/roller/page/ingramchen
 
 
 
 
 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 
 
 
 
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] AjaxTabbedPanel is broken (wicket-1.2.2)

2006-10-27 Thread Igor Vaynberg
i dont see why this has to be done on a component level - i thought our ajax request target disabled versioning while it was executing???-igorOn 10/27/06, 
Matej Knopp [EMAIL PROTECTED] wrote:I remember making AjaxTabbedPAnel not versioned couple of days ago,
which solved this problem. Still should be done forAjaxFallbackDefaultDataTable.It doesn't make sense to use versioning with ajax components.-MatejIngram Chen wrote: I found that this issue:
 http://www.nabble.com/--wicket-Bugs-1549248---ajax-and-versioning-tf2189645.html is similar, and I turn off page versioning, it works well. This is
 enough for my project now. Anyway, Thank your adivse. On 8/30/06, *Gwyn Evans* [EMAIL PROTECTED] mailto:
[EMAIL PROTECTED] wrote: On 30/08/06, Ingram Chen [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 wrote: I found that this also happend to AjaxFallBackDefaultDataTable... seems not a problem for particular component. Is this bug already fixed in SVN or any work around I can do ?
 My project is stopped due to this problem Well, try a fall-back to 1.2.1  see if that was OK?Was there anything in 1.2.2 that you required as part of your project?
 /Gwyn - Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo 
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___ Wicket-user mailing list Wicket-user@lists.sourceforge.net mailto:
Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user
 -- Ingram Chen Java [EMAIL PROTECTED] Institue of BioMedical Sciences Academia Sinica Taiwan blog: 
http://www.javaworld.com.tw/roller/page/ingramchen  -
 Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1
 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
  ___ Wicket-user mailing list 
Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user-
Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing listWicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] AjaxTabbedPanel is broken (wicket-1.2.2)

2006-10-27 Thread Matej Knopp
Yes, but reloading of page means removing / creating children, thus 
increasing page version. Though the url didn't change.

-Matej

Igor Vaynberg wrote:
 i dont see why this has to be done on a component level - i thought our 
 ajax request target disabled versioning while it was executing???
 
 -igor
 
 
 On 10/27/06, * Matej Knopp* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
 wrote:
 
 I remember making AjaxTabbedPAnel not versioned couple of days ago,
 which solved this problem. Still should be done for
 AjaxFallbackDefaultDataTable.
 
 It doesn't make sense to use versioning with ajax components.
 
 -Matej
 
 Ingram Chen wrote:
   I found that this issue:
  
  
 
 http://www.nabble.com/--wicket-Bugs-1549248---ajax-and-versioning-tf2189645.html
  
   is similar, and I turn off page versioning, it works well. This is
   enough for my project now.
  
   Anyway, Thank your adivse.
  
   On 8/30/06, *Gwyn Evans* [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]
   mailto: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote:
  
   On 30/08/06, Ingram Chen [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]
   mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 wrote:
 I found that this also happend to
 AjaxFallBackDefaultDataTable...
   seems not
 a problem for particular component.

 Is this bug already fixed in SVN or any work around I can
 do ?
 My project is stopped due to this problem
  
 Well, try a fall-back to 1.2.1  see if that was OK?  Was there
   anything in 1.2.2 that you required as part of your project?
  
   /Gwyn
  
  
 -
   Using Tomcat but need to do more? Need to support web services,
   security?
   Get stuff done quickly with pre-integrated technology to make
 your
   job easier
   Download IBM WebSphere Application Server v.1.0.1 based on Apache
   Geronimo
  
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
  
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
   ___
   Wicket-user mailing list
   Wicket-user@lists.sourceforge.net
 mailto:Wicket-user@lists.sourceforge.net
   mailto: Wicket-user@lists.sourceforge.net
 mailto:Wicket-user@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/wicket-user
 https://lists.sourceforge.net/lists/listinfo/wicket-user
  
  
  
  
   --
   Ingram Chen
   Java [EMAIL PROTECTED]
   Institue of BioMedical Sciences Academia Sinica Taiwan
   blog: http://www.javaworld.com.tw/roller/page/ingramchen
  
  
  
 
  
  
 -
 
   Using Tomcat but need to do more? Need to support web services,
 security?
   Get stuff done quickly with pre-integrated technology to make
 your job easier
   Download IBM WebSphere Application Server v.1.0.1 based on Apache
 Geronimo
  
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
  
  
  
 
  
   ___
   Wicket-user mailing list
   Wicket-user@lists.sourceforge.net
 mailto:Wicket-user@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/wicket-user
 
 
 -
 
 Using Tomcat but need to do more? Need to support web services,
 security?
 Get stuff done quickly with pre-integrated technology to make your
 job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache
 Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 mailto:Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user
 https://lists.sourceforge.net/lists/listinfo/wicket-user
 
 
 
 
 
 

Re: [Wicket-user] AjaxTabbedPanel is broken (wicket-1.2.2)

2006-10-27 Thread Igor Vaynberg
but when you reload the page it is not an ajax request - so it should be versioned!the ajax urls should not be targetted at a specific page version so it should all work no?-igor
On 10/27/06, Matej Knopp [EMAIL PROTECTED] wrote:
Yes, but reloading of page means removing / creating children, thusincreasing page version. Though the url didn't change.-MatejIgor Vaynberg wrote: i dont see why this has to be done on a component level - i thought our
 ajax request target disabled versioning while it was executing??? -igor On 10/27/06, * Matej Knopp* [EMAIL PROTECTED] mailto:
[EMAIL PROTECTED] wrote: I remember making AjaxTabbedPAnel not versioned couple of days ago, which solved this problem. Still should be done for AjaxFallbackDefaultDataTable.
 It doesn't make sense to use versioning with ajax components. -Matej Ingram Chen wrote: I found that this issue:
 http://www.nabble.com/--wicket-Bugs-1549248---ajax-and-versioning-tf2189645.html is similar, and I turn off page versioning, it works well. This is
 enough for my project now. Anyway, Thank your adivse. On 8/30/06, *Gwyn Evans* [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] mailto: [EMAIL PROTECTED] mailto:
[EMAIL PROTECTED] wrote: On 30/08/06, Ingram Chen [EMAIL PROTECTED] mailto:
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote:
 I found that this also happend to AjaxFallBackDefaultDataTable... seems not a problem for particular component.
 Is this bug already fixed in SVN or any work around I can do ? My project is stopped due to this problem Well, try a fall-back to 
1.2.1  see if that was OK?Was there anything in 1.2.2 that you required as part of your project? /Gwyn -
 Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your
 job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo 
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642 ___
 Wicket-user mailing list Wicket-user@lists.sourceforge.net mailto:
Wicket-user@lists.sourceforge.net mailto: Wicket-user@lists.sourceforge.net mailto:
Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user 
https://lists.sourceforge.net/lists/listinfo/wicket-user -- Ingram Chen Java [EMAIL PROTECTED]
 Institue of BioMedical Sciences Academia Sinica Taiwan blog: http://www.javaworld.com.tw/roller/page/ingramchen
  -
 Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo 
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
  ___
 Wicket-user mailing list Wicket-user@lists.sourceforge.net mailto:
Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -
 Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server 
v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642 ___
 Wicket-user mailing list Wicket-user@lists.sourceforge.net mailto:Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user 
https://lists.sourceforge.net/lists/listinfo/wicket-user  -
 Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1
 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
  ___ Wicket-user mailing list 
Wicket-user@lists.sourceforge.net 

Re: [Wicket-user] AjaxTabbedPanel is broken (wicket-1.2.2)

2006-08-30 Thread Ingram Chen
I found that this also happend to AjaxFallBackDefaultDataTable... seems nota problem for particular component. Is this bug already fixed in SVN or any work around I can do ?
My project is stopped due to this problemOn 8/28/06, Johan Compagner 
[EMAIL PROTECTED] wrote:
can you make a bug report of this?On 8/28/06, Ingram Chen 

[EMAIL PROTECTED] wrote:

 I upgrade latest 1.2.2 from 1.2.0, but AjaxTabbedPanel is broken undercertain condition:=ERROR - RequestCycle - Cannot remove [MarkupContainer [Component id = 1, page = No Page, path = 
1.Loop$LoopItem]] from null parent!java.lang.IllegalStateException: Cannot remove [MarkupContainer [Component id = 1, page = No Page, path = 1.Loop$LoopItem]] from null parent! at wicket.Component.remove



(Component.java:1475) at wicket.version.undo.Add.undo(Add.java:81) at wicket.version.undo.ChangeList.undo(ChangeList.java:93) at wicket.version.undo.UndoPageVersionManager.undo(UndoPageVersionManager.java



:217) at wicket.version.undo.UndoPageVersionManager.getVersion(UndoPageVersionManager.java:167) at wicket.Page.getVersion(Page.java:586) at wicket.PageMap.get(PageMap.java:461) at wicket.Session.getPage



(Session.java:418) at wicket.request.compound.DefaultRequestTargetResolverStrategy.resolveRenderedPage(DefaultRequestTargetResolverStrategy.java:215) at wicket.request.compound.DefaultRequestTargetResolverStrategy.resolve



(DefaultRequestTargetResolverStrategy.java:152) at wicket.request.compound.AbstractCompoundRequestCycleProcessor.resolve(AbstractCompoundRequestCycleProcessor.java:48) at wicket.RequestCycle.step(RequestCycle.java



:948) at wicket.RequestCycle.steps(RequestCycle.java:1040) at wicket.RequestCycle.request(RequestCycle.java:454)=To reproduce this bug: link to a non-bookmarkable Page, then 
click tab link - refresh page - click tab link again - refresh page - ouch ! This bug is not found at 1.2.0 (i don't try 1.2.1) the attachment is test for QuickStart.  


-- Ingram Chen
Java [EMAIL PROTECTED]Institue of BioMedical Sciences Academia Sinica Taiwanblog: 


http://www.javaworld.com.tw/roller/page/ingramchen

-Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo


http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list


Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user


-Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo

http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list

Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user
-- Ingram ChenJava [EMAIL PROTECTED]Institue of BioMedical Sciences Academia Sinica Taiwanblog: 

http://www.javaworld.com.tw/roller/page/ingramchen

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] AjaxTabbedPanel is broken (wicket-1.2.2)

2006-08-30 Thread Gwyn Evans
On 30/08/06, Ingram Chen [EMAIL PROTECTED] wrote:
 I found that this also happend to AjaxFallBackDefaultDataTable... seems not
 a problem for particular component.

 Is this bug already fixed in SVN or any work around I can do ?
 My project is stopped due to this problem

  Well, try a fall-back to 1.2.1  see if that was OK?  Was there
anything in 1.2.2 that you required as part of your project?

/Gwyn

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] AjaxTabbedPanel is broken (wicket-1.2.2)

2006-08-30 Thread Ingram Chen
I found that this issue:http://www.nabble.com/--wicket-Bugs-1549248---ajax-and-versioning-tf2189645.htmlis similar, and I turn off page versioning, it works well. This is enough for my project now.
Anyway, Thank your adivse.On 8/30/06, Gwyn Evans [EMAIL PROTECTED] wrote:
On 30/08/06, Ingram Chen [EMAIL PROTECTED] wrote: I found that this also happend to AjaxFallBackDefaultDataTable... seems not a problem for particular component.
 Is this bug already fixed in SVN or any work around I can do ? My project is stopped due to this problemWell, try a fall-back to 1.2.1  see if that was OK?Was thereanything in 
1.2.2 that you required as part of your project?/Gwyn-Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user-- 
Ingram ChenJava [EMAIL PROTECTED]Institue of BioMedical Sciences Academia Sinica Taiwanblog: http://www.javaworld.com.tw/roller/page/ingramchen
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] AjaxTabbedPanel is broken (wicket-1.2.2)

2006-08-28 Thread Johan Compagner
can you make a bug report of this?On 8/28/06, Ingram Chen [EMAIL PROTECTED] wrote:
 I upgrade latest 1.2.2 from 1.2.0, but AjaxTabbedPanel is broken undercertain condition:=ERROR - RequestCycle - Cannot remove [MarkupContainer [Component id = 1, page = No Page, path = 
1.Loop$LoopItem]] from null parent!java.lang.IllegalStateException: Cannot remove [MarkupContainer [Component id = 1, page = No Page, path = 1.Loop$LoopItem]] from null parent! at wicket.Component.remove

(Component.java:1475) at wicket.version.undo.Add.undo(Add.java:81) at wicket.version.undo.ChangeList.undo(ChangeList.java:93) at wicket.version.undo.UndoPageVersionManager.undo(UndoPageVersionManager.java

:217) at wicket.version.undo.UndoPageVersionManager.getVersion(UndoPageVersionManager.java:167) at wicket.Page.getVersion(Page.java:586) at wicket.PageMap.get(PageMap.java:461) at wicket.Session.getPage

(Session.java:418) at wicket.request.compound.DefaultRequestTargetResolverStrategy.resolveRenderedPage(DefaultRequestTargetResolverStrategy.java:215) at wicket.request.compound.DefaultRequestTargetResolverStrategy.resolve

(DefaultRequestTargetResolverStrategy.java:152) at wicket.request.compound.AbstractCompoundRequestCycleProcessor.resolve(AbstractCompoundRequestCycleProcessor.java:48) at wicket.RequestCycle.step(RequestCycle.java

:948) at wicket.RequestCycle.steps(RequestCycle.java:1040) at wicket.RequestCycle.request(RequestCycle.java:454)=To reproduce this bug: link to a non-bookmarkable Page, then 
click tab link - refresh page - click tab link again - refresh page - ouch ! This bug is not found at 1.2.0 (i don't try 1.2.1) the attachment is test for QuickStart.  
-- Ingram Chen
Java [EMAIL PROTECTED]Institue of BioMedical Sciences Academia Sinica Taiwanblog: 
http://www.javaworld.com.tw/roller/page/ingramchen

-Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user