Re: When to use InjectorHolder

2010-05-03 Thread Ryan Gravener
Not sure wicket-guice works with injectorholder. If you are not extending component, then you should pass the service to the constructor. Sent from my Incredible. On Mon, May 3, 2010 at 10:58 PM, Douglas Ferguson doug...@douglasferguson.us wrote: Do I need to use InjectorHolder when using

Re: [OT] Wicket App Hosting

2010-02-24 Thread Ryan Gravener
I use prgmr.com, cheap and more reliable than rackspace :) Sent from my nexus one. On Wed, Feb 24, 2010 at 8:42 PM, s...@sambarrow.com wrote: Linode. Best vps provider I've ever had by far, never had any problems at all. Very good prices too. --Original Message-- From: Mauro

Re: Google analytics on home page slowing down access

2010-01-08 Thread Ryan Gravener
Yea, that code should be at the bottom of the page. Ryan Gravener http://bit.ly/no_word_docs On Fri, Jan 8, 2010 at 9:06 AM, Loritsch, Berin C. berin.lorit...@gd-ais.com wrote: Just an FYI, the call to google-analytics on the Wicket home page is causing the site to crawl as I have to wait

Re: Strong Password Validation using Ajax (with Fallback)

2009-10-16 Thread Ryan Gravener
I don't think you want to validate passwords by sending them to the server multiple times. Ryan Gravener http://bit.ly/no_word_docs On Fri, Oct 16, 2009 at 2:31 PM, Bernhard Grünewaldt bernh...@gruenewaldt.net wrote: Hello, Is there such a thing as a Strong Password Validator? I found

Re: self-recursive panel

2009-10-08 Thread Ryan Gravener
http://wicketstuff.org/wicket13/nested/ Ryan Gravener http://bit.ly/no_word_docs On Thu, Oct 8, 2009 at 5:44 PM, Eelco Hillenius eelco.hillen...@gmail.com wrote: I was not aware of the nested example in wicket-examples. Unfortunately, http://www.wicket-library.com/wicket-examples/nested

Re: iPhone webapp support?

2009-10-06 Thread Ryan Gravener
use iui. Ryan Gravener http://bit.ly/no_word_docs On Tue, Oct 6, 2009 at 5:33 PM, Wilhelmsen Tor Iver toriv...@arrive.no wrote: Are people still making fun of your huge nokia? ;-) ... or the side-talking 1st gen nGage :P (parodied a lot here: http://www.sidetalkin.com/photos.html

Re: vps hosting for wicket app

2009-10-06 Thread Ryan Gravener
I used to use slicehost but switched to prgmr since it was cheaper and had less outages believe it or not. Ryan Gravener http://bit.ly/no_word_docs On Wed, Oct 7, 2009 at 12:13 AM, Jan Kriesten kries...@mail.footprint.de wrote: Hi, I'm always surprised, how expensive hosting

Re: User name validation - how to check database to find if a name has already been taken?

2009-09-25 Thread Ryan Gravener
can handle and present. Ryan Gravener http://bit.ly/no_word_docs On Fri, Sep 25, 2009 at 11:58 AM, Paul Huang paulhuan...@gmail.com wrote: Hello, I would like to get your suggestion about how to validate a user name input by checking if the name has already been taken (exists in the back

Re: Full integration Wicket - Blazeds. Is it possible?

2009-08-19 Thread Ryan Gravener
Make your own filter and implement these methods this way: http://pastie.org/588344 Ryan Gravener http://bit.ly/no_word_docs On Mon, May 4, 2009 at 1:01 PM, Fernando Wermusfernando.wer...@gmail.com wrote: Hi all,     I am working with flex and wicket and I would like to get a full

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

2009-06-18 Thread Ryan Gravener
http://instantcrickets.com Ryan Gravener http://bit.ly/no_word_docs On Thu, Jun 18, 2009 at 7:12 PM, Nick Heudecker nheudec...@gmail.comwrote: JDeveloper? *crickets* :) -- Nick Heudecker Professional Wicket Training Consulting http://www.systemmobile.com

