I am using 1.2.2 from trunk. I compiled the sources skipping the tests.

It still doesn't work in IE6. The only difference is that when I reload 
the page to have the whole page load normally (not through Ajax), it now 
throw an exception (with version 1.2.1, it worked). The exception is:

Root cause:java.lang.IllegalStateException: Cannot remove 
[MarkupContainer [Component id = 6, page = <No Page>, path = 
6.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)     at 
wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:216)     at 
javax.servlet.http.HttpServlet.service(HttpServlet.java:697)     at 
javax.servlet.http.HttpServlet.service(HttpServlet.java:810)     at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
 
     at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
 
     at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
 
     at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
 
     at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
 
     at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
 
     at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
 
     at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
 
     at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) 
     at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) 
     at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) 
     at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
 
     at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) 
     at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) 
     at 
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
 
     at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
 
     at 
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
 
     at java.lang.Thread.run(Thread.java:595)

Pierre-Yves


Matej Knopp a écrit :
> No Idea. Which version are you using?
> Anyway, there is a maven parameter that allows you to build a release 
> without running unit test (look at older posts, it's certainly mentioned 
> somewhere).
> 
> -Matej
> 
> Pierre-Yves Saumont wrote:
>> Yes. I have even deleted everything and checked out a new complete 
>> fresh version, tried mvn clean, deleted manually the target and tried 
>> again !!
>>
>> I have no problem with wicket-extensions.
>>
>> Pierre-Yves
>>
>> Matej Knopp a écrit :
>>> This is strange. I've tested both current 1.x and 2.0
>>>
>>> in 1.x all tests completed with no problem for me,
>>> in 2.0 there are 4 errors and 1 failure.
>>>
>>> I don't know where the problem can be. Have you tried clean build?
>>>
>>> -Matej
>>>
>>> Pierre-Yves Saumont wrote:
>>>> I tried to build the last version from trunk, but it fails the tests 
>>>> (32 failures) most failures report inversion of two html attributes, 
>>>> for exemple:
>>>>
>>>> === wicket.markup.MarkupInheritanceExtension_11 ===
>>>> 3c3
>>>> <     <link wicket:id="css" src="myStyle.css"/>
>>>> ---
>>>>  >     <link src="myStyle.css" wicket:id="css"/>
>>>>
>>>> Checkout reported version # 7486.
>>>>
>>>> Pierre-Yves
>>>>
>>>> Matej Knopp a écrit :
>>>>> I've tested your quick start example with current svn and I worked 
>>>>> as it should. Tested with FF1.5, IE6 and opera 9.
>>>>>
>>>>> Can you please test your project with current svn, if the problem 
>>>>> persists?
>>>>>
>>>>> -Matej
>>>>>
>>>>>
>>>>> Pierre-Yves Saumont wrote:
>>>>>> And in some conditions (see my other post with a quickstart 
>>>>>> example), the setup script is not even executed !!
>>>>>>
>>>>>> Pierre-Yves
>>>>>>
>>>>>> samyem a écrit :
>>>>>>> The header contribution logic seems to be still flawed. The 
>>>>>>> javascript
>>>>>>> references were not added to the HTML's HEAD at all when the 
>>>>>>> component is
>>>>>>> added by ajax. I guess this is a larger problem than the date 
>>>>>>> picker. The
>>>>>>> same problem would occur everytime the javascript/stylesheet are 
>>>>>>> added
>>>>>>> dynamically.
>>>>>>>
>>>>>>>
>>>>>>> Matej Knopp wrote:
>>>>>>>> Well, I was working on it. But only to the degree that I 
>>>>>>>> disabled the disabling of check during ajax request, because it 
>>>>>>>> was no longer
>>>>>>>> necessary.
>>>>>>>>
>>>>>>>> Unfortunately head contribution is something else, I'm not sure 
>>>>>>>> how to do it the best way, again, it's not my domain. I think 
>>>>>>>> that I've posted mail about it to the list, I'm not sure what 
>>>>>>>> the outcome was.
>>>>>>>>
>>>>>>>> -Matej
>>>>>>>>
>>>>>>>> Igor Vaynberg wrote:
>>>>>>>>> i thought you _were_ working on the component use check and 
>>>>>>>>> ajax target stuff?
>>>>>>>>>
>>>>>>>>> -Igor
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On 9/22/06, *Matej Knopp* < [EMAIL PROTECTED] 
>>>>>>>>> <mailto:[EMAIL PROTECTED]>>
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>     I don't think so. I was working on header contribution and 
>>>>>>>>> problem
>>>>>>>>> with
>>>>>>>>>     debug console calling document.write() (thus removing all head
>>>>>>>>> elements
>>>>>>>>>     from DOM).
>>>>>>>>>
>>>>>>>>>     This is something completely different, it's related to the 
>>>>>>>>> component
>>>>>>>>>     rendered check. That's not my domain. I believe the problem 
>>>>>>>>> are
>>>>>>>>>     components in <wicket:head> section of DataPicker.
>>>>>>>>>
>>>>>>>>>     Anyway, what can temporary help is to disable component 
>>>>>>>>> render check
>>>>>>>>> in
>>>>>>>>>     appication settings. Juergen?
>>>>>>>>>
>>>>>>>>>     -Matej
>>>>>>>>>
>>>>>>>>>     Igor Vaynberg wrote:
>>>>>>>>>      > matej was working to fix this, i thought he did.... matej?
>>>>>>>>>      >
>>>>>>>>>      > -Igor
>>>>>>>>>      >
>>>>>>>>>      >
>>>>>>>>>      > On 9/21/06, *samyem* <[EMAIL PROTECTED] 
>>>>>>>>> <mailto:[EMAIL PROTECTED]>
>>>>>>>>>     <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> > wrote:
>>>>>>>>>      >
>>>>>>>>>      >
>>>>>>>>>      >     I took the latest SVN code today and suddenly, I am 
>>>>>>>>> getting
>>>>>>>>> the
>>>>>>>>>      >     following
>>>>>>>>>      >     error everytime there is an ajax refresh on panels 
>>>>>>>>> with date
>>>>>>>>>     pickers:
>>>>>>>>>      >
>>>>>>>>>      >     2006-09-21 14:16:07,728 ERROR 
>>>>>>>>> wicket.ajax.AjaxRequestTarget -
>>>>>>>>>     Error
>>>>>>>>>      >     while
>>>>>>>>>      >     responding to an AJAX request: 
>>>>>>>>> [EMAIL PROTECTED]
>>>>>>>>>      >     markupIdToComponent 
>>>>>>>>> [{pageBody_sidePanel=[MarkupContainer
>>>>>>>>>     [Component
>>>>>>>>>      >     id =
>>>>>>>>>      >     sidePanel, page =
>>>>>>>>>     com.wsi.mm.ui.directship.item.ItemDirectShipPage,
>>>>>>>>>      >     path =
>>>>>>>>>      >     4:pageBody:sidePanel.DirectShipSideBarPanel, 
>>>>>>>>> isVisible = true,
>>>>>>>>>      >     isVersioned =
>>>>>>>>>      >     false]]}], prependJavascript [[]], appendJavascript 
>>>>>>>>> [[var win;
>>>>>>>>>      >     try {
>>>>>>>>>      >             win = window.parent.Wicket.Window;
>>>>>>>>>      >     } catch (ignore) {
>>>>>>>>>      >     }
>>>>>>>>>      >     if (typeof(win) != "undefined" && typeof(win.current 
>>>>>>>>> ) !=
>>>>>>>>>     "undefined") {
>>>>>>>>>      >             window.parent.setTimeout(function() {
>>>>>>>>>      >                     win.current.close();
>>>>>>>>>      >             }, 0);
>>>>>>>>>      >     }]]
>>>>>>>>>      >     wicket.WicketRuntimeException: The component(s) 
>>>>>>>>> below failed
>>>>>>>>> to
>>>>>>>>>      >     render. A
>>>>>>>>>      >     common problem is that you have added a component in 
>>>>>>>>> code but
>>>>>>>>>     forgot to
>>>>>>>>>      >     reference it in the markup (thus the component will 
>>>>>>>>> never be
>>>>>>>>>     rendered).
>>>>>>>>>      >
>>>>>>>>>      >     1. [MarkupContainer [Component id = calendarMain, 
>>>>>>>>> page =
>>>>>>>>>      >     com.wsi.mm.ui.directship.item.ItemDirectShipPage , 
>>>>>>>>> path =
>>>>>>>>>      >       
>>>>>>>>> 4:pageBody:sidePanel:massUpdate:massUpdateForm:releaseDate:picker:calendarMain.JavaScriptReference,
>>>>>>>>>  
>>>>>>>>>
>>>>>>>>>      >     isVisible = true, isVersioned = false]]
>>>>>>>>>      >     2. [MarkupContainer [Component id = calendarSetup, 
>>>>>>>>> page =
>>>>>>>>>      >     com.wsi.mm.ui.directship.item.ItemDirectShipPage , 
>>>>>>>>> path =
>>>>>>>>>      >       
>>>>>>>>> 4:pageBody:sidePanel:massUpdate:massUpdateForm:releaseDate:picker:calendarSetup.JavaScriptReference
>>>>>>>>>  
>>>>>>>>>
>>>>>>>>>     ,
>>>>>>>>>      >     isVisible = true, isVersioned = false]]
>>>>>>>>>      >     3. [MarkupContainer [Component id = 
>>>>>>>>> calendarLanguage, page =
>>>>>>>>>      >     com.wsi.mm.ui.directship.item.ItemDirectShipPage, 
>>>>>>>>> path =
>>>>>>>>>      >        
>>>>>>>>> 4:pageBody:sidePanel:massUpdate:massUpdateForm:releaseDate:picker:
>>>>>>>>>     calendarLanguage.JavaScriptReference,
>>>>>>>>>      >     isVisible = true, isVersioned = false]]
>>>>>>>>>      >     4. [MarkupContainer [Component id = calendarStyle, 
>>>>>>>>> page =
>>>>>>>>>      >     com.wsi.mm.ui.directship.item.ItemDirectShipPage, 
>>>>>>>>> path =
>>>>>>>>>      >       
>>>>>>>>> 4:pageBody:sidePanel:massUpdate:massUpdateForm:releaseDate:picker:calendarStyle.StyleSheetReference,
>>>>>>>>>  
>>>>>>>>>
>>>>>>>>>      >     isVisible = true, isVersioned = false]]
>>>>>>>>>      >
>>>>>>>>>      >             at wicket.Page.checkRendering (Page.java:1105)
>>>>>>>>>      >             at 
>>>>>>>>> wicket.Page.endComponentRender(Page.java:431)
>>>>>>>>>      >             at
>>>>>>>>>      >       
>>>>>>>>> wicket.ajax.AjaxRequestTarget.respondComponent(AjaxRequestTarget.java:467)
>>>>>>>>>  
>>>>>>>>>
>>>>>>>>>      >             at wicket.ajax.AjaxRequestTarget.respond
>>>>>>>>>      >     (AjaxRequestTarget.java:353)
>>>>>>>>>      >             at
>>>>>>>>>      >       
>>>>>>>>> wicket.request.compound.DefaultResponseStrategy.respond(DefaultResponseStrategy.java:49)
>>>>>>>>>  
>>>>>>>>>
>>>>>>>>>      >             at
>>>>>>>>>      >        
>>>>>>>>> wicket.request.compound.AbstractCompoundRequestCycleProcessor.respond 
>>>>>>>>>
>>>>>>>>>      >     (AbstractCompoundRequestCycleProcessor.java:66)
>>>>>>>>>      >             at
>>>>>>>>>      >        
>>>>>>>>> wicket.RequestCycle.doProcessEventsAndRespond(RequestCycle.java:868) 
>>>>>>>>>
>>>>>>>>>      >             at
>>>>>>>>>      >     wicket.RequestCycle.processEventsAndRespond
>>>>>>>>>     (RequestCycle.java:900)
>>>>>>>>>      >             at 
>>>>>>>>> wicket.RequestCycle.step(RequestCycle.java:976)
>>>>>>>>>      >             at 
>>>>>>>>> wicket.RequestCycle.steps(RequestCycle.java:1050)
>>>>>>>>>      >             at 
>>>>>>>>> wicket.RequestCycle.request(RequestCycle.java :454)
>>>>>>>>>      >             at wicket.protocol.http.WicketServlet.doGet
>>>>>>>>>      >     (WicketServlet.java:217)
>>>>>>>>>      >             at
>>>>>>>>>      >    
>>>>>>>>> wicket.protocol.http.WicketServlet.doPost(WicketServlet.java:260)
>>>>>>>>>      >             at
>>>>>>>>>     javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
>>>>>>>>>      >             at javax.servlet.http.HttpServlet.service
>>>>>>>>>     (HttpServlet.java:853)
>>>>>>>>>      >             at
>>>>>>>>>      >     org.mortbay.jetty.servlet.ServletHolder.handle
>>>>>>>>>     (ServletHolder.java:358)
>>>>>>>>>      >             at
>>>>>>>>>      >       
>>>>>>>>> org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:294)
>>>>>>>>>  
>>>>>>>>>
>>>>>>>>>      >             at
>>>>>>>>>      >     org.mortbay.jetty.servlet.ServletHandler.handle
>>>>>>>>>     (ServletHandler.java:567)
>>>>>>>>>      >             at
>>>>>>>>>     org.mortbay.http.HttpContext.handle(HttpContext.java:1807)
>>>>>>>>>      >             at
>>>>>>>>>      >       
>>>>>>>>> org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java
>>>>>>>>>  
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>      >     :525)
>>>>>>>>>      >             at
>>>>>>>>>     org.mortbay.http.HttpContext.handle(HttpContext.java:1757)
>>>>>>>>>      >             at
>>>>>>>>>     org.mortbay.http.HttpServer.service(HttpServer.java:879)
>>>>>>>>>      >             at
>>>>>>>>>      >     org.mortbay.http.HttpConnection.service 
>>>>>>>>> (HttpConnection.java
>>>>>>>>>     :790)
>>>>>>>>>      >             at
>>>>>>>>>      >        
>>>>>>>>> org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:961) 
>>>>>>>>>
>>>>>>>>>      >             at
>>>>>>>>>      >     
>>>>>>>>> org.mortbay.http.HttpConnection.handle(HttpConnection.java
>>>>>>>>> :807)
>>>>>>>>>      >             at
>>>>>>>>>      >     org.mortbay.http.SocketListener.handleConnection
>>>>>>>>>      >     (SocketListener.java:218)
>>>>>>>>>      >             at
>>>>>>>>>      >     
>>>>>>>>> org.mortbay.util.ThreadedServer.handle(ThreadedServer.java
>>>>>>>>> :300)
>>>>>>>>>      >             at
>>>>>>>>>      >    
>>>>>>>>> org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:511)
>>>>>>>>>      >
>>>>>>>>>      >     Is there anything I can do to get rid of this error? 
>>>>>>>>> Or is it
>>>>>>>>> a
>>>>>>>>>      >     wicket bug?
>>>>>>>>>      >     --
>>>>>>>>>      >     View this message in context:
>>>>>>>>>      >       
>>>>>>>>> http://www.nabble.com/ajax-refresh-on-date-picker-tf2314518.html#a6436806
>>>>>>>>>  
>>>>>>>>>
>>>>>>>>>      >     Sent from the Wicket - User mailing list archive at
>>>>>>>>>     Nabble.com <http://Nabble.com>
>>>>>>>>>      >     <http://Nabble.com>.
>>>>>>>>>      >
>>>>>>>>>      >
>>>>>>>>>      >       
>>>>>>>>> -------------------------------------------------------------------------
>>>>>>>>>  
>>>>>>>>>
>>>>>>>>>      >     Take Surveys. Earn Cash. Influence the Future of IT
>>>>>>>>>      >     Join SourceForge.net's Techsay panel and you'll get 
>>>>>>>>> the chance
>>>>>>>>> to
>>>>>>>>>      >     share your
>>>>>>>>>      >     opinions on IT & business topics through brief 
>>>>>>>>> surveys -- and
>>>>>>>>>     earn cash
>>>>>>>>>      >       
>>>>>>>>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>>>>>>>>>  
>>>>>>>>>
>>>>>>>>>    
>>>>>>>>> <http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV>
>>>>>>>>>  
>>>>>>>>>
>>>>>>>>>      >       
>>>>>>>>> <http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>>>>>>>>>  
>>>>>>>>>
>>>>>>>>>    
>>>>>>>>> <http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV>>
>>>>>>>>>  
>>>>>>>>>
>>>>>>>>>      >     _______________________________________________
>>>>>>>>>      >     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>
>>>>>>>>>      >
>>>>>>>>>      >
>>>>>>>>>      >
>>>>>>>>>      >
>>>>>>>>>    
>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>  
>>>>>>>>>
>>>>>>>>>      >
>>>>>>>>>      >
>>>>>>>>>    
>>>>>>>>> -------------------------------------------------------------------------
>>>>>>>>>  
>>>>>>>>>
>>>>>>>>>      > Take Surveys. Earn Cash. Influence the Future of IT
>>>>>>>>>      > Join SourceForge.net's Techsay panel and you'll get the 
>>>>>>>>> chance to
>>>>>>>>>     share your
>>>>>>>>>      > opinions on IT & business topics through brief surveys 
>>>>>>>>> -- and
>>>>>>>>>     earn cash
>>>>>>>>>      >
>>>>>>>>>    
>>>>>>>>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>>>>>>>>>  
>>>>>>>>>
>>>>>>>>>    
>>>>>>>>> <http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV>
>>>>>>>>>  
>>>>>>>>>
>>>>>>>>>      >
>>>>>>>>>      >
>>>>>>>>>      >
>>>>>>>>>    
>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>  
>>>>>>>>>
>>>>>>>>>      >
>>>>>>>>>      > _______________________________________________
>>>>>>>>>      > 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>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>    
>>>>>>>>> -------------------------------------------------------------------------
>>>>>>>>>  
>>>>>>>>>
>>>>>>>>>     Take Surveys. Earn Cash. Influence the Future of IT
>>>>>>>>>     Join SourceForge.net's Techsay panel and you'll get the 
>>>>>>>>> chance to
>>>>>>>>>     share your
>>>>>>>>>     opinions on IT & business topics through brief surveys -- 
>>>>>>>>> and earn
>>>>>>>>> cash
>>>>>>>>>    
>>>>>>>>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>>>>>>>>>  
>>>>>>>>>
>>>>>>>>>    
>>>>>>>>> <http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV>
>>>>>>>>>  
>>>>>>>>>
>>>>>>>>>     _______________________________________________
>>>>>>>>>     Wicket-user mailing list
>>>>>>>>>     Wicket-user@lists.sourceforge.net
>>>>>>>>>     <mailto:Wicket-user@lists.sourceforge.net>
>>>>>>>>>     https://lists.sourceforge.net/lists/listinfo/wicket-user
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>  
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> -------------------------------------------------------------------------
>>>>>>>>>  
>>>>>>>>>
>>>>>>>>> Take Surveys. Earn Cash. Influence the Future of IT
>>>>>>>>> Join SourceForge.net's Techsay panel and you'll get the chance 
>>>>>>>>> to share
>>>>>>>>> your
>>>>>>>>> opinions on IT & business topics through brief surveys -- and 
>>>>>>>>> earn cash
>>>>>>>>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>>>>>>>>>  
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>  
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> _______________________________________________
>>>>>>>>> Wicket-user mailing list
>>>>>>>>> Wicket-user@lists.sourceforge.net
>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>>>>>>>> -------------------------------------------------------------------------
>>>>>>>>  
>>>>>>>>
>>>>>>>> Take Surveys. Earn Cash. Influence the Future of IT
>>>>>>>> Join SourceForge.net's Techsay panel and you'll get the chance 
>>>>>>>> to share
>>>>>>>> your
>>>>>>>> opinions on IT & business topics through brief surveys -- and 
>>>>>>>> earn cash
>>>>>>>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>>>>>>>>  
>>>>>>>>
>>>>>>>> _______________________________________________
>>>>>>>> Wicket-user mailing list
>>>>>>>> Wicket-user@lists.sourceforge.net
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>>>>>>>>
>>>>>>>>
>>>>>> -------------------------------------------------------------------------
>>>>>>  
>>>>>>
>>>>>> Take Surveys. Earn Cash. Influence the Future of IT
>>>>>> Join SourceForge.net's Techsay panel and you'll get the chance to 
>>>>>> share your
>>>>>> opinions on IT & business topics through brief surveys -- and earn 
>>>>>> cash
>>>>>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>>>>>>  
>>>>>>
>>>>>> _______________________________________________
>>>>>> Wicket-user mailing list
>>>>>> Wicket-user@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>>>>>>
>>>>>
>>>>>
>>>>
>>>> ------------------------------------------------------------------------- 
>>>>
>>>> Take Surveys. Earn Cash. Influence the Future of IT
>>>> Join SourceForge.net's Techsay panel and you'll get the chance to 
>>>> share your
>>>> opinions on IT & business topics through brief surveys -- and earn cash
>>>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV 
>>>>
>>>> _______________________________________________
>>>> Wicket-user mailing list
>>>> Wicket-user@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>>>>
>>>
>>>
>>>
>>
>>
>> -------------------------------------------------------------------------
>> Take Surveys. Earn Cash. Influence the Future of IT
>> Join SourceForge.net's Techsay panel and you'll get the chance to 
>> share your
>> opinions on IT & business topics through brief surveys -- and earn cash
>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>> _______________________________________________
>> Wicket-user mailing list
>> Wicket-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>>
> 
> 
> 
> 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to