Re: Link not getting onclick event

2009-03-29 Thread Martijn Dashorst
Impossible to debug without *all* your markup from your listitem. You left the link markup out! Martijn On Thu, Mar 26, 2009 at 6:24 PM, Seven Corners wrote: > > I have link that is not receiving an onclick event.  It links to a page in my > application, and I do not want it bookmarkable.  It's

Re: Form validation without a form component

2009-03-29 Thread Martijn Dashorst
You might try to return an empty array.. Martijn On Thu, Mar 26, 2009 at 10:37 AM, triswork wrote: > > Thanks igor, > > I had a go at implementing the form level validator, but it still requires a > FormComponent to attach its error message to. > > For example: > form.add(new IFormValidator() {

Re: FOR LIST OWNER: your antispam is awful it doesn't apply normal letters

2009-03-29 Thread Martijn Dashorst
Don't use HTML formatted messages. It will be awful to read anyway in the archives, text readers and will complicate reading about your markup problems: escaped escaped escaped markup is not fun to debug. And it will increase your spam score by a zillion. Martijn 2009/3/29 Khlystov Alexandr : > >

Wicket stuff is moving to a new IP

2009-03-28 Thread Martijn Dashorst
The wicketstuff server is moving to a new IP, so you might run into problems when trying to access the documentation, wiki, jira and build server... Martijn -- Become a Wicket expert, learn from the best: http://wicketinaction.com Apache Wicket 1.3.5 is released Get it now: http://www.apache.org

Re: Class org/apache/wicket/Component violates loader constraints

2009-03-27 Thread Martijn Dashorst
wicket version, OS version, Java version would be nice to have in such a scenario. Did you try to generate a new quickstart and see if that works? Martijn On Fri, Mar 27, 2009 at 7:43 PM, Fernando Wermus wrote: > People,I was working with WTP to debug my wicket app. But I decided to move > to je

Re: Repeater component with dynamic column list

2009-03-26 Thread Martijn Dashorst
You might want to spell wicket correctly in your markup. wikcet is not the valid xmlns prefix :) Martijn On Wed, Mar 25, 2009 at 9:00 PM, rora wrote: > > Hi Janos, > I did what you advised me to do but got the following exception (in this > case I used a list of 3 entries with 3 fields): > Unexp

Re: Thanks everybody for attending the meetup

2009-03-25 Thread Martijn Dashorst
I've created a small impression of our event based on the photo's I and a coworker took during the meetup. Check out the video: http://wicketinaction.com/2009/03/wicket-meetup-amsterdam-2009-video-online/ - To unsubscribe, e-mail

Re: Looking for a book on the jetty server

2009-03-25 Thread Martijn Dashorst
tion and the 'Pro Wicket' > book states that  "it [Wicket] was is a good fit for developing Wicket > applications" > > Please advise. > > Thanks, > Mohamed > > -Original Message- > From: Martijn Dashorst [mailto:martijn.dasho...@gmail.com] >

Re: newbie question: HTTP 404 on the quickstart project

2009-03-25 Thread Martijn Dashorst
Pro Wicket has been written during Wicket 1.2 availability. Therefore you should not expect everything to work directly. If you use the wicket-quickstart download from Wicket 1.2 the example should match. Instead of using this part from Pro Wicket, why don't you download the free bonus chapter fro

Re: Looking for a book on the jetty server

2009-03-25 Thread Martijn Dashorst
I'm not sure if most actually *deploy* their production servers on Jetty (there's nothing holding anyone back), but I think that Tomcat, Glassfish and JBoss are also very popular. Jetty is most commonly used during development because it is so easy to embed. AFAIK no books have been written for J

Re: Need Wicket Examples

2009-03-25 Thread Martijn Dashorst
buy Wicket in Action On Wed, Mar 25, 2009 at 12:50 PM, Farhan Bajwa wrote: > Is there any resource which provides detailed examples in Wicket > framework, other than the examples provided in the wicket > library http://www.wicket-library.com/wicket-examples/ or > http://wicket.apache.org/examp

Thanks everybody for attending the meetup

2009-03-25 Thread Martijn Dashorst
t was Johan's presentation, as I nor he knew what he was going to present about. So his talk about what is wrong with Java 5 generics, and what we can expect in Wicket 1.5 was nice, funny and to the point. Again, THANK YOU ALL for attending and speaking! It was a night to remember. Martij

Re: Form validation without a form component

2009-03-24 Thread Martijn Dashorst
You could try adding a hidden field and register a validator to that field... I have no idea if that would work though Martijn On Tue, Mar 24, 2009 at 4:12 PM, triswork wrote: > > One of my forms is used to dynamically construct a linked list using Ajax. > > I would like to apply some form