Re: file upload

2009-06-02 Thread Ryan Gravener
Not sure what the wicket default is but you may want to do in your application: getApplicationSettings().setDefaultMaximumUploadSize(Bytes.megabytes(100)); On Tue, Jun 2, 2009 at 12:37 PM, Igor Vaynberg igor.vaynb...@gmail.comwrote: wicket file upload will do just fine. -igor On Tue, Jun

Re: can't build Elephas

2009-06-01 Thread Ryan Gravener
It's unlikely the SNAPSHOT for surefire will linger around. Change that to 2.4.3 Ryan Gravener http://isithotinhereorisitjust.me | http://twitter.com/ryangravener On Mon, Jun 1, 2009 at 2:47 PM, danisevsky danisev...@gmail.com wrote: hi, I would like to try Elephas but I can't build

Re: Wicket Quickstart vs WIA eclipse projects: why so different?

2009-05-29 Thread Ryan Gravener
Yes, that is the real students dream. mvn eclipse:eclipse On Fri, May 29, 2009 at 5:51 PM, Igor Vaynberg igor.vaynb...@gmail.comwrote: why dont you just start the project from eclipse directly using the Start class, that way you get debug and hotswap - which should be the real student's

Re: Expired sign in link after signing out

2009-05-26 Thread Ryan Gravener
add(new BookmarkablePageLink(signin, SigninPage.class)); Ryan Gravener http://isithotinhereorisitjust.me | http://twitter.com/ryangravener On Tue, May 26, 2009 at 6:32 PM, Tim Moose hungl...@gmail.com wrote: Hi, This seems like a FAQ but I couldn't find it. All of my pages have a common

Re: Wicket Offline Applications

2009-05-01 Thread Ryan Gravener
I would just make an adobe air application for offline use. Ryan Gravener http://isithotinhereorisitjust.me | http://twitter.com/ryangravener On Fri, May 1, 2009 at 10:53 AM, Jeremy Thomerson jer...@wickettraining.com wrote: I haven't looked into Gears at great length, but I think you may

Re: Weird DatePicker / DateTextField off by one hour

2009-04-30 Thread Ryan Gravener
What version of wicket, what timezone? - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Weird DatePicker / DateTextField off by one hour

2009-04-30 Thread Ryan Gravener
https://issues.apache.org/jira/browse/WICKET-1314 Ryan Gravener http://isithotinhereorisitjust.me | http://twitter.com/ryangravener On Thu, Apr 30, 2009 at 11:28 AM, Ryan Gravener r...@ryangravener.comwrote: What version of wicket, what timezone?

Re: @SSLRequired

2009-04-17 Thread Ryan Gravener
maybe this is of use: http://cwiki.apache.org/WICKET/how-to-switch-to-ssl-mode.html Ryan Gravener http://ryangravener.com/flex | http://twitter.com/ryangravener On Fri, Apr 17, 2009 at 10:48 AM, Douglas Ferguson doug...@douglasferguson.us wrote: I'm implement an SSL scheme using annotations

Re: @SSLRequired

2009-04-17 Thread Ryan Gravener
How about just having apache httpd rewrite the http(s) for the pages you need? I haven't yet did our ssl implementation, but I know that I don't want the logic in wicket. Ryan Gravener http://ryangravener.com/flex | http://twitter.com/ryangravener On Fri, Apr 17, 2009 at 11:27 AM, Douglas

Re: iLearn Wicket - Please reply with your feedback

2009-04-13 Thread Ryan Gravener
I use jetty everywhere. Ryan Gravener http://ryangravener.com/flex | http://twitter.com/ryangravener On Mon, Apr 13, 2009 at 12:49 PM, James Carman jcar...@carmanconsulting.com wrote: On Mon, Apr 13, 2009 at 12:47 PM, Chenini, Mohamed mchen...@geico.com wrote: Hi, I think that Wicket

Re: Updating form components in list view

