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, 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 Ciancio > To: Wicke

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

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 wrote: > Hello, > > Is there such a thing as a "Strong Password Validator"? > I

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 wrote: >> I was not aware of the "nested" example in wicket-examples. >> >> Unfortunately, http://www.wicket-library.com/wicket-examples

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 wrote: > > Hi, > > I'm always surprised, how expensive hosting is on the other sid

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 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/ph

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 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-en

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 Wermus wrote: > Hi all, >     I am working with flex and wicket and I would like to get a full > integration. What

Re: OT: Wicket + Blazeds debugger doesnt stop in breakpoints

2009-08-18 Thread Ryan Gravener
s in advance. > > -- > Fernando Wermus. > > http://www.linkedin.com/in/fernandowermus > -- Ryan Gravener http://bit.ly/no_word_docs - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

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 wrote: > 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 wrote: > wicket file upload will do just fine. > > -igor > > On Tue, Jun 2, 2009 at 9:29 AM,

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 wrote: > hi, I would like to try Elephas but I can't build it wit

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 wrote: > 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 dream" :) > > -igor > >

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 wrote: > Hi, > > This seems like a FAQ but I couldn't find it. All of my pages hav

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 wrote: > I haven't looked into Gears at great length, but I think you may be up > aga

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 wrote: > What version of wicket, what timezone? >

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: @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 A

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 SS

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 wrote: > On Mon, Apr 13, 2009 at 12:47 PM, Chenini, Mohamed > wrote: > > Hi, > > > > I think that Wicket Users ten

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 wrote: > I have a list view that has some form components (a checkbox and a > RadioChoice). All of the data from the Li

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 wrote: > On Thu, Apr 2, 2009 at 2:11 PM, Philippe Marschall wrote: > > Well there's a reason

Re: VOTE: Rename Apache Wicket to Apache WicketFX

2009-04-01 Thread Ryan Gravener
mands, e-mail: users-h...@wicket.apache.org >>> >>> >>> ==== >> This email/fax message is for the sole use of the intended >> recipient(s) and may contain confidential and privileged information. >> Any unauthorized review, use, disclosure or distribution of this >> email/fax is prohibited. If you are not the intended recipient, please >> destroy all paper and electronic copies of the original message. >> >> >> - >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org >> For additional commands, e-mail: users-h...@wicket.apache.org >> >> > > - > 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 wrote: > Hey, > Our new Wicket application is to be build with Spri

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 wrote: > http://javasymposium.techtarget.com/html/frameworks.html#ALombardiWicket > > > On Fri, Mar 20, 200

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 wrote: > I'm running wicket (1.2.6) on both Jetty and Resin (3.0.25). > > Everything appears to work correctly on Jett

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

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, F

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 wrote: > Hi guys, > > Does somebody knows if there is already such a Wicket lib/component wher

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 wrote: > > Hi, > > I use generated forms for a "Contact Us" page and have noticed that my > email > address is not au

Re: [OT] Java hosting & USB stick deployment

2009-02-05 Thread Ryan Gravener
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 > -- Ryan Gravener http://ryangra

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 wrote: > Hi all, > > just wondering if there is any API in Wicket that wraps up making a HTTP > POST requ

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 GM

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 wrote: > New York, NY > > On Mon, Dec 15, 2008 at 12:55 PM, dtoffe wrote: > > > > >Heh +10, seems pretty interesting in

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

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

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)

Re: A wicket gathering?

2008-10-13 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,

Re: A wicket gathering?

2008-10-13 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.. > > > Jo

Re: Form model update with ajax using AutoCompleteTextField

2008-10-13 Thread Ryan Gravener
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: 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

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

Re: Newbie Question, Very Basic Model Use

2008-10-06 Thread Ryan Gravener
s message in context: > http://www.nabble.com/Newbie-Question%2C-Very-Basic-Model-Use-tp19837933p19837933.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > - > To uns

Re: after