Re: wicket-auth-roles documentation

2009-03-24 Thread Martijn Dashorst
There are examples in the Wicket-examples project. And Wicket in Action has a short chapter on wicket security, together with a section on wicket-auth-roles. Martijn On Tue, Mar 24, 2009 at 9:53 AM, Linda van der Pal wrote: > Quick question, where can I find the documentation for wicket-auth-rol

Wicket Meetup Tonight in Amsterdam!

2009-03-24 Thread Martijn Dashorst
The Apache Wicket Meetup in Amsterdam tonight (24 March) has grown considerably: over 70 people have already registered! Our program is still growing and just this morning we got an additional presentation! The Meetup is free thanks to our generous sponsors: - Hippo (http://onehippo.com) - Func

Re: Extensible wicket application

2009-03-21 Thread Martijn Dashorst
surround your img tags with Martijn On Sat, Mar 21, 2009 at 10:29 PM, Daniel Dominik Holúbek wrote: > Ernesto, thank you very much :) > If my application ever goes to the production, it will be thanks to you :) > > Regarding the images problem: I think I did not explain it well. I'm not > askin

Re: DropDownChoice in ListView

2009-03-21 Thread Martijn Dashorst
ListView documentation states that you should "setReuseItems(true)" when working in a form or with form components. Martijn On Sat, Mar 21, 2009 at 9:26 PM, Alexander Lohse wrote: > Hi, > > I am encountering a strange problem when adding DropDownChoices to a > ListView. Displaying and retrieving

Re: How can I share text resources with multiple web applications?

2009-03-21 Thread Martijn Dashorst
Ant is for n00bz... real men use commandline cp and javac, or if you're really good just type in byte code directly. Martijn On Sat, Mar 21, 2009 at 8:23 AM, Igor Vaynberg wrote: > the real question is, where do the ant folks keep their resources? :) > > -igor > > On Fri, Mar 20, 2009 at 10:58 P

Re: Wicket based social apps, forums, wall-to-wall (facebook-style), live chat, etc.

2009-03-20 Thread Martijn Dashorst
g that > it doesn't exist right now and that integrating JForum and dealing > with single sign on issues would be the best approach without building > my own. > > Thanks again, > Tauren > > > On Wed, Mar 18, 2009 at 12:07 AM, Martijn Dashorst > wrote: >> iirc s

Re: How can I share text resources with multiple web applications?

2009-03-20 Thread Martijn Dashorst
I don't want that. If someone is anal about what maven is expecting, then it is their problem. I am in the business of making the best wicket development experience, from a Wicket perspective. We're using maven as a tool, we're not in the business of supplying maven with new users. Putting all res

Re: wicket-security SVN?

2009-03-20 Thread Martijn Dashorst
You can just paste the url in your browser and see if it exists. http://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicket-security is the location for wicket-security afaik. Martijn On Fri, Mar 20, 2009 at 4:07 PM, Linda van der Pal wrote: > Does anybody know why I can't conne

Re: How can I share text resources with multiple web applications?

2009-03-20 Thread Martijn Dashorst
There is no sane reason why anyone would put the html, js, css and properties resources in any place except *next* to the corresponding.java file. Your .java file can not function without the .html file. Your component will fail if the .properties file is not available. When the js file can't be fo

Re: Wicket WebBeans Project...

2009-03-19 Thread Martijn Dashorst
http://in.relation.to/Bloggers/RevisedPublicDraftOfJSR299JavaContextsAndDependencyInjection So now we'll have to come up with another name: wicket-jcadi, wicket-cadi, wicket-candi ? Martijn On Thu, Mar 19, 2009 at 9:01 PM, Martijn Dashorst wrote: > I just overheard that webbeans (the s

Re: Wicket WebBeans Project...

2009-03-19 Thread Martijn Dashorst
I just overheard that webbeans (the spec) has been renamed: http://www.jroller.com/Solomon/entry/it_s_official_web_beans On Thu, Mar 19, 2009 at 3:12 PM, James Carman wrote: > All, > > I've run into a problem.  I'd like to start up a project to integrate > the new WebBeans Specification (JSR-299)

Re: Wicket based social apps, forums, wall-to-wall (facebook-style), live chat, etc.

2009-03-18 Thread Martijn Dashorst
iirc shindig is an open social container, maybe that is easy to integrate? And there are several facebook examples on the wiki. Martijn On Wed, Mar 18, 2009 at 1:31 AM, Tauren Mills wrote: > Are there any existing open source projects that could help reduce the > effort of integrating social com

Re: Wicket Meetup Amsterdam 24th March 2009

