Re: Wicket job market

2013-02-05 Thread Nick Heudecker
I'll wade into the point about IDE plugins since I was the original maintainer of Wicketforge (https://code.google.com/p/wicketforge/), which is still being actively developed by Minas Manthos. As it stands today, Wicketforge is a great productivity enhancer when developing Wicket apps. It

Re: Wicket job market

2013-02-05 Thread Nick Heudecker
Did you file a ticket for the problems you experienced? On Tue, Feb 5, 2013 at 12:21 PM, procrastinative.developer procrastinative.develo...@gmail.com wrote: I was testing this plugin a some time ago and I had a lot of problems with it (NPE, no switching between files). I was so frustrated

Re: Wicket Page constructor getting called twice

2012-06-25 Thread Nick Heudecker
I've only seen this type of behavior if I have an empty img src=/ element or something similar. On Mon, Jun 25, 2012 at 11:45 AM, Ian Marshall ianmarshall...@gmail.comwrote: Hello All, My web application uses the default request cycle render strategy

Re: Wicket for large user base website

2012-05-07 Thread Nick Heudecker
Martin, Would you mind outlining your site's hardware configuration to support that load? I'm sure it would be helpful. Thanks! -Nick On Mon, May 7, 2012 at 12:20 AM, Martin Grigorov mgrigo...@apache.orgwrote: read https://cwiki.apache.org/confluence/x/qIaoAQ to understand how Wicket stores

Re: Wicket 'hook' point for page render timing

2012-02-10 Thread Nick Heudecker
I did this with a simple servlet filter, then profiled individual service calls within the slower pages. On Fri, Feb 10, 2012 at 7:03 PM, Chris Colman chr...@stepaheadsoftware.comwrote: ** ** I’m interested in measuring the time taken to render each individual page class and building up some

Re: inter application communication in wicket

2011-01-09 Thread Nick Heudecker
We use ActiveMQ and Camel for those types of operations. It's been very successful. On Sun, Jan 9, 2011 at 10:51 PM, sap2000 sap2...@indiatimes.com wrote: Hi, Can anybody please throw some light on how two wicket applications, deployed into the same container can interact with each other?

Re: [OT] Plugin WicketForge 0.8.1 available for IDEA 9+

2010-12-14 Thread Nick Heudecker
He's really been doing a great job with it. On Tue, Dec 14, 2010 at 6:49 PM, Brian Topping topp...@codehaus.org wrote: I was finally able to download the new version of WicketForge today (along with some other plugins) since IntelliJ recently updated their caches. Minas, the results are

Re: Re Wicket Web Beans

2010-08-16 Thread Nick Heudecker
It sounds like what you're after is a dynamic form. This has been discussed several times on the list and used to be detailed in the wiki. It's pretty straightforward to implement. Hopefully this gives you an implementation option. On Mon, Aug 16, 2010 at 7:17 PM, Nivedan Nadaraj

Re: Remove support for Portlets in Wicket 1.5