2008-09-17 Thread Ryan Gravener
gt; > tag after the closing tag. But wicket (1.4M3) deletes the > and the served page is > > > > > Any way to solve this? > > Stefan > > - > To unsubscribe, e-mail: [EMAIL PROTECTED

Re: PageExpiredException

2008-09-17 Thread Ryan Gravener
ssConnection(ChannelSocket.java:675) >at > org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:866) >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 http://twitter.com/ryangravener

Re: Add a * (star) to a mandatory field

2008-09-16 Thread Ryan Gravener
edIn: http://www.linkedin.com/in/egolan74 > >> > >> P Save a tree. Please don't print this e-mail unless it's really > necessary > >> > > > > ----- > > 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/ryangravener

Re: wicket:message in the title

2008-09-14 Thread Ryan Gravener
re that I can turn off all the "wicket" syntax from showing > up > on the page ... do I need to do that or is there a defined way to use the > > I could also try the Label object 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
lpful if the subject line 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
> >> ----- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > > > > -- > > -Wicket for love > > > > Nino Martinez Wael > > Java Specialist @ Jayway DK > > http://www.jayway.dk > > +45 2936 7684 > > > > > > - > > 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/ryangravener

Re: Wicket merchandise?

2008-08-20 Thread Ryan Gravener
t: > http://www.nabble.com/Wicket-merchandise--tp19066811p19068428.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands,

Re: url controlling

2008-08-14 Thread Ryan Gravener
://www.nabble.com/url-controlling-tp18990135p18990135.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/ryangravener

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

2008-08-13 Thread Ryan Gravener
7;d > > like to extend our gratitude to the MEAP readers - without you and > > your encouragements we would've given up. > > > > Limited summer discount > > > > There is a 35% discount when you buy Wicket in Action at the manning > > website before the end of August. For more details look here: > > http://manning.com/dashorst > > > > - > > 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/ryangravener

Re: Wicket and Flex integration

2008-08-12 Thread Ryan Gravener
ermus. > > > > www.linkedin.com/in/fernandowermus > > http://mientretiempo.blogspot.com/ > > > > > > -- > Fernando Wermus. > > www.linkedin.com/in/fernandowermus > http://mientretiempo.blogspot.com/ > -- Ryan Gravener http://twitter.com/ryangravener

Re: wicket + spring + jpa reference example?

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

Re: help me please

2008-08-05 Thread Ryan Gravener
he 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 /Correct way to update DataTable via Ajax

2008-07-28 Thread Ryan Gravener
contactManager.saveContact(contactPojo); > >> > >> //TODO 2::: HOW? WHERE??? > >> //If Save FAILED then GET ERROR MESSAGE > >> > >> > >> > >> // Get the saved list back > >> List contacts = contactManager.getUsers(); > >> if (first > 0) { > >> contacts = contacts.subList(first, first + count); > >> } > >> return contacts.iterator(); > >> } > >> > >> public IModel model(Object object) > >> { > >> return new ContactModel((ContactInfoPOJO)object); > >> } > >> > >> public int size() > >> { > >> return contactManager.getContacts().size(); > >> } > >> > >> } > >> > >> > >> > >> Questions: > >> 1. Is calling dataprovider again the correct approach for updating the > >> datatable? (See TODO 1 above) Can someone please suggest an alternate > >> approach? > >> 2. How do I pass the Error Object to Page's Panel from DataProvider in > >> case > >> of Unsuccessful save?(see TODo: 2 above) > >> 3. Will onError be called if I somehow plugin the error message to > >> feedback > >> Panel (See TODO: 3) > >> > >> > >> > >> > >> Thanks for reading the post. > >> > >> > > > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > View this message in context: > http://www.nabble.com/Best-way-to-implement-DataTable-updatable-via-Ajax-tp18698367p18702905.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/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: > > > &

Re: Best way to implement DataTable updatable via Ajax

