[Wicket-user] problem with wicket dtd in IDEA

2007-02-03 Thread Dmitry Kandalov
Hi, I define namespace like this html xmlns=http://www.w3.org/1999/xhtml; xmlns:wicket=http://wicket.sourceforge.net/; and use wicket-xhtml1-strict.dtd. But IDEA says wicket:id is not allowed and can't recognize wicket tags. I wrote simple xsd for wicket tags and added wicket:id to IDEA custom

Re: [Wicket-user] Page Expired

2007-02-03 Thread sunraider
Hi Guys, The page expired problem has resolved but now I am having a new problem after I changed the stuff to pagemaps. When the session gets expired I dont get the page expiry page. I have the following set in My application.

[Wicket-user] Easier way to force resourceKey for a Validator error message

2007-02-03 Thread Peter Thomas
Hi, I'm migrating an existing (Spring MVC) JSP application to Wicket and this application already has i18n with just one largish properties file, named as per Spring tradition messages.properties. I'm using Wicket 1.2.4. I was able to easily delegate looking up of messages to Spring's

Re: [Wicket-user] Wicket 2.0 bookmarkable page issue?

2007-02-03 Thread Johan Compagner
that shouldn't be needed. But lets first see when AlMaw syncs both version where we exactly stand now. johan On 2/2/07, Igor Vaynberg [EMAIL PROTECTED] wrote: you should probably specify the filterpath param as well, even if it is empty or a / -igor On 2/2/07, Aaron Hiniker [EMAIL

[Wicket-user] Where to find wicket.contrib.tinyMCE?

2007-02-03 Thread pboyd
There is probably a really obvious answer to this question, but... I’d like to use the wicket.contrib.tinyMCE panel in my project but for the life of me, I can not seem to figure out where to get/download it. Can someone please point me in the right direction? Thanks, Peter -- View this

Re: [Wicket-user] Right-click context menu

2007-02-03 Thread Ivo van Dongen
I'm working on the yui menu. Its working in firefox, but for some strange reason not in ie. A pop-up appears with the message: Could not complete the operation due to error 80004004. As soon as that is fixed I'll post it on the mailing list. On 2/1/07, Shams Mahmood [EMAIL PROTECTED] wrote:

Re: [Wicket-user] Page Expired

2007-02-03 Thread Igor Vaynberg
its hard to help without seeing a working example. can you recreate in quickstart? -igor On 2/3/07, sunraider [EMAIL PROTECTED] wrote: Hi Guys, The page expired problem has resolved but now I am having a new problem after I changed the stuff to pagemaps. When the session gets expired I

Re: [Wicket-user] Page Expired

2007-02-03 Thread Igor Vaynberg
also make sure your expired page doesnt throw an error, and check your logs to make sure there arent any exceptions in there -igor On 2/3/07, Igor Vaynberg [EMAIL PROTECTED] wrote: its hard to help without seeing a working example. can you recreate in quickstart? -igor On 2/3/07,

Re: [Wicket-user] Easier way to force resourceKey for a Validator error message

2007-02-03 Thread Igor Vaynberg
i believe the search order is to first try the id.key and then to try key, so your messages should still resolve properly. can you break in localizer and see what its doing? -igor On 2/3/07, Peter Thomas [EMAIL PROTECTED] wrote: Hi, I'm migrating an existing (Spring MVC) JSP application to

Re: [Wicket-user] Where to find wicket.contrib.tinyMCE?

2007-02-03 Thread Igor Vaynberg
wicket-stuff.sf.net then go to svn, it lives there -igor On 2/3/07, pboyd [EMAIL PROTECTED] wrote: There is probably a really obvious answer to this question, but... I'd like to use the wicket.contrib.tinyMCE panel in my project but for the life of me, I can not seem to figure out where to

Re: [Wicket-user] Where to find wicket.contrib.tinyMCE?

2007-02-03 Thread Eelco Hillenius
https://svn.sourceforge.net/svnroot/wicket-stuff/branches/wicket-1.3/wicket-contrib-tinymce for 1.3 and https://svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicket-contrib-tinymce for 2.0 Eelco On 2/3/07, pboyd [EMAIL PROTECTED] wrote: There is probably a really obvious answer to this

[Wicket-user] building phonebook

2007-02-03 Thread nilo de roock
Learning by doing, it often works for me. Before I commit myself to Databinder I want to see a plain vanilla hibernate app. Phonebook seems like a good option to study. Question... I have Wicket 1.2.4, what should I do? - is there a 1.2.4 phonebook somewhere? - upgrade to 1.3 ( must I ?? ) - try

Re: [Wicket-user] building phonebook

2007-02-03 Thread nilo de roock
It's not the sources, it's the project structure, config and Hibernate stuff I want to look at. That seems to be set up ok in the 1.3 version. I am close on getting the 1.3 compiled... One message to go - wicket.markup.repeater.Item; is missing. I suppose that's 1.3 stuff? What would you do?

Re: [Wicket-user] building phonebook

2007-02-03 Thread Igor Vaynberg
yeah you need to mvn install the latest wicket and extensions from the wicket-1.x branch -igor On 2/3/07, nilo de roock [EMAIL PROTECTED] wrote: It's not the sources, it's the project structure, config and Hibernate stuff I want to look at. That seems to be set up ok in the 1.3 version. I