2009-03-17 Thread Martijn Dashorst
Wicket & Scala The current program is as follows: * Martijn Dashorst - Introduction to Wicket (if there are newbies in the room) * Pieter Claassen - "Wicket and db4o" * Martijn Dashorst - "Getting your app production ready and in production" * Johan Compagner - anythi

Re: extensions not in the snapshot?

2009-03-16 Thread Martijn Dashorst
This is the very old, obsolete datepicker. It has been removed since the old days of 1.3-beta1. iirc you can get it from wicketstuff svn, but I think using wicket-datetime is the better solution. Martijn On Sun, Mar 15, 2009 at 10:28 PM, Brill Pappin wrote: > I trying to use the DatePicker exten

Wicket Meetup Amsterdam 24th March 2009

2009-03-16 Thread Martijn Dashorst
(http://topicus.nl) The current program is as follows: * Martijn Dashorst - Introduction to Wicket (if there are newbies in the room) * Pieter Claassen - "Wicket and db4o" * Martijn Dashorst - "Getting your app production ready and in production" * Johan Compagner - anything

Re: How to put wicket link in existing page

2009-03-16 Thread Martijn Dashorst
why one page? Use markup inheritance to define the different part of a and b. use wicket:link to link between the two pages. base.html .. shared markup between a and b A B .. shared markup between a and b base.java public abstract class Base extends WebPage{} A.java public class

Re: Why are we top-posting...

2009-03-14 Thread Martijn Dashorst
Top posting is, has been and forever will be acceptable in this community. If you don't like that, you're free to bottom post, interleave post or not post at all. Nobody is forcing you to read this list, nobody will flame you when you bottom post. Just don't start telling us how to conduct our comm

Re: Managing Pagemaps

2009-03-13 Thread Martijn Dashorst
Premature optimization. Don't try to do this type of stuff unless it is actually a problem. Why not make sure you have applications first and then see if it is actually a problem? Martijn On Sat, Mar 14, 2009 at 2:40 AM, subbu_tce wrote: > > I mean two different wicket applications running in th

Re: onComponentTag not processed for visible=false?

2009-03-13 Thread Martijn Dashorst
It is about clarity: the fact that the form tag is replaced by something else when used inside another form is a technological artifact, not something we're proud of. A form needs to attach to a form. There is no other reasonable alternative tag available. Wicket can't reasonably ensure validity o

Re: building a wicket app with maven 1

2009-03-13 Thread Martijn Dashorst
You (and presumably your client) do know that maven 1 is a technological, and evolutional dead end just like the dodo, right? Martijn On Fri, Mar 13, 2009 at 9:35 AM, Stephen Swinsburg wrote: > Spot on, it's been a while since I've done Maven1 work and this has caught > me out previously I just

Re: onComponentTag not processed for visible=false?

2009-03-13 Thread Martijn Dashorst
On Fri, Mar 13, 2009 at 9:04 AM, Martin Makundi wrote: > I wonder if (nested) forms should simply be allowed to have any tag > name the programmer desires? No. Because 99% of the time the programmer is not aware that the form is used in a nested fashion: the form usually is on a Panel, that is us

Re: AW: Tabbed Panel with bookmarkable links

2009-03-12 Thread Martijn Dashorst
Why start yet another project when the intention is to move it to stuff anyway? Martijn On Thu, Mar 12, 2009 at 12:22 PM, Christian Helmbold wrote: > > The development of the bookmarkable tabbed panel component is continued on > http://wicketskunkworks.org. We decided to use a Google Code proje

Re: adding multiple onchange behaviors to DDC

2009-03-11 Thread Martijn Dashorst
On Wed, Mar 11, 2009 at 8:47 PM, Will Jaynes wrote: > When I add more than one OnChangeAjaxBehavior to a DropDownChoice, only the > last one gets executed. Is that just the way it is? Yes, though I vaguely remember something like CompoundBehavior. You might want to search the list for that. Mart

Re: memcached session store

2009-03-09 Thread Martijn Dashorst
available, it would require rendering all content again, requiring fetching all entities, etc. from the database. Martijn On Mon, Mar 9, 2009 at 3:03 PM, Martin Grotzke wrote: > On Mon, 2009-03-09 at 13:07 +0100, Martijn Dashorst wrote: >> Starts to sound like a form of premature optimiz

Re: memcached session store

2009-03-09 Thread Martijn Dashorst
gt;> https://issues.apache.org/jira/browse/WICKET-2138 > Thanx! We would need to setup tests to be sure that this won't happen. > > Thanx for your input, > cheers, > Martin > > >> >> >> -Victor >> >> On Mar 8, 2009, at 3:25 PM, Martijn Dash

Re: memcached session store

2009-03-08 Thread Martijn Dashorst
You can check the TIM integration work from the Terracotta guys. That should make things easier, and you could even try it out, perhaps saving a memcached implementation completely :) Martijn On Sun, Mar 8, 2009 at 11:01 PM, Martin Grotzke wrote: > Hi, > > we're just thinking about a session sto

