RE: Wicket/Spring Boilerplate

2012-03-02 Thread Michael Laccetti
#2 I'm not too sure about - doesn't calling getClientInfo() cause a redirect to a temporary page to collect that information? No, this info will be extracted from the User-Agent header. The extended info like browser dimensions are extracted with the special page. So, I call

RE: Wicket/Spring Boilerplate

2012-03-01 Thread Michael Laccetti
/java/app/WebAppInitializer.java On Thu, Mar 1, 2012 at 2:07 AM, Michael Laccetti mich...@limone.me wrote: Just a quick note to folks that may be interested that I've created a Maven archetype that ties together Wicket 1.5 and Spring 3.1, along with Hibernate 4.1/JPA 2 and logback

RE: Wicket/Spring Boilerplate

2012-03-01 Thread Michael Laccetti
Michael, I have an app on wicket 1.4.x, spring 2.5.x and *non-JPA* hibernate 3.5.x. Without taking wicket or other API changes into account, can you suggest whether or even how this archetype could be helpful in migrating to 1.5/3.1/4.1 and perhaps JPA later on? I wouldn't want to migrate to

Wicket/Spring Boilerplate

2012-02-29 Thread Michael Laccetti
Just a quick note to folks that may be interested that I've created a Maven archetype that ties together Wicket 1.5 and Spring 3.1, along with Hibernate 4.1/JPA 2 and logback. It is purely annotation driven, and has no XML configuration files. Currently, users must clone the git repository

Strange Serialization Error

2011-01-30 Thread Michael Laccetti
Pastebin link to the stack: http://pastebin.com/NGzaaVTg I've done as much searching online to see if anybody else had this error, but I've come up empty. I was originally using 1.4.14 but have switched to see if 1.4.15 fixed it (nope). Anybody have any ideas? Michael

RE: Strange Serialization Error

2011-01-30 Thread Michael Laccetti
objects will to be tested on this method. On Sun, Jan 30, 2011 at 6:42 PM, Michael Laccetti mich...@limone.me wrote: Pastebin link to the stack: http://pastebin.com/NGzaaVTg I've done as much searching online to see if anybody else had this error, but I've come up empty. I was originally

Wicket Stuff - YUI Change

2009-03-03 Thread Michael Laccetti
Modified addMenuItem(String, Link) to addMenuItem(String, AbstractLink) in org.wicketstuff.yui.markup.html.menu2.YuiMenu so that an ExternalLink can be passed in. Committed as r4586 - let me know if there are any problems with this. Michael

RE: Wicket 1.3.5 behind a front-end proxy

2008-11-19 Thread Michael Laccetti
To get Apache 2.2 to proxy around Wicket, I have the following defined: IfDefine PROXY ProxyPass / http://localhost:8080/cware/ ProxyPassReverse/ http://localhost:8080/cware/ ProxyPassReverseCookieDomainlocalhost

Re: Wizard Form problems in IE

2008-06-10 Thread Michael Laccetti
wrote: No ideas, sorry. Wizard seems to be working fine for us. I'm afraid you'll have to dig deeper. Eelco - -- Michael Laccetti (416)558-9718 S2G Limited http://www.s2g.ca/ -- View this message in context: http

Re: Wizard Form problems in IE

2008-06-10 Thread Michael Laccetti
: If you are working on wicket 1.2, nested forms are not supported by Wicket. This is only 1.3 or newer. Martijn - -- Michael Laccetti (416)558-9718 S2G Limited http://www.s2g.ca/ -- View this message in context: http

FileUploadField, CSS, and empty form values

2008-06-09 Thread Michael Laccetti
the form, even though the field seems to be populated in the browser, the value doesn't make it to the form itself. Is there some magic required to get the field value to actually populate in the form? - -- Michael Laccetti (416)558-9718 S2G Limited

Re: FileUploadField, CSS, and empty form values

2008-06-09 Thread Michael Laccetti
. Though my CSS issues are still there, but that has nothing to do with Wicket itself. Nino.Martinez wrote: I'd suggest to use firebug to check if it actually works. There is no magic in this at least..:) - -- Michael Laccetti (416)558-9718 S2G Limited

Re: FileUploadField, CSS, and empty form values

2008-06-09 Thread Michael Laccetti
file upload field: http://www.nihilist.ca/images/file_upload_css.jpg Nino.Martinez wrote: Ahh, yeah I remember something about that... Great to hear that you got it working. Whats the CSS issue(I've been thinking of doing a nice fileupload myself)? - -- Michael Laccetti

Wizard Form problems in IE

2008-06-05 Thread Michael Laccetti
logging, to see if anything was amiss, but cannot find any mention of a problem. I added breakpoints in the code to the next button's on click method, but it doesn't seem to get triggered. Any ideas? Mike - -- Michael Laccetti (416)558-9718 S2G Limited