2009-04-06 Thread Ryan Gravener
have you tried ListView#setReuseItems(true) ? Ryan Gravener http://ryangravener.com/flex | http://twitter.com/ryangravener On Mon, Apr 6, 2009 at 4:57 PM, Jeff Palmer jpal...@citytechinc.com wrote: I have a list view that has some form components (a checkbox and a RadioChoice). All

Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-02 Thread Ryan Gravener
Someone needs to start a facebook group and protest this change. Ryan Gravener http://ryangravener.com/flex | http://twitter.com/ryangravener On Thu, Apr 2, 2009 at 2:14 PM, James Carman jcar...@carmanconsulting.comwrote: On Thu, Apr 2, 2009 at 2:11 PM, Philippe Marschall kus...@gmx.net wrote

Re: VOTE: Rename Apache Wicket to Apache WicketFX

2009-04-01 Thread Ryan Gravener
- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Ryan Gravener http://ryangravener.com

Re: Start Wicket project with Spring and Hibernate

2009-03-31 Thread Ryan Gravener
Should be good. http://code.google.com/p/wicket-flex-blazeds/source/browse/trunk/myproject-core/pom.xml Ryan Gravener http://ryangravener.com/flex | http://twitter.com/ryangravener On Tue, Mar 31, 2009 at 10:45 AM, HHB hubaghd...@yahoo.ca wrote: Hey, Our new Wicket application

Re: The ServerSide Java Symposium

2009-03-20 Thread Ryan Gravener
Send him a tweet: http://twitter.com/kinabalu Ryan Gravener http://ryangravener.com/flex | http://twitter.com/ryangravener On Fri, Mar 20, 2009 at 12:49 PM, Scott Swank scott.sw...@gmail.com wrote: http://javasymposium.techtarget.com/html/frameworks.html#ALombardiWicket On Fri, Mar 20

Re: Wicket + Resin, Content-Length Header Issue

2009-03-10 Thread Ryan Gravener
resin is failing to compress the file. Ryan Gravener http://ryangravener.com/flex | http://twitter.com/ryangravener On Tue, Mar 10, 2009 at 9:51 AM, Seth Green seth.m.gr...@gmail.com wrote: I'm running wicket (1.2.6) on both Jetty and Resin (3.0.25). Everything appears to work correctly

Re: PageExpiredException

2009-03-09 Thread Ryan Gravener
I would double check that all your classes implement Serializable. Ryan Gravener http://ryangravener.com/flex | http://twitter.com/ryangravener On Mon, Mar 9, 2009 at 10:39 AM, Douglas Ferguson doug...@douglasferguson.us wrote: I get a PageExpiredException periodically and I'm having

Re: How to place form in own public class for extending

2009-02-11 Thread Ryan Gravener
I usually make a panel, add the form to the panel and write up the form in the panel's markup. http://wicketstuff.org/wicket13/signin/?wicket:bookmarkablePage=:org.apache.wicket.examples.signin.SignIn Ryan Gravener http://ryangravener.com/flex | http://twitter.com/ryangravener On Wed, Feb 11

Re: Auto-Complete TextField for selecting multiple values

2009-02-10 Thread Ryan Gravener
I'll implement the first one in due time. It is not as fluid as i would hope though. http://ryangravener.com/flex | http://twitter.com/ryangravener On Tue, Feb 10, 2009 at 11:01 AM, Azzeddine Daddah waarhei...@gmail.comwrote: Hi guys, Does somebody knows if there is already such a Wicket

Re: Browser auto form filling

2009-02-06 Thread Ryan Gravener
Override getInputName() Ryan Gravener http://ryangravener.com/flex | http://twitter.com/ryangravener On Fri, Feb 6, 2009 at 7:39 AM, John Patterson jdp2...@gmail.com wrote: Hi, I use generated forms for a Contact Us page and have noticed that my email address is not automatically filled

Re: making a HTTP request directly in Wicket