2010-08-12 Thread Nick Heudecker
0, non-committed. There seems to be some interest here. Hopefully the community supports it in wicketstuff. +1 non-committed to moving to wicketstuff. On Aug 11, 2010 11:18 PM, Steve Swinsburg steve.swinsb...@gmail.com wrote: -1 to removing it As soon as uPortal supports JSR-286 (and it does,

WicketForge Needs a New Project Lead

2010-07-19 Thread Nick Heudecker
Hi, As my lack of activity has probably demonstrated, I'm currently unable to allocate time to WicketForge. With a startup and grad school beginning, I'm swamped and looking for someone to take over the project. Any takers? -Nick

OT: Job Posting - Contractor in the Bay Area

2010-06-01 Thread Nick Heudecker
A profitable start-up in the cable advertising space is looking to expand its development team to include another well-rounded developer. The position is contract to start and may become full-time. I've detailed some of what we're looking for below and if you think you're a good fit, you're

Re: Wicket, IntelliJ and xml resource bundles

2010-05-06 Thread Nick Heudecker
The Wicket plugin for IDEA doesn't support XML property bundles. On Thu, May 6, 2010 at 8:32 AM, James Carman jcar...@carmanconsulting.comwrote: Are you using a Wicket plugin? On Thu, May 6, 2010 at 10:06 AM, Thomas Götz t...@richmountain.de wrote: Any IntelliJ users out there that use

Re: mexico.com

2010-04-30 Thread Nick Heudecker
Scott - can you provide any details on the hardware supporting mexico.com or vegas.com? On Fri, Apr 30, 2010 at 9:30 AM, Scott Swank scott.sw...@gmail.com wrote: Thanks, though I was only involved early on with this project. Only the initial page is stateless, after that search results are in

Re: Wicket survey?

2010-04-27 Thread Nick Heudecker
I've also gotten similar requests in the past. On Tue, Apr 27, 2010 at 3:03 PM, Jeremy Thomerson jer...@wickettraining.com wrote: I can't confirm this particular survey, but have received similar requests in the past. Most are legitimate requests from college students for input on various

[OT] WicketForge 0.6.1 available for IDEA 9

2009-12-24 Thread Nick Heudecker
WicketForge 0.6.1 is available for download. In short, the changes are: - Completion on PropertyModel expressions. - Some assorted cleanup on other completion tasks. - 0.6.1 should work fine under the Community Edition. The requirement for JavaEE found in the Ultimate Edition has been

OT: WicketForge 0.6.0 for IDEA 9

2009-12-11 Thread Nick Heudecker
. -- Nick Heudecker http://www.systemmobile.com

[OT] IDEA 9 Users Needed for WicketForge Testing

2009-11-30 Thread Nick Heudecker
Hi, I'm looking for a couple people using IDEA 9 to test out a new version of WicketForge to ensure the autocomplete works under the new version. I can't migrate yet and need somebody else to validate it. If you're interested, please respond to me privately. Thanks for your time. -- Nick

Re: Intellij9 integration

2009-11-15 Thread Nick Heudecker
-safe java code. Keeping wicket:id's in sync is no rocket science once you get the idea :-) Am 15.11.2009 um 00:38 schrieb Nick Heudecker: What do you mean that the current one shows up? I haven't updated WicketForge to work with IDEA 9 because I'm not on IDEA 9. Feel free to submit

Re: Intellij9 integration

2009-11-14 Thread Nick Heudecker
What do you mean that the current one shows up? I haven't updated WicketForge to work with IDEA 9 because I'm not on IDEA 9. Feel free to submit patches. Right now WicketForge does everything I need it to do, so unless I start using Wicket more often or it doesn't meet my needs, I'm not really

Re: why is getHomePage called multiple times?

2009-08-31 Thread Nick Heudecker
- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Nick Heudecker Professional Wicket Training Consulting http://www.systemmobile.com

Re: Looking for Web Application Architecture Book

2009-08-04 Thread Nick Heudecker
Good suggestions there. I also like the Enterprise Integration Patterns book, but that might not be what you're looking for. -- Nick Heudecker Professional Wicket Training Consulting http://www.systemmobile.com

Re: img src= ... tags are truely evil!

2009-08-03 Thread Nick Heudecker
- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Nick Heudecker Professional Wicket Training Consulting http://www.systemmobile.com

Re: [OT] Continue to support Wicket 1.2 in WicketForge

2009-07-27 Thread Nick Heudecker
: Mostly Wicket 1.4 at my company, just 1 Wicket 1.3 project left. Regards, Erik. Nick Heudecker wrote: Hi, For those of you that don't know, I maintain WicketForge, the Wicket plugin for IDEA (http://plugins.intellij.net/plugin/?id=1545 or http://code.google.com/p/wicketforge

[OT] Continue to support Wicket 1.2 in WicketForge

2009-07-24 Thread Nick Heudecker
a few things up. First, I want to see if people are still using 1.2 with WF. My question to you is: are you still using WicketForge with Wicket 1.2? Thanks for your time and feedback. -- Nick Heudecker Professional Wicket Training Consulting http://www.systemmobile.com

Re: dzone refcard

2009-07-06 Thread Nick Heudecker
refcardhttp://refcardz.dzone.com/refcardz/core-java-concurrency initiative? Thoughts? -Luther -- Nick Heudecker Professional Wicket Training Consulting http://www.systemmobile.com

Re: dzone refcard

2009-07-06 Thread Nick Heudecker
My mistake. I thought that came out a while ago. On Mon, Jul 6, 2009 at 1:43 PM, Andrew Lombardi and...@mysticcoders.comwrote: I've got one being pushed through the editorial process at DZone right now, should be out very soon. On Jul 6, 2009, at 12:48 PM, Nick Heudecker wrote: Andrew

Re: JDeveloper - Can I get a show of hands?

2009-06-18 Thread Nick Heudecker
JDeveloper? *crickets* :) -- Nick Heudecker Professional Wicket Training Consulting http://www.systemmobile.com