Re: Have a feature, want to contribute

2009-03-08 Thread Martijn Dashorst
And if you want to contribute something, it is often better to also attach it to a JIRA issue, since then it doesn't get lost in the archives. A jira issue can be assigned, tracked etc, whereas a message in the archives tend to get lost in the huge amount of traffic. It takes just one generics disc

Re: how to build lastest 1.3.x jar

2009-03-08 Thread Martijn Dashorst
maven.test.skip=true was the first I needed to remember, so it is hard to get out of my head and replace it with -DskipTests You could also consider running the maven build with a Java 5 JDK instead of your Java 6 JDK. The tests shouldn't fail then (Java 6 has altered the internals of HashMap/Hash

Re: Place Button or Link in w_content_3 of ModalWindow

2009-03-06 Thread Martijn Dashorst
On Fri, Mar 6, 2009 at 11:16 AM, HITECH79 wrote: > Please Help... :) First read, understand and follow this document: http://www.catb.org/~esr/faqs/smart-questions.html Then ask again. Martijn - To unsubscribe, e-mail: users-u

Re: Storing user entity in session?

2009-03-05 Thread Martijn Dashorst
ituation. > > Thanks, > Tauren > > > On Mon, Feb 23, 2009 at 11:47 PM, Alexander Lohse wrote: >> Hi Martijn, >> >> could you paste some short example code to point out how to load and access >> a UserModel in the requestcycle? >> >> Regards, >>

Dutch government picks Hippo CMS for all public websites

2009-03-05 Thread Martijn Dashorst
This is of huge interest for the Wicket community: HippoCMS is a large supporter and user of Apache open source software in general, and Wicket in particular. HippoCMS uses Wicket in large parts of their infrastructure and I am excited to hear that Wicket will be at the basis for the Dutch governm

Re: Uppercasing inputs

2009-03-05 Thread Martijn Dashorst
I suggest setting up an ESB with a UppercaseService that is available through EJB/SOAP/JAX-RS and JSON. UppercaseModel could then access that UppercaseService to make the value uppercase. Martijn On Thu, Mar 5, 2009 at 12:50 AM, Igor Vaynberg wrote: > you can create a convertermodel that takes a

Re: Wicket Quickstart Installation Guide for Beginners

2009-03-03 Thread Martijn Dashorst
I think the admins disabled attachments for non-committers. Can you attach them through a JIRA issue? then someone with the correct permissions can upload them. Just make sure to give them identifiable names, and don't forget to check the "Intended for inclusion in Apache products" check box :) Ma

Re: [vote] In Wicket 1.4 and onwards, remove widening from the list of choices model in DropDownChoice, changing it from IModel> to IModel>

2009-03-03 Thread Martijn Dashorst
Though I haven't done much work with 1.4, I think DDC and LV need to have the same generics semantics. And I prefer the simple version. So count my +1. Martijn On Tue, Mar 3, 2009 at 9:33 PM, Timo Rantalaiho wrote: > On Mon, 02 Mar 2009, Johan Compagner wrote: >> If we loose the wildcard is it

Re: Repeater that disposses content after rendering?

2009-03-03 Thread Martijn Dashorst
RefreshingView? Martijn On Tue, Mar 3, 2009 at 8:13 AM, Bert wrote: > Hi, > > perhaps this does not make sense, but is there a Component that > discards all child components after the rendering, before > the serialization? > > Would this make sense for components that render a large amount > of

Re: [off topic] was: VOTE: Remove ? extends from constructor of DropDownChoice

2009-03-03 Thread Martijn Dashorst
It would make writing books, giving presentations and tutorials *that* much simpler ... Martijn On Tue, Mar 3, 2009 at 5:42 AM, Jan Kriesten wrote: > >> i also dont remember using a compound property model...can we remove that? > > hehe - i haven't used that either. > > + 1 on removing cpm! ;-)

Re: wicket 1.4

2009-03-02 Thread Martijn Dashorst
when it's done. Martijn On Mon, Mar 2, 2009 at 9:09 AM, SrinivasaRaju Ch wrote: > Hi, > > When will wicket 1.4 GA Release.. > > Regards, > Srinivasa Raju CH. > > > Get your world in your inbox! > > Mail, widgets, documents, spreadsheets, organizer and much more with your > Sifymail WIYI id! > Lo

Re: a simple RepeatingView to display links with labels