2009-02-05 Thread Ryan Gravener
I would use: http://hc.apache.org/httpclient-3.x/ Ryan Gravener http://ryangravener.com/flex | http://twitter.com/ryangravener On Thu, Feb 5, 2009 at 7:45 AM, Steve Swinsburg s.swinsb...@lancaster.ac.uk wrote: Hi all, just wondering if there is any API in Wicket that wraps up making a HTTP

Re: [OT] Java hosting USB stick deployment

2009-02-05 Thread Ryan Gravener
://www.eventfulhq.com -- Ryan Gravener http://ryangravener.com/flex | http://twitter.com/ryangravener - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: GMap2: development mode + putting maps in a Panel = Google Maps broken

2009-02-03 Thread Ryan Gravener
Are your wicket tags being stripped? Is ajax debug mode disabled? Ryan Gravener http://ryangravener.com/flex | http://twitter.com/ryangravener On Tue, Feb 3, 2009 at 8:16 PM, Fabrizio Giudici fabrizio.giud...@tidalwave.it wrote: Hi. I've seen a strange error in GMap2 - as I've a very

Re: Getting data from applet

2009-01-27 Thread Ryan Gravener
Here is how I accept files from my flex applications: http://pastie.org/372242 java http://pastie.org/372243 html

Re: [OT] wicket users around the world

2008-12-15 Thread Ryan Gravener
New York, NY Ryan Gravener http://ryangravener.com/flex | http://twitter.com/ryangravener On Mon, Dec 15, 2008 at 5:50 PM, Jeremy Levy jel...@gmail.com wrote: New York, NY On Mon, Dec 15, 2008 at 12:55 PM, dtoffe dto...@yahoo.com.ar wrote: Heh +10, seems pretty interesting

Re: Sample App w/ Wicket

2008-11-12 Thread Ryan Gravener
www.databinder.net is a good start (5+ examples). also wicket-phonebook is useful: http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-phonebook On Nov 12, 2008, at 12:49 PM, akahn wrote: I'm new to Wicket and am interested in developing a small, 4-page web app. Can anyone point me

Re: Changing WicketRuntimeException output

2008-10-29 Thread Ryan Gravener
Create your own RequestCycle and in the onRuntimeException(Page page, RuntimeException e) do this. Ryan Gravener http://ryangravener.com/flex | http://twitter.com/ryangravener On Wed, Oct 29, 2008 at 11:27 AM, Dane Laverty [EMAIL PROTECTED]wrote: I would like to make it so that whenever

Re: birthday dropdown with month/leap year variances

2008-10-27 Thread Ryan Gravener
A simple way would be to use http://wicketstuff.org/wicket13/dates/ with the settings used on http://developer.yahoo.com/yui/examples/calendar/calnavigator.html Ryan Gravener http://ryangravener.com/flex | http://twitter.com/ryangravener On Mon, Oct 27, 2008 at 12:08 PM, Steve Swinsburg [EMAIL

Re: A wicket gathering?

2008-10-14 Thread Ryan Gravener
NYC since all the Europeans can probably afford it :) Ryan Gravener http://twitter.com/ryangravener On Tue, Oct 14, 2008 at 2:09 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Hehe, always the names, Jonathan. But yeah something like it.. Jonathan Locke wrote

Re: A wicket gathering?

2008-10-14 Thread Ryan Gravener
No, I live closer to Philadelphia and was compromising with New York :) Ryan Gravener http://twitter.com/ryangravener On Tue, Oct 14, 2008 at 2:31 AM, Igor Vaynberg [EMAIL PROTECTED]wrote: isnt that where you live? :) -igor On Mon, Oct 13, 2008 at 11:18 PM, Ryan Gravener [EMAIL PROTECTED

Re: WebPage constructor

2008-10-14 Thread Ryan Gravener
Johan, I don't think a bookmarkable page will always be instantiated because of the diskpagestore. Ryan Gravener http://twitter.com/ryangravener On Tue, Oct 14, 2008 at 6:56 PM, Johan Compagner [EMAIL PROTECTED]wrote: Only when you have a bookmarkable url (or home page) and you press refresh

Re: Form model update with ajax using AutoCompleteTextField

