RE: making a HTTP request directly in Wicket

2009-02-05 Thread Swinsburg, Stephen
I was just going to do it in a different thread, make a void function then it can take as long as it needs without having timeouts. Might still have a timeout just in case though ;) cheers. -Original Message- From: Erik van Oosten [mailto:e.vanoos...@grons.nl] Sent: Fri 2/6/2009 5:40

RE: guys how to submit a bug to https://issues.apache.org/jira/browse/WICKET

2008-11-23 Thread Swinsburg, Stephen
You need to be logged in to Jira, or create an account if you don't have one. Then choose 'Create New Issue' in the top menu. But, I use underscores in my package names and have no problem. Perhaps you should discuss it here before you log it as an issue? What version Wicket etc? cheers.

RE: overLIB Integration...

2008-11-18 Thread Swinsburg, Stephen
I used overLIB years ago and its pretty basic. What about something like jQuery's cluetip (http://plugins.learningjquery.com/cluetip/demo/) - far more extensible and configurable. Personal preference I guess. Steve -Original Message- From: James Carman [mailto:[EMAIL PROTECTED] Sent:

RE: Reading an attribute that is set in a CSS file as a class

2008-11-16 Thread Swinsburg, Stephen
What do you need it for? Why can't you just make another class with just the attribute in it and AttributeAppender that in? -Original Message- From: egolan74 [mailto:[EMAIL PROTECTED] Sent: Sun 11/16/2008 10:42 AM To: users@wicket.apache.org Subject: RE: Reading an attribute that is se

RE: Reading an attribute that is set in a CSS file as a class

2008-11-16 Thread Swinsburg, Stephen
On your component attach an AttributeAppender or AttributeModifier, set the "class" attribute to be the name of your class. Done :) -Original Message- From: egolan74 [mailto:[EMAIL PROTECTED] Sent: Sun 11/16/2008 10:05 AM To: users@wicket.apache.org Subject: Reading an attribute that is