2009-02-28 Thread Martijn Dashorst
MissingMarkupError, but... and: RepeatingView rv = new RepeatingView("repeatme"); rv.add(new BookmarkablePageLink(rv.newChildId(), FooPage.class).add(new Label("label", "Foo"))); rv.add(new BookmarkablePageLink(rv.newChildId(), BarPage.class).add(new Label("label", "Bar"))); add(rv); would work

Re: GSoC ideas for 09

2009-02-26 Thread Martijn Dashorst
While I am perfectly capable of working on Wicket in my spare time without being rewarded, I find it way out of line to characterize the way I spend my own time as lame when such that doesn't fit the criteria of anyone. Being characterized as lame because we are engaged in other things, such as fam

Re: GSoC ideas for 09

2009-02-26 Thread Martijn Dashorst
It seems like a lame proposition to coerce us to do your bidding "just because you think it is a good idea". You're not the one to tell us how to spend our personal time, or whether the choices we make on how to spend our own time is lame or not. There's a Wicket Stuff project where anyone can com

Re: Quickstart for jar

2009-02-26 Thread Martijn Dashorst
Nope, but it is really easy to modify the default quickstart archetype to do your bidding: war -> jar Martijn On Thu, Feb 26, 2009 at 6:04 AM, Anton Veretennikov wrote: > Hi, > > Do we have jar quickstart with resources filter added by default? > > -- Tony. > > -

Re: What IDE best fits with Wicket?

2009-02-24 Thread Martijn Dashorst
m2eclipse is absolutely worthless for anything beyond a quickstart. It is constantly reparsing poms, grinding eclipse to a halt. It failed to generate the right project dependencies for our multimodule project that consists of 2 multimodule child projects. It failed miserably to uninstall, needing

Re: How exactly does RestartResponseAtInterceptPageException work?

2009-02-24 Thread Martijn Dashorst
The problem with returning to the original request is that it can be anything, including a post. While this is an interesting idea, I think there are hairy issues to be resolved before this can become in a workable state. Currently Wicket doesn't support it. Hairy stuff: - retaining post data (fo

Re: LDM with Generics for DropDownChoice

2009-02-23 Thread Martijn Dashorst
On Mon, Feb 23, 2009 at 2:55 PM, Matt Welch wrote: > > Just to make sure I'm understanding this; yuo're saying I have to create a > variable and then assign the variable instead of just being able to pass > "new AllUsersModel()" to the DropDownChoice constructor? Nope, just change your model supe

Re: Storing user entity in session?

2009-02-22 Thread Martijn Dashorst
Storing the user in a field of Session is wrong. Didn't you read the concurrency caveats I posted earlier? When users click fast enough, you'll get Hibernate exceptions pretty soon. Entity instances can't be shared between multiple threads. Putting them in the Session exposes them to that threat.

Re: No get method defined for class error

2009-02-20 Thread Martijn Dashorst
the ddc assumes your model.bind() is the list of items to select from, which you conveniently overwrite after constructing the DDC. Read the javadoc for each constructor parameter... then provide the readonly model as a constructor parameter. Martijn On Sat, Feb 21, 2009 at 12:03 AM, rjilani wro

Re: Status of Wicket-Security (SWARM and WASP)?

2009-02-20 Thread Martijn Dashorst
Our company is quite invested in swarm/wasp (Maurice was a friend and co-worker). Our current projects are still 1.3 based, and several swarm/wasp based projects will move to wicket 1.4 as it becomes final. Chances are we'll need to fix swarm/wasp as well, and invest into that when that happens. W

Re: drop down default item string is erroneous

2009-02-20 Thread Martijn Dashorst
See d...@. Some property encoding issues seem to have krept in... Should be solved by now. Martijn On Thu, Feb 19, 2009 at 6:50 PM, Igor Vaynberg wrote: > i guess this will have to wait for martijn or matej or someone else > with a mac/unix to debug. > > -igor > > On Thu, Feb 19, 2009 at 9:44 AM

Re: Storing user entity in session?

2009-02-20 Thread Martijn Dashorst
) and use > mostly detached entites, is it safe then to use LDMs directly from the > session object? > > Thanks in advance, > Martin > > 2009/2/20 Martijn Dashorst : >> move the IModel to your custom request cycle, otherwise you'll >> run into the issues I'

Re: form - ajax submit and validation

2009-02-20 Thread Martijn Dashorst
perhaps add the feedback panel to the ajax request target? Martijn On Fri, Feb 20, 2009 at 10:55 AM, Vitek Tajzich wrote: > Hi, > > that was my mistake. I set to submit button defaultFormProcessing = false > and that is why validation haven't been processed. > > Now validations are processed but

Re: Storing user entity in session?

2009-02-20 Thread Martijn Dashorst
move the IModel to your custom request cycle, otherwise you'll run into the issues I've pointed out earlier where on thread detaches while another attaches. Storing entities in your session when your interested in maintaining them with your entitymanager is BAD, even if you put it in a LDM. Martij

