Hiring a full-time telecommuting wicket engineer

2009-09-24 Thread Clint Popetz
hours of my time zone (GMT -0500) for my sanity when training you on the source base. Thanks! -Clint -- Clint Popetz http://42lines.net Scalable Web Application Development - To unsubscribe, e-mail: users-unsubscr

Seeking a full time wicket engineer

2010-01-16 Thread Clint Popetz
dot net. Thanks! -Clint -- Clint Popetz http://42lines.net Scalable Web Application Development

Re: Submitting form via Ajax isn't working

2009-04-19 Thread Clint Popetz
All looks good to me, my guess is that you aren't entering in a name, and so you're failing validation, but you haven't implemented onError to add the feedback panel to the target in that case. Also, your feedback panel probably needs setOutputMarkupId(true) to be of any use, given that you're

Re: Clickably Selectable DIVs

2009-04-22 Thread Clint Popetz
You can add an AttributeModifier to the wicket component representing your div, which picks the correct attribute based on the model, and add the divs to the target in your AjaxFallbackLink.onClick(). -Clint On Wed, Apr 22, 2009 at 12:52 PM, Dane Laverty danelave...@chemeketa.edu wrote: I'm

unsubcribe

2009-05-05 Thread Clint Popetz
unsubscribe - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: unsubcribe

2009-05-05 Thread Clint Popetz
Oh, the shame. My only excuse is that the drugs for a sickness were stronger than expected, and I shouldn't have been typing then (or now, likely.) My apologies nonetheless. -Clint On Tue, May 5, 2009 at 3:08 PM, Clint Popetz cpop...@gmail.com wrote: unsubscribe

Re: Form Submit with non-serializable Model

2009-05-09 Thread Clint Popetz
User(); return user; and it should work. -Clint -- Clint Popetz 42 Lines Inc. http://42lines.net Scalable Web Application Development - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e

Re: TabbedPanel problem

2009-05-10 Thread Clint Popetz
- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Clint Popetz http://42lines.net Scalable Web Application Development - To unsubscribe, e-mail: users

Re: TabbedPanel problem

2009-05-10 Thread Clint Popetz
this message wicket is properly configured and running);   } as I have used Refactor to rename HomePage to Index. Soyou think this might be the problem? tm Clint Popetz  wrote / napísal(a): It looks like you are using the standard wicket quickstart archetype, and you've changed the HomePage

Re: TextField in ListView

2009-05-11 Thread Clint Popetz
-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Clint Popetz http://42lines.net Scalable Web Application Development - To unsubscribe, e-mail: users-unsubscr

Re: System test for a Wicket based web application. Do you do it? How?

2009-05-12 Thread Clint Popetz
commands, e-mail: users-h...@wicket.apache.org -- Clint Popetz http://42lines.net Scalable Web Application Development - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: Fast, easy and friendly ORM (Alternative to Hibernate or JPA)

2009-05-13 Thread Clint Popetz
/ - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Clint Popetz http://42lines.net Scalable Web Application Development - To unsubscribe, e-mail: users

Re: Component creation and initialization

2009-05-15 Thread Clint Popetz
...@wicket.apache.org -- Clint Popetz http://42lines.net Scalable Web Application Development - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Component creation and initialization

2009-05-15 Thread Clint Popetz
On Fri, May 15, 2009 at 10:24 AM, Jeremy Thomerson jer...@wickettraining.com wrote:  Interestingly, in the long-standing defacto article on asking smart questions, the very first thing it says to do is to search the forums [1]. FWIW, I did search the list, before posting. I found a lot of

Re: FeedbackPanel custom title Please fix the following:

2009-05-16 Thread Clint Popetz
? Thanks for any suggestions! -- Clint Popetz http://42lines.net Scalable Web Application Development - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: FeedbackPanel custom title Please fix the following:

2009-05-16 Thread Clint Popetz
Oh, and remember to setOutputMarkupId(true) on the label and the feedback panel if you're adding messages by ajax. -Clint On Sat, May 16, 2009 at 5:04 PM, Clint Popetz cl...@42lines.net wrote: There are many ways to accomplish this.  You can subclass it, or you can add a label above

Re: Submit form using timer

2009-05-18 Thread Clint Popetz
there any other way other then using abstractajaxtimebehaviour because i don't want to use ajax in that form ?? thanks AnanthaKumaran -- Clint Popetz http://42lines.net Scalable Web Application Development - To unsubscribe, e-mail

Re: How to validate unique constraint?

2009-05-19 Thread Clint Popetz
-- Clint Popetz http://42lines.net Scalable Web Application Development - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Getting a encoded URL for sending a BookmarkablePageLink through e-mail

2009-05-20 Thread Clint Popetz
(Fully escaped: + fullyEscaped); Any ideas on how I could solve this? Best regards, Kent - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Clint

Re: Getting a encoded URL for sending a BookmarkablePageLink through e-mail

2009-05-20 Thread Clint Popetz
it executed in the tx, and return the params as strings to wicket for encoding in the URL. -Clint -- Clint Popetz http://42lines.net Scalable Web Application Development On Wed, May 20, 2009 at 12:10 PM, Kent Larsson kent.lars...@gmail.com wrote: I have a follow up question, a harder one. I want

Re: Separating Development and Deployment

2009-05-20 Thread Clint Popetz
application: http://svn.carmanconsulting.com/public/wicket-advanced/trunk I did a combination of maven profiles and Spring's PropertyPlaceholderConfigurer.  If you're not using Spring, it won't help, but if you are, it might be interesting to you. On Wed, May 20, 2009 at 12:59 PM, Clint Popetz

Re: Separating Development and Deployment

2009-05-20 Thread Clint Popetz
to manually change them in the pom.xml when I want to change from deployment to development. -- Clint Popetz http://42lines.net Scalable Web Application Development - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: How to validate unique constraint?

2009-05-22 Thread Clint Popetz
. In particular I'm interested in whether it's worth contributing it to wicketstuff. -Clint 2009/5/19 Dorothée Giernoth dorothee.giern...@kds-kg.de: I would find this very useful! So a contribution to wicket-stuff would be awesome. Thnx. - dg -Ursprüngliche Nachricht- Von: Clint Popetz

Re: File names of dynamic web resources

2009-05-25 Thread Clint Popetz
? -- Clint Popetz http://42lines.net Scalable Web Application Development

Re: DataTables and Cell Color

2009-05-25 Thread Clint Popetz
___ Daniel Ore -- Clint Popetz http://42lines.net Scalable Web Application Development

Last call job opening: Senior Java Engineer with wicket experience

2009-05-27 Thread Clint Popetz
. -- Clint Popetz http://42lines.net Scalable Web Application Development

Re: Mocking out component.setResponsePage

2009-05-29 Thread Clint Popetz
- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Clint Popetz http://42lines.net Scalable Web Application Development

Re: Mocking out component.setResponsePage

2009-05-29 Thread Clint Popetz
a routine to inject mock objects on any @In annotation fields in the component hierarchy.Is there a similar application I can override somewhere in the wickettester? thanks Eric On May 29, 2009, at 11:43 AM, Clint Popetz wrote: Hi Eric :) Override WicketApplication.newRequestCycle