Re: OT: ESB

2009-06-03 Thread Nick Heudecker
unless new information otherwise motivates us. Sorry for the noise. Best, Scott - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Nick

Re: OT: JavaOne

2009-05-18 Thread Nick Heudecker
...@wicket.apache.org -- Nick Heudecker Professional Wicket Training Consulting http://www.systemmobile.com

Re: Tools for Managing a Wicket Project

2009-04-30 Thread Nick Heudecker
about ~/.m2/repository? -- Nick Heudecker Professional Wicket Training Consulting http://www.systemmobile.com

Re: What IDE best fits with Wicket?

2009-02-24 Thread Nick Heudecker
at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Nick Heudecker Professional Wicket Training Consulting http

Re: Intellij Idea Plugin Bounty

2009-02-13 Thread Nick Heudecker
...@wicket.apache.org -- Nick Heudecker Professional Wicket Training Consulting http://www.systemmobile.com Eventful - Intelligent Event Management http://www.eventfulhq.com

Re: Intellij Idea Plugin Bounty

2009-02-11 Thread Nick Heudecker
in the past. While Wicket and Idea get along reasonably well, there's a lot of room for improvement in their relationship. That means a Wicket plugin for Idea. Nick Heudecker has done an admirable job with WicketForge (http://code.google.com/p/wicketforge/), however 1) when I try to use

Re: Intellij Idea Plugin Bounty

2009-02-11 Thread Nick Heudecker
to be that guy who just said I want this and I want that to someone who had already donated so much of their time. That's why I'm proposing the bounty. That way I can not feel like such a leech when I ask for specific things. -Matt Nick Heudecker wrote: Hi Matt, I'm sorry the IDEA plugin

Re: WicketForge 0.5.0 Available for IDEA 8

2009-02-11 Thread Nick Heudecker
. Progress and thank you Nick. /Don Nick Heudecker wrote: Thanks for the feedback Maarten. I'm going to publish the plugin today to the IDEA site then work on fixing that bug as soon as I can. On Fri, Jan 16, 2009 at 8:46 AM, Maarten Bosteels mbosteels@gmail.comwrote

Re: WicketForge 0.5.0 Available for IDEA 8

2009-02-11 Thread Nick Heudecker
, they can't file bugs if something fails to work. ;) -- Nick Heudecker Professional Wicket Training Consulting http://www.systemmobile.com Eventful - Intelligent Event Management http://www.eventfulhq.com

Re: WicketForge 0.5.0 Available for IDEA 8

2009-02-11 Thread Nick Heudecker
key to toggle between the components and HTML and back is awesome. -Matt Nick Heudecker wrote: I've published WicketForge 0.5.1 to the IDEA plugins site. - Toggling between HTML and Java is fixed. Let me know if you're still having problems with the cursor ending up

Re: [OT] Java hosting USB stick deployment

2009-02-05 Thread Nick Heudecker
-- Nick Heudecker Professional Wicket Training Consulting http://www.systemmobile.com Eventful - Intelligent Event Management http://www.eventfulhq.com

Re: WicketForge 0.5.0 Available for IDEA 8

2009-01-16 Thread Nick Heudecker
know what I can do to help you fix this because your plugin totally rocks ! Thanks, Maarten On Wed, Jan 14, 2009 at 5:28 PM, Nick Heudecker nheudec...@gmail.com wrote: That's what I get for trying to rush things. You can download it from here: http://www.systemmobile.com/code

Re: Things I miss in Wicket

2009-01-15 Thread Nick Heudecker
LastPostsPanel(lastPostsPanel)); add(new NewsPanel(newsPanel)); This could be matched automatically This should be accomplished using and IDE, not by default. I would not mind an IDE that could match the wicket:id's at when writing. ** -- Nick Heudecker Professional Wicket Training