2008-07-28 Thread Ryan Gravener
Is calling dataprovider again the correct approach for updating the > datatable? (See TODO 1 above) Can someone please suggest an alternate > approach? > 2. How do I pass the Error Object to Page's Panel from DataProvider in case > of Unsuccessful save?(see TODo: 2 above) > 3. Will onError be called if I somehow plugin the error message to feedback > Panel (See TODO: 3) > > > > Thanks for reading the post. > -- > View this message in context: > http://www.nabble.com/Best-way-to-implement-DataTable-updatable-via-Ajax-tp18698367p18698367.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/ryangravener

Re: Another question on client IP address and HttpRequest

2008-07-24 Thread Ryan Gravener
-IP-address-and-HttpRequest-tp18642444p18642444.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EM

Re: AutocompleteTextField

2008-07-18 Thread Ryan Gravener
523765.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/ryangravener

Re: DateTextField question

2008-07-15 Thread Ryan Gravener
t;> *Has anyone by any chance experienced this or something similar? Any >> suggestion is highly appreciated :). >> >> Tks a bunch, >> Cristi Manole >> >> > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For ad

Re: wicket-library source code

2008-07-14 Thread Ryan Gravener
x27;t mean 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 <

Re: wicket-library source code

2008-07-14 Thread Ryan Gravener
t;source code" link does not show the complete source code. > > Regards, > > Steve > -- Ryan Gravener http://twitter.com/ryangravener

Re: Hiding table columns in DataViews?

2008-07-14 Thread Ryan Gravener
t 2:31 PM, Michael Mehrle <[EMAIL PROTECTED]> wrote: > Not to be thick, but where does this show me how to hide table headers? All > I see is a regular DataTable example. > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ryan > Gr

Re: Hiding table columns in DataViews?

2008-07-14 Thread Ryan Gravener
> > > > > > Thanks! > > > > > > > > Michael > > > > > > > > -- > Become a Wicket expert, learn from the best: http://wicketinaction.com > Apache Wicket 1.3.4 is released > Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3. > > - > 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/ryangravener

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

2008-07-11 Thread Ryan Gravener
--- > To unsubscribe, e-mail: [EMAIL 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
ds, e-mail: [EMAIL PROTECTED] > > > > > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Ryan Gravener http://twitter.com/ryangravener

Re: What is DateTextFields Max and Min date or range?

2008-06-23 Thread Ryan Gravener
Max-and-Min-date-or-range--tp18076245p18076245.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/ryangravener

Re: BookMarkable Home Page?

2008-06-13 Thread Ryan Gravener
; http://www.nabble.com/BookMarkable-Home-Page--tp17830736p17830736.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/ryangravener

Re: Getting Wicket Session from outside Wicket context

2008-06-13 Thread Ryan Gravener
n out of the HttpSession? > > Thanks, > > -- Scott > > - > 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
- > To unsubscribe, e-mail: [EMAIL PROTECTED] > 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
et an object from my wicket Session from a > non-wicket > > Servlet? I've been looking all over, and can't seem to find the right > > answer. Thanks for any help. > > > > > > > > Regards, > > > > Matthew. > > > > > > >

Re: ClassCastException with ListView()

2008-05-30 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
t archive at Nabble.com. > > > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > -- Ryan Gravener http://twitter.com/ryangravener

Re: External Form target

2008-05-21 Thread Ryan Gravener
-- > View this message in context: > http://www.nabble.com/External-Form-target-tp17364277p17367657.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/ryangravener

Re: Form validation and .properties

2008-05-16 Thread Ryan Gravener
/Form-validation-and-.properties-tp17278934p17278934.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/ryangravener

Re: Wicket tags and IE6

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: Not rendering DataGrid if empty

2008-05-16 Thread Ryan Gravener
t; 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/ryangravener

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

2008-05-16 Thread Ryan Gravener
gt; ----- > 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
activation > > key, once the user respond to the activation email link, clear the field > to > > indicate the account is activated. Is this how it's done? > > > > Thanks for any help! > > > > ----

Re: using wicket to create dynamic chart

2008-05-15 Thread Ryan Gravener
-to-create-dynamic-chart-tp17251826p17255946.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/ryangravener

Re: How to use AjaxFormChoiceComponentUpdatingBehavior in Check/CheckGroup

2008-05-12 Thread Ryan Gravener
onentUpdatingBehavior-in-Check-CheckGroup-tp17184651p17184651.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] > > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Ryan Gravener http://twitter.com/ryangravener