2008-10-13 Thread Ryan Gravener
-AutoCompleteTextField-tp19954381p19954381.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] -- Ryan Gravener http

Re: force page reload

2008-10-07 Thread Ryan Gravener
Just throwing this out there: http://wicketstuff.org/wicket13doc/org/apache/wicket/Page.html#setStatelessHint(boolean) Perhaps that may work. Ryan Gravener http://twitter.com/ryangravener On Tue, Oct 7, 2008 at 12:02 PM, francisco treacy [EMAIL PROTECTED] wrote: as it is kind

Re: Newbie Question, Very Basic Model Use

2008-10-06 Thread Ryan Gravener
archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Ryan Gravener http://twitter.com/ryangravener

Re: How to expose regular exception message in FeedbackPanel?

2008-10-06 Thread Ryan Gravener
In your catch clause in onsubmit, call error(e.getMessage()) Ryan Gravener http://twitter.com/ryangravener On Mon, Oct 6, 2008 at 2:32 PM, Seven Corners [EMAIL PROTECTED]wrote: I have a form whose submission can possibly generate exceptions. I would like to expose the exception text

Re: PageExpiredException

2008-09-17 Thread Ryan Gravener
) at org.apache.tomcat.util.threads.ThreadPool $ControlRunnable.run(ThreadPool.java:684) at java.lang.Thread.run(Thread.java:619) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Ryan Gravener

Re: head after /body

2008-09-17 Thread Ryan Gravener
] For additional commands, e-mail: [EMAIL PROTECTED] -- Ryan Gravener http://twitter.com/ryangravener

Re: wicket:message in the title

2008-09-14 Thread Ryan Gravener
in the Java - but hoping to use the .properties file. Thanks, -Luther -- Ryan Gravener http://twitter.com/ryangravener

Re: Can we have a prefix in the subject line for any emails from this mailing list?

2008-09-10 Thread Ryan Gravener
with a prefix like [wicket-user] so that I know what the email is about. Thanks. -- Ryan Gravener http://twitter.com/ryangravener

Re: Wicket merchandise take 2

2008-08-25 Thread Ryan Gravener
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Ryan Gravener http://twitter.com/ryangravener

Re: Wicket merchandise?

2008-08-20 Thread Ryan Gravener
--tp19066811p19068428.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] -- Ryan Gravener http://twitter.com

Re: Wicket and Flex integration

2008-08-12 Thread Ryan Gravener
://mientretiempo.blogspot.com/ -- Ryan Gravener http://twitter.com/ryangravener

Re: wicket + spring + jpa reference example?

2008-08-06 Thread Ryan Gravener
] -- Ryan Gravener http://twitter.com/ryangravener

Re: help me please

2008-08-05 Thread Ryan Gravener
from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Ryan Gravener http://twitter.com/ryangravener

Re: Best way to implement DataTable updatable via Ajax

2008-07-28 Thread Ryan Gravener
- User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Ryan Gravener http://twitter.com/ryangravener

Re: Best way to implement DataTable updatable via Ajax

2008-07-28 Thread Ryan Gravener
I'm sorry, gmail shortkeys did me in this time :) On Mon, Jul 28, 2008 at 5:06 PM, nanotech [EMAIL PROTECTED] wrote: Hi Ryan, Did you answer my post? i am unable to see any answer? Thanks RG Ryan Gravener-3 wrote: On Mon, Jul 28, 2008 at 3:59 PM, nanotech [EMAIL PROTECTED] wrote

Re: Best /Correct way to update DataTable via Ajax

2008-07-28 Thread Ryan Gravener
PROTECTED] -- Ryan Gravener http://twitter.com/ryangravener

Re: Another question on client IP address and HttpRequest

2008-07-24 Thread Ryan Gravener
the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Ryan Gravener http://twitter.com/ryangravener

Re: AutocompleteTextField

2008-07-18 Thread Ryan Gravener
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Ryan Gravener http://twitter.com/ryangravener

Re: DateTextField question