Re: WicketForge 0.5.0 Available for IDEA 8

2009-01-14 Thread Nick Heudecker
teasing Nick! Maarten Bosteels wrote: Hello, I tried to download http://www.systemmobile.com/code/WicketForge-0.5.0.jar but it's an empty file (zero bytes) Thanks, Maarten On Wed, Jan 14, 2009 at 6:42 AM, Nick Heudecker nheudec...@gmail.comwrote: I'm looking for some

WicketForge 0.5.0 Available for IDEA 8

2009-01-13 Thread Nick Heudecker
I'm looking for some people to test WicketForge 0.5.0 with IDEA 8. As far as I can tell, everything seems to be working, but I'd like to get more people testing before I publish it to the IDEA plugin site. Instructions and download here: http://www.systemmobile.com/?page_id=283 -- Nick

Re: brainstorming

2009-01-07 Thread Nick Heudecker
...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Nick Heudecker Professional Wicket Training Consulting http://www.systemmobile.com Eventful - Intelligent Event Management http://www.eventfulhq.com

Re: [OT] Merb-Rails Merge

2008-12-23 Thread Nick Heudecker
Can you imagine if we only had one web framework? Most of the conferences would shut down and Java book sales would plummet. What would Java developers argue about with only one web framework? Other than disputes over IDEs, AJAX frameworks, SOAP APIs, testing, SCM, and dozens of other things

Re: WicketForge - Wicket Plugin for IDEA

2008-12-14 Thread Nick Heudecker
because of entire plugin api changes. Thanks, /Don Nick Heudecker wrote: All: I've taken the old Wicket Assistant code from Wicket Stuff and create a new version of the plugin called WicketForge. You can download it using IDEA's plugin manager interface and look

Re: OFF TOPIC - all-in-one wysiwyg website package?

2008-11-13 Thread Nick Heudecker
-mail: [EMAIL PROTECTED] -- Nick Heudecker Professional Wicket Training Consulting http://www.systemmobile.com Eventful - Intelligent Event Management http://www.eventfulhq.com

Re: Feedback/Error message.

2008-11-04 Thread Nick Heudecker
the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Nick Heudecker Professional Wicket Training Consulting http

Re: [announce] Wicket in Action e-book has been published!

2008-08-14 Thread Nick Heudecker
All interesting points. Thanks for clarifying. On Thu, Aug 14, 2008 at 12:01 AM, Toto Laricot [EMAIL PROTECTED]wrote: On Wed, Aug 13, 2008 at 6:13 PM, Nick Heudecker [EMAIL PROTECTED] wrote: Why did you move away from Seam? It was a project for one of our clients. They let us pick

Re: [announce] Wicket in Action e-book has been published!

2008-08-13 Thread Nick Heudecker
Why did you move away from Seam? On Wed, Aug 13, 2008 at 5:59 PM, Toto Laricot [EMAIL PROTECTED]wrote: We ported an application from JBOSS/SEAM to Wicket in 2 weeks. The app has been successfully deployed in production. Although the wiki had all the scode sample we could wish for, and

Re: Wicket Branding

2008-06-06 Thread Nick Heudecker
to localization? ** Martin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Nick Heudecker Professional Wicket Training Consulting http://www.systemmobile.com Eventful

Re: users, please give us your opinion: what is your take on generics with Wicket

2008-06-01 Thread Nick Heudecker
1) Generifying* Wicket [X] Can best be done in a limited fashion, where we only generify IModel but not components. I care more about what generifying can do for API clarity (declaring a component to only accept certain models for instance) than static type checking. 2) How strongly do

Re: Spring?

2008-05-20 Thread Nick Heudecker
, Bruce. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Nick Heudecker Professional Wicket Training Consulting http://www.systemmobile.com Eventful - Intelligent Event

Re: Strange ClassCastException with DropDownChoice

2008-04-17 Thread Nick Heudecker
) at org.apache.wicket.markup.html.form.AbstractChoice.onComponentTagBody(Abs tractChoice.java:342) at org.apache.wicket.Component.renderComponent(Component.java:2471) ... 65 more -- Nick Heudecker Professional Wicket Training Consulting http://www.systemmobile.com