Re: Javascript adding input

2008-05-09 Thread Ryan Gravener
lidate it, etc.? > > > > > > > > > > - > > 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/ryangravener

Re: Reloading a Page in Wicket

2008-05-09 Thread Ryan Gravener
cribe, 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
pache.org/dyn/closer.cgi/wicket/1.3.3 > > - > 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://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] > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Ryan Gravener http://wmwm.us/wmwm-date

Re: Wicket Auto complete text Issue

2008-04-25 Thread Ryan Gravener
tComponent().getModelObject(); >} >}); >} >add(actorAutoComplete); > > Rick > -- Ryan Gravener http://wmwm.us/wmwm-date

Re: append HTML to a page ONE time

2008-04-25 Thread Ryan Gravener
> > > > Thanks for any help! > > -Clay > > > > -- Ryan Gravener http://wmwm.us/wmwm-date

Re: Strange redirect page before actual page loads

2008-04-23 Thread Ryan Gravener
his shows up and how to make it stop. I dont see this > for any other pages (even ones which are mounted the same way). > > Thanks, > > Richard > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] &

Re: Internationalized error() from Page constructor

2008-04-21 Thread Ryan Gravener
he constructor it might be too early to determine the > language etc. What's the Wicket way around this one? :) > > -- Edvin > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For addit

Re: DropDownChoice problem

2008-04-17 Thread Ryan Gravener
this message you are hereby notified that > any review, dissemination, distribution or copying of > this message is strictly prohibited. This communica- > tion is for information purposes only and should not > be regarded as an offer to sell or as a solicitation > of an offer to buy any financial product. Email trans- > mission cannot be guaranteed to be secure or error- > free. P6070214 > -- 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
-- When I try to do getModelObject( ) here it gives me > Class Cast Exception! (Cannot convert from String to Actor) > > } > > > > /** > >* [EMAIL PROTECTED] > >*/ > > @Override > > protected final void onError(final AjaxRequestTarget > target) { > > System.out.println(" onError( ) for > AjaxFormSubmitBehavior called "); > > } > > }); > > > > > > Can someone tell me what's wrong? > > > - > 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 commands, e-mail: [EMAIL PROTECTED]

Re: Good example for FormComponentPanel?

2008-04-14 Thread Ryan Gravener
at one form. It seems 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

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

2008-04-11 Thread Ryan Gravener
> > to > > > > > > logs, and I write my logging out to logs, and none of these > logs > > > > > include > > > > > > ANY > > > > > > errors - they all just suddenly stop at the time of the crash. > > > > > > > > > >

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

2008-04-11 Thread Ryan Gravener
runs now (it didn't do that before). My first guess is my previous > > > proliferate use of anonymous inner classes. I have seen in the email > > > threads that this shouldn't be done in 1.3. > > > > > > Of course, the real answer is that I'm going to be digging through > > > profilers > > > and lines of code until I get this fixed. > > > > > > My question, though, is from the Wicket devs / experienced users - where > > > should I look first? Is there something that changed between 1.2.6 and > > > 1.3 > > > that might have caused me problems where 1.2.6 was more forgiving? > > > > > > I'm running the app with JProbe right now so that I can get a snapshot > > of > > > memory 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: How to get wicket-SNAPSHOT?

2008-04-10 Thread Ryan Gravener
gt; > > > > > > SNAPSHOT > 6.1.7 > > > > What am I doing wrong? > -- Ryan Gravener http://ryangravener.com

Re: wicket login problem

2008-04-10 Thread Ryan Gravener
obtain the component of Login? Or how can I use the method of Login? > > Thanks in advice, > > > > > ___ > Yahoo! For Good helps you make a difference > > http://uk.promotions.yahoo.com/forgood/ > > -

  1   2   >