Re: Ways to fully "disable" back button

2009-02-20 Thread Martijn Dashorst
at to do if: > 1. I can make "undo" for these operations? > 2. I can't make "undo"? How to show user some info or what can be done? > > -- Tony > > > On Fri, Feb 20, 2009 at 2:04 PM, Martijn Dashorst > wrote: >> you can't. use goog

Re: Ways to fully "disable" back button

2009-02-19 Thread Martijn Dashorst
you can't. use google to see why. Martijn On Fri, Feb 20, 2009 at 6:02 AM, Anton Veretennikov wrote: > Hello, wicket users, > > I would like to know how to write wicket links so that it will not be > possible to return back. > > Thank you. > >

Re: Storing user entity in session?

2009-02-19 Thread Martijn Dashorst
Access to session is not thread safe: resources, and request setup/teardown will give you headaches (ever tried to attach one entity instance to two hibernate sessions?). We store the ID of the entity in the session, and load it in the requestcycle (and get the instance from there). Martijn On Fr

Re: Making an invisible panel visible via AjaxLink

2009-02-19 Thread Martijn Dashorst
http://tinyurl.com/dmhfub On Thu, Feb 19, 2009 at 5:14 PM, rjilani wrote: > > Hi: Gurus I am trying to make an invisible panel visible via Ajax link, but > got stuck at a point where I don't know how to proceed further. Please see > the code snipet below > > final RegisteredUserPanel registeredUs

Re: Wicket newbie - Quickstart help required

2009-02-19 Thread Martijn Dashorst
Do you use an IDE? Non-IDE development using just command line tools is really masochistic. Grab eclipse, netbeans, intellij, or something that provides autocompletion, and autoimports. Martijn On Thu, Feb 19, 2009 at 5:10 PM, nicgould wrote: > > I am using Java 1.6, here is the output of mvn --

Re: Remove ancient Spring integration

2009-02-19 Thread Martijn Dashorst
How is matching the right versions of your dependencies confusing? Did you care to take a look inside your Wicket distribution that we carefully crafted such that everything is available in one download (Wicket Ultimate)? Did you take a look at the location where you downloaded the wicket jar and

Re: AW: Avoid serialization troubles with static members

2009-02-19 Thread Martijn Dashorst
If you don't want to use maven, then download the distribution of Wicket, and look in the lib folder. All the wicket jars are there. How did you get wicket-1.4-rc2.jar then? Martijn On Thu, Feb 19, 2009 at 12:10 PM, Christian Helmbold wrote: >> if the "org.apache" is missing, you're using an ol

Re: maven guru/wickstuff project maintainers..

2009-02-19 Thread Martijn Dashorst
I'm willing to move to hudson (though I don't think hudson's interface is inspiring). There has been some discussion moving for Wicket core stuff to the Apache based hudson, but I haven't seen that much benefits from it. I might follow up on that. Martijn On Thu, Feb 19, 2009 at 9:16 AM, Johan Co

Re: Yet another Wicket quick start application...

2009-02-18 Thread Martijn Dashorst
Most pages you refer to (apart from those that are in the wicket.apache.org style) are WIKI pages. This means *you* can modify them: this holds true for the Wicket WIKI and the Wicket Stuff WIKI. If you want to contribute text to the main wicket site, you can attach it to a JIRA issue. etc. Marti

Re: Yet another Wicket quick start application...

2009-02-18 Thread Martijn Dashorst
I for one enjoy the many different approaches that are available. While we could use more folks hammering away on wicket core bugs, there seems to be a never ending supply of quickstarts, crud frameworks etc. There are so many ways to skin the cat, and not every way is to everyone's liking. So go f

Re: Abstract Header JavaScript Behavior

2009-02-17 Thread Martijn Dashorst
Since when does a Label, Link, Image, WebMarkupContainer contribute to the section of a page? It definitely is not obvious to me that such should be the case. Martijn On Sun, Feb 15, 2009 at 8:15 PM, Martin Makundi wrote: > Tnx. :) Why don't the component implement iheadercontributor already?

Re: SVN Checkout slow?

2009-02-16 Thread Martijn Dashorst
A disk in the svn machine gave up and died. Access was/is slow for svn.apache.org until the disk has been replaced. Infra expects to update in a day or so (they said 24h) Martijn On Mon, Feb 16, 2009 at 2:34 PM, Thomas Mäder wrote: > Hi Guys, > > I'm trying to check out wicket & wicket-extension

Re: SVN Checkout slow?

