Re: [Wicket-user] Moving mailing list?

2007-06-22 Thread Reinout van Schouwen
Op woensdag 20-06-2007 om 17:32 uur [tijdzone -0700], schreef Eelco
Hillenius:

 Yeah, we should do that soon. We'll get to that within a few weeks hopefully.

Please don't forget to update the Gmane gmane.comp.java.wicket.*
newsgroup hierarchy too. Thanks. :)

regards,

-- 
Reinout van Schouwen




-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] wicket-1.3b1 examples

2007-05-28 Thread Reinout van Schouwen
Hello Eelco,

Op vrijdag 25-05-2007 om 23:12 uur [tijdzone +0200], schreef Eelco
Hillenius:

 in your application's init method

my application doesn't exist yet, I'm just trying to build the
examples.

  (or update to the latest Wicket snapshot)? If the problem stays, it
 should give you a clearer message what is wrong, and if it goes away
 just by putting in that line, could you please report that back (so
 that we/ Johan can write a unit test)? 

Today I pulled wicket-1.3-SNAPSHOT from svn and built it. When I disable
the tests, the build is OK, but with tests enabled many other errors
showed up than the one I asked about in my original post. (I don't think
I have to post them here, as anyone should be able to reproduce this?!)

Please, if anyone could just tell me how to extract the 'captcha'
example from the examples tree and move it to a independent project so
that I could hack on it, I would be much helped.

regards,

-- 
Reinout van Schouwen





-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] wicket-1.3b1 examples

2007-05-25 Thread Reinout van Schouwen
(WicketObjectOutputStream.java:733)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:322)
at 
org.apache.wicket.util.io.ClassStreamHandler$ObjectFieldAndIndex.writeField(ClassStreamHandler.java:862)
at 
org.apache.wicket.util.io.ClassStreamHandler.writeFields(ClassStreamHandler.java:387)
at 
org.apache.wicket.util.io.WicketObjectOutputStream.writeObjectOverride(WicketObjectOutputStream.java:779)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:322)
at 
org.apache.wicket.util.lang.Objects.objectToByteArray(Objects.java:1102)
at 
org.apache.wicket.protocol.http.FilePageStore.serializePage(FilePageStore.java:651)
at 
org.apache.wicket.protocol.http.FilePageStore.testMap(FilePageStore.java:718)
at 
org.apache.wicket.protocol.http.FilePageStore.pageAccessed(FilePageStore.java:520)
at 
org.apache.wicket.protocol.http.SecondLevelCacheSessionStore$SecondLevelCachePageMap.get(SecondLevelCacheSessionStore.java:129)
at org.apache.wicket.Session.getPage(Session.java:741)
at 
org.apache.wicket.request.AbstractRequestCycleProcessor.resolveRenderedPage(AbstractRequestCycleProcessor.java:427)
at 
org.apache.wicket.protocol.http.WebRequestCycleProcessor.resolve(WebRequestCycleProcessor.java:137)
at org.apache.wicket.RequestCycle.step(RequestCycle.java:1026)
at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1127)
at org.apache.wicket.RequestCycle.request(RequestCycle.java:489)
at 
org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:248)
at 
org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:122)
at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1065)
at 
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:365)
at 
org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:185)
at 
org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
at 
org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:689)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:391)
at 
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139)
at org.mortbay.jetty.Server.handle(Server.java:285)
at 
org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:457)
at 
org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:751)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:500)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:209)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:357)
at 
org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:329)
at 
org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475)

regards,

-- 
Reinout van Schouwen
http://vanschouwen.info/


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Help Me Improve Wicket Quickstart

2007-05-21 Thread Reinout van Schouwen
Op vrijdag 06-04-2007 om 13:18 uur [tijdzone -0500], schreef Philip
Weaver:

 I am interested in helping to improve the Quickstart download. I would
 be more pleased if the quickstart first presented a  generic
 quickstart with NetBeans, Idea, and Eclipse as additional setups. The
 QuickStart should at the least illustrate how to get Wicket up and
 running manually (script for lauching, etc)
 
 I can set all of this up myself but help will make it quicker and more
 pleasing. :-) 


Here's a small data point, if it helps.

I tried following the instructions on
http://wicket.sourceforge.net/wicket-quickstart/netbeans.html to get the
wicket quickstart 1.2.6 running. However, I didn't succeed. First, I
tried to create a new project from existing source. Netbeans warned me
that build.xml would be overwritten. So then I tried to create it from
an existing build script. This worked, but there was no Run project
target present so I couldn't run the project as described. I tried the
test target but that failed too, as there was no test directory. 

As far as I can tell, the Quickstart instructions are totally out of
sync with the actual code...

regards,

-- 
Reinout van Schouwen




-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user