Re: DataTable and Panel issue

2008-04-16 Thread Nick Heudecker
-mail: [EMAIL PROTECTED] -- Nick Heudecker Professional Wicket Training Consulting http://www.systemmobile.com Eventful - Intelligent Event Management http://www.eventfulhq.com

Re: DataTable and Panel issue

2008-04-16 Thread Nick Heudecker
/511/ Let me know if more explanation is needed. Nick Heudecker wrote: Can you post any code? Use a (Wicket powered!) pastebin if possible. http://www.papernapkin.org/pastebin/home On Wed, Apr 16, 2008 at 7:41 PM, Ritz123 [EMAIL PROTECTED] wrote: Will appreciate a response

Re: Selecting a radio programmatically?

2008-04-16 Thread Nick Heudecker
? Michael -- Nick Heudecker Professional Wicket Training Consulting http://www.systemmobile.com Eventful - Intelligent Event Management http://www.eventfulhq.com

Re: Good example for FormComponentPanel?

2008-04-14 Thread Nick Heudecker
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Nick Heudecker Professional

Re: Form submit button localization

2008-04-08 Thread Nick Heudecker
PROTECTED] -- Nick Heudecker Professional Wicket Training Consulting http://www.systemmobile.com Eventful - Intelligent Event Management http://www.eventfulhq.com

Re: IntegerConverter cannot parse or display locale specific format like 999,999

2008-04-07 Thread Nick Heudecker
Why not subclass label and override getNumberFormat(Locale)? Pretty easy. On Mon, Apr 7, 2008 at 7:02 PM, Matthew Young [EMAIL PROTECTED] wrote: Any reply? -- Nick Heudecker

Re: URL Binding

2008-03-31 Thread Nick Heudecker
] -- Nick Heudecker Professional Wicket Training Consulting http://www.systemmobile.com Eventful - Intelligent Event Management http://www.eventfulhq.com

Re: LoadableDetachableModel and ListView - changes in the list items is lost when saving

2008-03-26 Thread Nick Heudecker
-saving-tp16301505p16301505.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Nick Heudecker Professional

Re: How to pre-select a DropDownChoice

2008-03-13 Thread Nick Heudecker
do that? I don't see anything resembling setSelected(). Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Nick Heudecker Professional Wicket Training Consulting

Re: Nabble users: don't edit your posts!

2008-03-12 Thread Nick Heudecker
IMO, I'd disable the Nabble posting. If people really have questions, they'll subscribe to the list. -Nick

Re: IntelliJ WicketForge issue: NPE when trying to use New Wicket Page to create both Java and markup

2008-03-11 Thread Nick Heudecker
: [EMAIL PROTECTED] -- Nick Heudecker Professional Wicket Training Consulting http://www.systemmobile.com Eventful - Intelligent Event Management http://www.eventfulhq.com

Re: Security Features offered by Wicket

2008-03-03 Thread Nick Heudecker
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Nick Heudecker Professional Wicket Training Consulting http://www.systemmobile.com Eventful - Intelligent

Re: Security Features offered by Wicket

2008-02-28 Thread Nick Heudecker
this is a problem with Wicket applications. I need your help to answer this questions, pls! thanks! [1] http://www.nabble.com/Shout-more-about-security-advantages-of-Wicket--to14800934.html#a14816425 [2] http://www.hdiv.org/docs/hdiv-reference.pdf -- Nick Heudecker Professional Wicket

Re: equivalent of DateLabel for numbers, aka NumberLabel?

2008-02-27 Thread Nick Heudecker
This is really easy to create yourself. Just subclass Label and override onComponentTagBody. On Wed, Feb 27, 2008 at 10:46 AM, Doug Leeper [EMAIL PROTECTED] wrote: Wicket has a Date label to format a Date nicely. Is there something similar to format a Number as well? I haven't found it

Re: Our new and shiny Wicket site!

2008-02-27 Thread Nick Heudecker
. http://www.inmethod.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Nick Heudecker Professional Wicket Training Consulting http://www.systemmobile.com Eventful

Re: Adding onClick event to form fields

2008-02-20 Thread Nick Heudecker
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Nick Heudecker Professional Wicket Training Consulting http://www.systemmobile.com Eventful - Intelligent Event Management http://www.eventfulhq.com