Dynamic Wizards

2008-04-20 Thread Michael Laccetti
Quick question about the dynamic wizard: is passing in the model via constructor the only way to share a model between model steps? Mike - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: ReCaptcha Panel

2008-04-14 Thread Michael Laccetti
NOTE: this library has a dependency lib. You can download it here: http://code.google.com/p/recaptcha/downloads/list Obviously, you just need the lib for java. - -- Michael Laccetti (416)558-9718 S2G Limited

Integrating Wicket and Jersey

2008-04-09 Thread Michael Laccetti
, but no go. Mike - -- Michael Laccetti (416)558-9718 S2G Limited http://www.s2g.ca/ -- View this message in context: http://www.nabble.com/Integrating-Wicket-and-Jersey-tp16595984p16595984.html Sent from the Wicket - User

Re: Integrating Wicket and Jersey

2008-04-09 Thread Michael Laccetti
Ah, that's good news. Appreciate the info. Mike igor.vaynberg wrote: you can make both to /* wicket is a filter, so if it thinks it cant handle the url it will let it fall through at which point jersey will have a try -igor - -- Michael Laccetti

Re: Wicket and Existing Strut application

2008-04-08 Thread Michael Laccetti
in size. Is there any pointer to migrate page by page or section by section? (2 web app existing at the same time and behaving as a single web app) Thank you in advance - -- Michael Laccetti (416)558-9718 S2G Limited

CSS not working

2008-04-08 Thread Michael Laccetti
. Mike - -- Michael Laccetti (416)558-9718 S2G Limited http://www.s2g.ca/ -- View this message in context: http://www.nabble.com/CSS-not-working-tp16560405p16560405.html Sent from the Wicket - User mailing list archive

RE: CSS not working

2008-04-08 Thread Michael Laccetti
tried using wicket:link around your link tag for your CSS?\par \par On Tue, Apr 8, 2008 at 11:22 AM, Michael Laccetti [EMAIL PROTECTED] wrote:\par \par For some reason the CSS links that I have embedded in my HTML are not\par working. The HTML validates perfectly, the CSS URL is available

Re: CSS not working

2008-04-08 Thread Michael Laccetti
Would you believe it but it was AdblockPlus blocking access to the CSS? Ugh. I blew the last eight hours on this. Thanks for the help. :) jwcarman wrote: Have you tried using wicket:link around your link tag for your CSS? - -- Michael Laccetti (416

RE: [wicket-contrib] TinyMCE Hackery

2007-11-28 Thread Michael Laccetti
updated servlet version to 2.4? Frank On Nov 28, 2007 8:21 AM, Michael Laccetti [EMAIL PROTECTED] wrote: Okay, I've committed my changes; they are r3303 if I remember correctly. I pushed it to a Maven repository that I run until I can figure out how to get them to the wicketstuff repo (if I

Re: [wicket-contrib] TinyMCE Hackery

2007-11-28 Thread Michael Laccetti
Okay, I have made the modifications, committed, and pushed a new snapshot to the Maven repo. Frank Bille-2 wrote: On Nov 28, 2007 4:26 PM, Michael Laccetti [EMAIL PROTECTED] wrote: Okay, I will switch from -rc1 to SNAPSHOT. Regarding servlet 2.4, I mistakenly thought

RE: [wicket-contrib] TinyMCE Hackery

2007-11-28 Thread Michael Laccetti
Either way the CodeOgre one isn't going to go away, as it is where the Jazzy plugin will be fed from. --- Michael Laccetti (416)558-9718 S2G Limited http://www.s2g.ca/ --- -Original Message- From: [EMAIL PROTECTED] [mailto

[wicket-contrib] TinyMCE Hackery

2007-11-27 Thread Michael Laccetti
I've done some work on the TinyMCE project to get it to compile, since it currently does not do so straight out of subversion. Two questions: is it okay for me to commit the changes, and would it be possible to push this to the wicketstuff Maven repo? (If it is not, I have a publically

RE: [wicket-contrib] TinyMCE Hackery

2007-11-27 Thread Michael Laccetti
On Nov 27, 2007 9:09 PM, Michael Laccetti [EMAIL PROTECTED] wrote: I've done some work on the TinyMCE project to get it to compile, since it currently does not do so straight out of subversion. Two questions: is it okay for me to commit the changes, and would it be possible to push

Re: RepeatingView and AJAX

2007-11-22 Thread Michael Laccetti
is not being updated with the values when the AJAX event occurs. If that is resolved, then I should be able to find out how to propagate the values after a repaint. - -- Michael Laccetti (416)558-9718 S2G Limited http://www.s2g.ca

RepeatingView and AJAX

2007-11-21 Thread Michael Laccetti
This is a reasonably complex issue, so I'll apologize up front if I fail at explaining what seems to be wrong, and what I actually want to work. I have created a simple Wicket app to demonstrate what I talk about that is available here: http://www.laccetti.com/rdm/wicket-ajax-problem.zip I

Re: wicket-contrib Access

2007-11-16 Thread Michael Laccetti
Eelco Hillenius wrote: If you give us your sourceforge id, we can give you commit rights. You'll have to team up with whoever else is maintaining that package though; don't just go in and break the whole thing ;-) Eelco My SF ID is nihilisticz. I promise to play nice. :)