2009-02-16 Thread Martijn Dashorst
try svn.eu.apache.org instead. Martijn On Mon, Feb 16, 2009 at 2:34 PM, Thomas Mäder wrote: > Hi Guys, > > I'm trying to check out wicket & wicket-extensions 1.4. RC2 from the svn > repository (via http). This is taking something like half an hour. Is that > normal? > > Thomas > > -- > Thomas Mä

Re: HTML can't reference a component (Label) multiple times?

2009-02-13 Thread Martijn Dashorst
99.99% of the time this is an error: a component is referenced multiple times in markup. Therefore we don't allow one component to be rendering in multiple places. For that 0.01% of useful cases, it is not too difficult to just add the label component twice. Martijn On Thu, Feb 12, 2009 at 8:54

Re: Wicket at ApacheCon EU'09 in Amsterdam

2009-02-13 Thread Martijn Dashorst
led, features that are discussed over and over. >>> >>> Hmm >>> >>> On 12/02/2009, Hoover, William wrote: >>> > Just out of curiosity... Are there any plans to push a JSR that >>> > Wicket could follow. I think there would be a lot more ac

Re: how to give static pages consistant look with wicket - partial repeat

2009-02-12 Thread Martijn Dashorst
On Thu, Feb 12, 2009 at 4:18 PM, Vika wrote: > This works great! I have a few of questions: > 1) Why do you use ? If i replace > wicket:container with span seems to work the same. Is there a place i can > read about the usage of all the wicket tags like wicket:container, > wicket:link etc... ? h

Re: Wicket meetup in Amsterdam news