2008-07-15 Thread Ryan Gravener
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Ryan Gravener http://twitter.com/ryangravener - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Hiding table columns in DataViews?

2008-07-14 Thread Ryan Gravener
. - 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] -- Ryan Gravener http://twitter.com

Re: Hiding table columns in DataViews?

2008-07-14 Thread Ryan Gravener
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Gravener Sent: Monday, July 14, 2008 11:28 AM To: users@wicket.apache.org Subject: Re: Hiding table columns in DataViews? http://wicketstuff.org/wicket13/repeater/?wicket:bookmarkablePage

Re: wicket-library source code

2008-07-14 Thread Ryan Gravener
the complete source code. Regards, Steve -- Ryan Gravener http://twitter.com/ryangravener

Re: wicket-library source code

2008-07-14 Thread Ryan Gravener
the wicket source code, but the wicket-library souce code. For example http://www.wicket-library.com/wicket-examples/ajax/tree/simple.2does not contain the complete source code of the example. On Mon, Jul 14, 2008 at 11:43 PM, Ryan Gravener [EMAIL PROTECTED] wrote: http://wicket.apache.org

Re: Does Session.getClientInfo() Always Return An Instance?

2008-07-11 Thread Ryan Gravener
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Ryan Gravener http://twitter.com/ryangravener

Re: DateTextField bug : no validation and giving null to Hibernate

2008-07-10 Thread Ryan Gravener
. - 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] -- Ryan

Re: BookMarkable Home Page?

2008-06-13 Thread Ryan Gravener
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Ryan Gravener http://twitter.com/ryangravener

Re: how to pass parameters while setting page expired error page

2008-06-04 Thread Ryan Gravener
] For additional commands, e-mail: [EMAIL PROTECTED] -- Ryan Gravener http://twitter.com/ryangravener

Re: Wicket Session and non-Wicket Servlet

2008-06-03 Thread Ryan Gravener
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Ryan Gravener http://twitter.com/ryangravener

Re: ClassCastException with ListView()

2008-05-30 Thread Ryan Gravener
, e-mail: [EMAIL PROTECTED] -- Ryan Gravener http://twitter.com/ryangravener

Re: External Form target

2008-05-21 Thread Ryan Gravener
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Ryan Gravener http://twitter.com/ryangravener

Re: Password field to textField and back

2008-05-21 Thread Ryan Gravener
from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Ryan Gravener http://twitter.com/ryangravener

Re: access input-value of textfield via ajax before form-submit

2008-05-16 Thread Ryan Gravener
, in diesem Fall den Absender zu informieren und die E-Mail mit sämtlichen Anlagen dauerhaft zu löschen. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Ryan Gravener http

Re: Not rendering DataGrid if empty

2008-05-16 Thread Ryan Gravener
-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Ryan Gravener http://twitter.com/ryangravener

Re: Wicket tags and IE6

2008-05-16 Thread Ryan Gravener
commands, e-mail: [EMAIL PROTECTED] -- Ryan Gravener http://twitter.com/ryangravener

Re: Form validation and .properties

2008-05-16 Thread Ryan Gravener
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Ryan Gravener http://twitter.com/ryangravener

Re: using wicket to create dynamic chart

2008-05-15 Thread Ryan Gravener
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Ryan Gravener http://twitter.com/ryangravener

Re: Account Activation Email generation and response processing: any design example?

2008-05-15 Thread Ryan Gravener
the account is activated. Is this how it's done? Thanks for any help! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Ryan Gravener http://twitter.com/ryangravener

Re: How to use AjaxFormChoiceComponentUpdatingBehavior in Check/CheckGroup

2008-05-12 Thread Ryan Gravener
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Ryan Gravener http://twitter.com/ryangravener

Re: Reloading a Page in Wicket

2008-05-09 Thread Ryan Gravener
-in-Wicket-tp17154374p17154374.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] -- Ryan Gravener http

Re: Javascript adding input

2008-05-09 Thread Ryan Gravener
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Ryan Gravener http://twitter.com/ryangravener