wicket-contrib Access

2007-11-15 Thread Michael Laccetti
I've been working with the TinyMCE package, and would like to update it (both in Subversion and the Maven repo) to bring it in line with wicket 1.3 (rc1). It seems to have languished without any love for a few months. Is this possible/feasible?

Re: Matt Raible's ApacheCon presentation

2007-11-15 Thread Michael Laccetti
John Krasnay wrote: To me this is the biggest con. I've worked with a number of Java devs who have trouble grokking anonymous inner classes, which you must know cold to be effective with Wicket. Quite a con indeed. Wicket is not a framework that most people new to Java/OO can easily jump

Re: Example source code?

2007-10-10 Thread Michael Laccetti
Yes, we had a nice argument about that on IRC yesterday. :) Igor Vaynberg wrote: my suggestion is to learn how to use svn :) -igor On 10/9/07, Neil B. Cohen [EMAIL PROTECTED] wrote: Is there a link where I can download sample wicket source code? Like for the Wicket Phone book example? I

Re: new class reloading solution JavaRebel

2007-10-10 Thread Michael Laccetti
Somebody posted the link in IRC - apparently it doesn't play nicely with Wicket. Mike Igor Vaynberg wrote: martijn, would you like to put the request in for us? -igor On 10/10/07, ekabanov [EMAIL PROTECTED] wrote: Matthijs Wensveen-2 wrote: Looks promising. A lot of people here

Re: AjaxFormChoiceComponentUpdatingBehavior doesn´t get event

2007-10-09 Thread Michael Laccetti
I suspect you need to do AjaxFormChoiceComponentUpdatingBehavior(onchange) { ... } or something similar. Mike SantiagoA wrote: I added an AjaxFormChoiceComponentUpdatingBehavior to my radioGroup. I thought it would handle the event, when a RadioButton is clicked. But when i click on a

AJAX and Form Fields

2007-10-05 Thread Michael Laccetti
Is there a way to retain contents of a form when the fields are repainted by AJAX (to hide/unhide new fields, etc/.)? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

FormComponentPanel and Validators

2007-10-04 Thread Michael Laccetti
I've created a FormComponentPanel that wraps three text fields, to mimic a phone number. I created a custom validator, which I have added to the panel. When I submit the form, the validator does not seem to be fired. If I attach the validator to another form component, it fires without a

Re: FormComponentPanel and Validators

2007-10-04 Thread Michael Laccetti
replaced with setModelValue(), and just not reflected in the JavaDoc? Mike Michael Laccetti wrote: I've created a FormComponentPanel that wraps three text fields, to mimic a phone number. I created a custom validator, which I have added to the panel. When I submit the form, the validator does

Re: FormComponentPanel and Validators

2007-10-04 Thread Michael Laccetti
I am using 1.3.0-beta2 - I popped open FormComponent in Eclipse and it doesn't seem to exist. Do I have a versioning issue? Igor Vaynberg wrote: setconvertedinput() is still there. it is public final void on the formcomponent. -igor

Re: FormComponentPanel and Validators

2007-10-04 Thread Michael Laccetti
Yeah, trunk JavaDoc, 1.3b2 code. I'll seek to keep the two sync'd in future. Thx. Igor Vaynberg wrote: what javadoc are you looking at? The one online is based on trunk -igor - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: More on Wicket/Hibernate...

2007-10-04 Thread Michael Laccetti
If you are using Spring, you may be interested in a Servlet Filter that supports opening/closing sessions on a per-request basis: http://static.springframework.org/spring/docs/2.0.x/api/org/springframework/orm/jpa/support/OpenEntityManagerInViewFilter.html Mike Neil B. Cohen wrote: I suspect

Re: More on Wicket/Hibernate...

2007-10-04 Thread Michael Laccetti
I'm not sure if Spring is something that really requires much learning - More than anything it is a good way of tying together a bunch of disparate frameworks for use together. Neil B. Cohen wrote: Michael Laccetti wrote: If you are using Spring, you may be interested in a Servlet Filter