Wicket Maven JARs Compiled with Java 6?

2008-02-04 Thread Nick Heudecker
Hi, I'm getting a number of class not valid errors when my IDE is trying to autocomplete imports. Typically this error occurs when I encounter JARs compiled with Java 6, while I'm on Java 5. Can the JARs be compiled with Java 5, or can multiple versions be made available? Thanks. -Nick

Re: Wicket Maven JARs Compiled with Java 6?

2008-02-04 Thread Nick Heudecker
Looks like both 1.3.0 and 1.3.1 were both built with Java 5. Not sure what the problem was, but upgrading to 1.3.1 fixed it. On Feb 4, 2008 9:05 AM, Nick Heudecker [EMAIL PROTECTED] wrote: Hi, I'm getting a number of class not valid errors when my IDE is trying to autocomplete imports

Re: Wicket Maven JARs Compiled with Java 6?

2008-02-04 Thread Nick Heudecker
inability to not modify jars when they have been generated and signed already) Martijn On 2/4/08, Frank Bille [EMAIL PROTECTED] wrote: Hi, I'm not entirely sure what you mean. All the jdk-1.4 projects is compiled with 1.4 for the releases. Frank On Feb 4, 2008 4:05 PM, Nick

Re: Article: Introducing Apache Wicket

2008-01-31 Thread Nick Heudecker
28, 2008, at 11:02 AM, Nick Heudecker wrote: It's finally up: http://www.theserverside.com/news/thread.tss?thread_id=48234 Thanks to the various reviewers that helped improve both the content and quality of the article, including Martijn, Eelco, Igor, Gerolf and Talios. -- Nick

Re: Article: Introducing Apache Wicket

2008-01-30 Thread Nick Heudecker
/ . - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Nick Heudecker Professional Wicket Training Consulting http://www.systemmobile.com Eventful - Intelligent Event Management http://www.eventfulhq.com

Re: Article: Introducing Apache Wicket

2008-01-29 Thread Nick Heudecker
Thanks. On Jan 29, 2008 6:08 PM, Andy Czerwonka [EMAIL PROTECTED] wrote: Nick Heudecker [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] It's finally up: http://www.theserverside.com/news/thread.tss?thread_id=48234 Thanks to the various reviewers that helped improve both

Article: Introducing Apache Wicket

2008-01-28 Thread Nick Heudecker
It's finally up: http://www.theserverside.com/news/thread.tss?thread_id=48234 Thanks to the various reviewers that helped improve both the content and quality of the article, including Martijn, Eelco, Igor, Gerolf and Talios. -- Nick Heudecker Professional Wicket Training Consulting http

Re: Article: Introducing Apache Wicket

2008-01-28 Thread Nick Heudecker
behavior-s. regards, Karthik On Jan 28, 2008 1:02 PM, Nick Heudecker [EMAIL PROTECTED] wrote: It's finally up: http://www.theserverside.com/news/thread.tss?thread_id=48234 Thanks to the various reviewers that helped improve both the content and quality of the article, including Martijn

Re: openlayers

2008-01-25 Thread Nick Heudecker
- Domain Driven Development. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Nick Heudecker Professional Wicket Training Consulting http://www.systemmobile.com Eventful

Re: a wicket tutorial

2008-01-25 Thread Nick Heudecker
] -- Nick Heudecker Professional Wicket Training Consulting http://www.systemmobile.com Eventful - Intelligent Event Management http://www.eventfulhq.com

Re: best practice for a wait page

2008-01-24 Thread Nick Heudecker
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Nick Heudecker Professional Wicket Training Consulting http://www.systemmobile.com Eventful - Intelligent Event Management http://www.eventfulhq.com

Re: Wicket blog software

2008-01-17 Thread Nick Heudecker
] -- Nick Heudecker Professional Wicket Training Consulting http://www.systemmobile.com Eventful - Intelligent Event Management http://www.eventfulhq.com

Re: Wicket blog software

2008-01-17 Thread Nick Heudecker
] For additional commands, e-mail: [EMAIL PROTECTED] -- Nick Heudecker Professional Wicket Training Consulting http://www.systemmobile.com Eventful - Intelligent Event Management http://www.eventfulhq.com