Re: [Wicket-user] building phonebook

2007-02-03 Thread nilo de roock
Ok, but how do I do that? There is nothing beyond 1.2.4 The pom -as is- does not work at first, 1.3-incubator whatever breaks the script so I changed that back to 1.2.4 I also tried to find the 1.3 and 2.0 branches on Sourceforge SVN but there is nothing there. - nilo igor.vaynberg wrote:

[Wicket-user] How to download Wicket Javadoc ?

2007-02-03 Thread ZedroS Schwart
Hi all Where could I download the Wicket Javadoc ? Thanks in advance ZedroS - 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

Re: [Wicket-user] building phonebook

2007-02-03 Thread nilo de roock
1.x right? it's late igor.vaynberg wrote: yeah you need to mvn install the latest wicket and extensions from the wicket-1.x branch -igor On 2/3/07, nilo de roock [EMAIL PROTECTED] wrote: It's not the sources, it's the project structure, config and Hibernate stuff I want to

[Wicket-user] Wicket Stuff Wiki update + shout out to all you lurking contributors...

2007-02-03 Thread Al Maw
Hi all, I've given http://wicketstuff.org a bit of love. Let me know what you think. Better yet, all you wicket stuff contributors please contribute to the wiki. :) When adding a top-level project page, make sure you add an appropriate label so it is listed on the root wiki page. We currently

Re: [Wicket-user] How to download Wicket Javadoc ?

2007-02-03 Thread Matthew Kwong
If it is 1.2.4, the apidoc is in wicket-1.2.4.zip\docs\apidocs folder. Matthew Kwong ZedroS Schwart wrote: Hi all Where could I download the Wicket Javadoc ? Thanks in advance ZedroS - Using Tomcat but need

Re: [Wicket-user] ApacheCon Europe 2007

2007-02-03 Thread nilo de roock
My office tried to register me, but the site is still closed. You haven't registered yet either? Any idea of the entrance fee (for the entire week)? Ballpark is fine. - nilo Martijn Dashorst wrote: As you all probably know, the Apache conference Apache Con Europe 2007 is getting closer

Re: [Wicket-user] Composite Behavior....

2007-02-03 Thread Frank Bille
On 2/4/07, Al Maw [EMAIL PROTECTED] wrote: along with the StringUtil.isNullOrEmpty() function. ;-) erm.. we do have Strings.isEmpty :) So where do we put it and how do we decide where to put it? Wicket-core, wicket-extensions, wiki, or /dev/null? So, err, /dev/null I'm afraid. :) Or a

[Wicket-user] CompoundPropertyModel

2007-02-03 Thread Gregg Bolinger
I can't figure out what the heck I am doing wrong. Been reading Pro Wicket and the examples and running through documentation. Trying to make a very simple admin screen for a Color object. I keep getting the following exception: /* WicketMessage: Unable to find component with id 'name' in

Re: [Wicket-user] CompoundPropertyModel

2007-02-03 Thread Martijn Dashorst
The line in your markup: form id=manageColorsForm should be: form WICKET:id=manageColorsForm Martijn On 2/4/07, Gregg Bolinger [EMAIL PROTECTED] wrote: I can't figure out what the heck I am doing wrong. Been reading Pro Wicket and the examples and running through documentation. Trying to

Re: [Wicket-user] CompoundPropertyModel

2007-02-03 Thread Martijn Dashorst
heh.. this reminds me of the old days where people would misspell wicket:id as wicked:id Martijn On 2/4/07, Martijn Dashorst [EMAIL PROTECTED] wrote: The line in your markup: form id=manageColorsForm should be: form WICKET:id=manageColorsForm Martijn On 2/4/07, Gregg Bolinger [EMAIL

Re: [Wicket-user] CompoundPropertyModel

2007-02-03 Thread Gregg Bolinger
DOH!!! Thanks. Geez. Martijn Dashorst wrote: The line in your markup: form id=manageColorsForm should be: form WICKET:id=manageColorsForm Martijn On 2/4/07, Gregg Bolinger [EMAIL PROTECTED] wrote: I can't figure out what the heck I am doing wrong. Been reading Pro Wicket and the

Re: [Wicket-user] Wicket Stuff Wiki update + shout out to all you lurking contributors...

2007-02-03 Thread Eelco Hillenius
Nice Al, thanks. I'll try to update some project descriptions tomorrow, Eelco On 2/3/07, Al Maw [EMAIL PROTECTED] wrote: Hi all, I've given http://wicketstuff.org a bit of love. Let me know what you think. Better yet, all you wicket stuff contributors please contribute to the wiki. :)

Re: [Wicket-user] building phonebook

2007-02-03 Thread Igor Vaynberg
yes 1.x adn if unit tests fail mvn install -Dmaven.test.skip=true -igor On 2/3/07, nilo de roock [EMAIL PROTECTED] wrote: 1.x right? it's late igor.vaynberg wrote: yeah you need to mvn install the latest wicket and extensions from the wicket-1.x branch -igor On 2/3/07, nilo