Re: WicketStuff.org Is Down

2008-05-02 Thread Ryan Gravener
-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Ryan Gravener http://wmwm.us/wmwm-date

Re: Is it possible to hide /?wicket:.. from the URLs

2008-04-30 Thread Ryan Gravener
] - 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] -- Ryan Gravener http

Re: append HTML to a page ONE time

2008-04-25 Thread Ryan Gravener
the opposite of IHeaderContributor. Does anyone know of a way to handle this type of thing for a custom wicket component? Adding HTML to the bottom of the page one time even if the component is added to the page several times? Thanks for any help! -Clay -- Ryan Gravener http

Re: Wicket Auto complete text Issue

2008-04-25 Thread Ryan Gravener
final void onSubmit(final AjaxRequestTarget target) { // MODEL OBJECT RETURNS STRING RATHER THAN AN ACTOR!! this.getComponent().getModelObject(); } }); } add(actorAutoComplete); Rick -- Ryan Gravener http://wmwm.us/wmwm

Re: Internationalized error() from Page constructor

2008-04-21 Thread Ryan Gravener
the Wicket way around this one? :) -- Edvin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Ryan Gravener http://ryangravener.com

Re: DropDownChoice problem

2008-04-17 Thread Ryan Gravener
-- Ryan Gravener http://ryangravener.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: help wanted for wicket autocomplete component

2008-04-15 Thread Ryan Gravener
? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Ryan Gravener http://ryangravener.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Good example for FormComponentPanel?

2008-04-14 Thread Ryan Gravener
FormComponentPanel is the way to go: are there any good examples of this? Also, would this be the recommended approach? Thanks, Michael -- Ryan Gravener http://ryangravener.com - To unsubscribe, e-mail: [EMAIL

Re: Tomcat dying with Wicket 1.3.2 (Windows / JDK 1.5.0_10)

2008-04-11 Thread Ryan Gravener
when it gets really high. Thank you, Jeremy Thomerson -- Ryan Gravener http://ryangravener.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat dying with Wicket 1.3.2 (Windows / JDK 1.5.0_10)

2008-04-11 Thread Ryan Gravener
] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Ryan Gravener http://ryangravener.com

Re: wicket login problem

2008-04-10 Thread Ryan Gravener
a difference http://uk.promotions.yahoo.com/forgood/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Ryan Gravener http://ryangravener.com

Re: How to get wicket-SNAPSHOT?

2008-04-10 Thread Ryan Gravener
properties wicket.versionSNAPSHOT/wicket.version jetty.version6.1.7/jetty.version /properties What am I doing wrong? -- Ryan Gravener http://ryangravener.com

Re: BookmarkablePageLink Parameter order

2008-04-09 Thread Ryan Gravener
that URL like this. /page/param1/string1/param2/string2 But actual like this. /page/param2/string2/param1/string1 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Ryan

Re: Page loads too slow

2008-04-08 Thread Ryan Gravener
rule is correct or this issue will occur periodically. I don't have the opportunity to test this to be sure. -- sp -- Ryan Gravener http://ryangravener.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Request based DataProvider

2008-04-07 Thread Ryan Gravener
-tp16542297p16542297.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] -- Ryan Gravener http://ryangravener.com

Re: Render body only

2008-04-03 Thread Ryan Gravener
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Ryan Gravener http://ryangravener.com - To unsubscribe, e-mail: [EMAIL

Re: ModalWindow and Ajax?

2008-04-03 Thread Ryan Gravener
the trick in my onchange: target.appendJavascript(Wicket.Window.unloadConfirmation = false;); should it be prepended or when should it be append before the onchange event in my dropdown? As a kind of setup, I guess? Ryan Gravener wrote: Yes, append this javascript in your

Re: Setting wicket field component model via JavaScript

2008-04-02 Thread Ryan Gravener
] - 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] -- Ryan

Re: Removing the jsessionid for SEO

2008-04-02 Thread Ryan Gravener
] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Ryan Gravener http://ryangravener.com

  1   2   >