Re: ServerSide Java Symposium

2008-01-14 Thread Nick Heudecker
Yep. The only downside is having to learn about all those inferior frameworks... :) On Jan 14, 2008 4:22 PM, Eelco Hillenius [EMAIL PROTECTED] wrote: On Jan 14, 2008 2:00 PM, Nick Heudecker [EMAIL PROTECTED] wrote: Looks like I'm going, probably to talk about Wicket. Ah, so you'll

Re: Custom logging system conflict with restoring sessions

2008-01-08 Thread Nick Heudecker
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Nick Heudecker Professional Wicket Training Consulting http://www.systemmobile.com Eventful - Intelligent Event Management http://www.eventfulhq.com

Re: DatePicker NaN

2008-01-03 Thread Nick Heudecker
, the datepicker is full of NaNs. I checked wicket-date.js and it looks like it doesn't check for NaNs.. Thanks for your time! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Nick

Re: Beyond Wicket:Firefox and Gmail Users (Any Browser Crash Noticed Lately)

2007-11-20 Thread Nick Heudecker
an upgrade in Gmail Anyone experiencing somthing like this? thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Nick Heudecker Professional Wicket Training Consulting

Re: Matt Raible's ApacheCon presentation

2007-11-15 Thread Nick Heudecker
-Raible%27s-ApacheCon-presentation-tf4815955.html#a13780519 Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Nick

Re: data tables and debugging session serialization

2007-11-13 Thread Nick Heudecker
please unsubscribe :) On Nov 13, 2007 8:59 AM, Evan Chooly [EMAIL PROTECTED] wrote: I'm having some strange behavior with a DataTable and the back button. When I back up to the page with the DT, it rerenders fine, but all my object state is gone. I click a link and the object is there but

Re: Add fields Dynamically

2007-11-13 Thread Nick Heudecker
file with the fields Is there a way to do this? Thank you Marco -- Scott Swank reformed mathematician - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Nick

Re: CheckGroup not selecting according to model

2007-11-13 Thread Nick Heudecker
-tf4801412.html#a13737526 Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Nick Heudecker Professional Wicket

Re: Problem with DefaultDataTable filtering?

2007-11-12 Thread Nick Heudecker
Found the problem - I had two FilterToolbars associated with the same FilterForm. The second FilterToolbar was clobbering the value set by the first. Removing the second FilterToolbar corrected the problem. On Nov 12, 2007 7:34 PM, Nick Heudecker [EMAIL PROTECTED] wrote: Since updating

Re: eHour migrated to Wicket

2007-11-07 Thread Nick Heudecker
Good looking app. What kinds of lessons did you learn in the migration? It would be interesting to collect them into a wiki page. -- Nick Heudecker Professional Wicket Training Consulting http://www.systemmobile.com Eventful - Intelligent Event Management http://www.eventfulhq.com

Re: Getting started with Wicket getting even easier?

2007-11-06 Thread Nick Heudecker
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Nick Heudecker Professional Wicket Training Consulting http://www.systemmobile.com Eventful - Intelligent Event Management http://www.eventfulhq.com

[ANNOUNCE] Eventful Launches

2007-11-05 Thread Nick Heudecker
, JasperReports and several other frameworks. Feel free to contact me if you have questions about implementation. -- Nick Heudecker Professional Wicket Training Consulting http://www.systemmobile.com Eventful - Intelligent Event Management http://www.eventfulhq.com

Re: Just 1 hour to introduce Wicket (Friday)

2007-10-30 Thread Nick Heudecker
-tf4721724.html#a13499281 Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Nick Heudecker Professional Wicket

Re: [Wicket-Contrib-Scriptaculous] Effects Examples

2007-10-17 Thread Nick Heudecker
/16/07, Nick Heudecker [EMAIL PROTECTED] wrote: Hi, I'm looking for some examples using wicket-contrib-scriptaculous Effects. I looked around the examples project and didn't find anything. Specifically, I'm looking to make a panel fade out when a link inside the panel is clicked

Re: Dumb question about page transfer

2007-10-03 Thread Nick Heudecker
, nbc - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Nick Heudecker Professional Wicket Training Consulting http://www.systemmobile.com Eventful - Intelligent Event