2009-02-12 Thread Martijn Dashorst
attend both evenings, providing that it will be separate from the > Apache Con. > (probably I can't attend during the day... not sure yet) > > regards, > Frank > > >> -Original Message- >> From: martijn.dasho...@gmail.com [mailto:martijn.dasho...@gmail.com] On &

Wicket meetup in Amsterdam news

2009-02-11 Thread Martijn Dashorst
During ApacheCon EU 2009 we can fill a 3 hour slot in the evening with a real Wicket community meetup. The meetup will be hosted in the conference hotel, from 19:00 until 22:00, in one of the conference rooms available on either 23 or 24 March. The conference is held in Amsterdam, the Netherlands,

Wicket at ApacheCon EU'09 in Amsterdam

2009-02-11 Thread Martijn Dashorst
We're happy to announce a lot of Wicket involvement at the upcoming ApacheCon in Amsterdam (23-27 March 2009) First of all we have 2 training sessions available: - Introduction to Wicket by Martijn Dashorst on Mon 23 March (http://tinyurl.com/aceu09wicket1) - Behavior-Driving Your Apache W

ApacheCon EU 2009 early bird registration still available!

2009-02-11 Thread Martijn Dashorst
ApacheCon EU 2009 registration is now open! 23-27 March -- Mövenpick Hotel, Amsterdam, Netherlands http://www.eu.apachecon.com/ Registration for ApacheCon Europe 2009 is now open - act before early bird prices expire 13 February. Remember to book a room at the Möv

Re: urlFor and putClassAlias

2009-02-10 Thread Martijn Dashorst
Mount your page using one of the mount strategies. See Application#mount for inspiration. Martijn On Tue, Feb 10, 2009 at 12:01 PM, Steve Swinsburg wrote: > Hi all, > In my application I am generating a link to a page like so: > final String url = urlFor(MyPage.class, null).toString(); > > and t

ApacheCon Europe 2009: Early Bird Deadline Extended

2009-02-10 Thread Martijn Dashorst
Here's some great news for everyone who's thinking of traveling to Amsterdam for this year's ApacheCon Europe. The Early Bird deadline has been extended to Friday, February 13th - and remember, there is a discount of 150 Euro on registration for anyone staying at the Mövenpick Hotel. Register at ht

Re: final Session.setLocale (1.4m3)

2009-02-09 Thread Martijn Dashorst
I'm not a experienced git user, but enjoy the local branches and revision control it provides) On Mon, Feb 9, 2009 at 4:03 PM, Uwe Schäfer wrote: > Martijn Dashorst schrieb: > > Hi Martijn > >> Why are you doing this with 1.4M3? 1.4RC2 is about to be made available. > > t

Re: final Session.setLocale (1.4m3)

2009-02-09 Thread Martijn Dashorst
Why are you doing this with 1.4M3? 1.4RC2 is about to be made available. Martijn 2009/2/9 Uwe Schäfer : > hi > > why is it, that setLocale(Locale) is final on Session ? > i´d really like to overwirte that in order to be able to hook some > preference-storing stuff in there, like setting cookies a

Re: How to execute Wicket project in Eclipse

2009-02-07 Thread Martijn Dashorst
which could've been condensed into http://wicket.apache.org/quickstart.html Martijn On Sat, Feb 7, 2009 at 7:15 PM, Graeme Knight wrote: > > I just created a Main application using Jetty and run it through that... my > main server is jboss/tomcat but for development Jetty works real fine and is

Re: IoC: how to best handle non-serializable fields in wicket

2009-02-06 Thread Martijn Dashorst
How would you inject the dao then? Martijn On Fri, Feb 6, 2009 at 12:00 PM, Sergey Didenko wrote: > Hi Andreas, > > Well, may be my question is silly, but: > > What about making "dao" a local variable in your component handlers? > Then you can get rid of that serializing-deserializing of dao as

Re: Iam getting Errors while starting the Tomcat 5.5 server

2009-02-04 Thread Martijn Dashorst
1. Use Maven for your dependency management 2. Don't put random stuff in common/lib, use a war file 3. Use Maven for building your war file 4. Don't put stuff in common/lib, use a war file 5. Use Maven Martijn On Wed, Feb 4, 2009 at 11:03 PM, Swapna Rachamalla wrote: > Noon: i Have modified log4

Re: Server requirements for Web Apps

2009-02-03 Thread Martijn Dashorst
What are your house requirements? Martijn On Tue, Feb 3, 2009 at 4:06 PM, greeklinux wrote: > > Hello Wicket devs, > > I would like to know what your server requirements are. > What is your experience in different use cases? > Is one server enough (Tomcat, DB, Spring, messaging) or do you use di

Re: mssql connection problem

2009-02-02 Thread Martijn Dashorst
What does this have to do with Wicket? Read [1] and especially the part about "Choose your forum carefully" [2] Martijn [1] http://www.catb.org/~esr/faqs/smart-questions.html [2] http://www.catb.org/~esr/faqs/smart-questions.html#forum On Mon, Feb 2, 2009 at 11:10 AM, Ashis wrote: > > Hello all

Re: Pageable tree?

2009-01-31 Thread Martijn Dashorst
The inmethod packages might contains such a thing, but I doubt it. See wicketstuff svn for the inmethod components. Martijn On Fri, Jan 30, 2009 at 8:31 PM, Zhubin Salehi wrote: > > Hi, > > Is there some kind of pageable tree class in Wicket, or I have to break up > my tree to several smaller tr

Re: [OT] Wicket Like framework for desktop applications?

2009-01-29 Thread Martijn Dashorst
On Thu, Jan 29, 2009 at 10:59 AM, Thomas Singer wrote: >>> far easier than web dev >> >> Nope. > > It is easier, because you just need to code and are absolutely free in > refactoring. No need to mess with XML or HTML files, too. No need to use > reflection. BTW, Wicket is the only web-application

Re: [OT] Wicket Like framework for desktop applications?

2009-01-28 Thread Martijn Dashorst
On Wed, Jan 28, 2009 at 2:39 PM, Piller Sébastien wrote: > far easier than web dev Nope. > almost no compatibility issue between jre versions With Wicket you don't even have any compatibility issues *AT ALL*. > looks pretty nice (builtin selectable "look and feel", etc.) I can spot a Swing U

Does salve solve Wicket property model problems?

2009-01-26 Thread Martijn Dashorst
Igor Vaynberg has written a short article on using Salve (http://code.google.com/p/salve/) to provide an alternative solution to checking the property expression in property models. Read it and discuss it if you find it interesting. (http://wicketinaction.com/2009/01/fixing-wicket-property-models-u

Re: QuickStart not finding Wicket classes

2009-01-26 Thread Martijn Dashorst
Not sure what you did to come to this, but watching the video here should enlighten you: http://herebebeasties.com/2007-10-07/wicket-quickstart/ Martijn On Mon, Jan 26, 2009 at 6:05 PM, Dane Laverty wrote: > I've stepped through the Wicket QuickStart process as outlined at > http://wicket.apach

Re: Duplicate objects in db4o with back button

2009-01-22 Thread Martijn Dashorst
when you save the entity, make sure you update the ID in the LDM to point to the newly created object. Martijn On Thu, Jan 22, 2009 at 5:05 PM, pieter claassen wrote: > I am using wicket 1.3.5 and db4o 7.4.63.11890. > > My objects are being passed between pages using a subclass of > LoadableDeta

Re: wicketstuff-how to contribute

2009-01-17 Thread Martijn Dashorst
Wicket stuff is a very relaxed project. Just provide us with your sourceforge.net account name, and we'll add you to the project. Martijn On Sat, Jan 17, 2009 at 4:37 PM, Vitek Tajzich wrote: > Hi, > > > > I know that this question is not directly related to wicket itself but I > hope that someb

<    3   4   5   6   7   8   9   10   11   12   >