Re: invalid URL when using a pageparameter that contains a quote

2011-11-03 Thread Ryan
1.5.2 works as expected (no backslash in the url). Ryan On Thu, Nov 03, 2011 at 01:07:33PM -0700, Igor Vaynberg exclaimed: >Does it happen with 1.5.x? > >-igor >On Nov 3, 2011 12:20 PM, "Ryan" wrote: > >> Using Wicket 1.4.19 and doing something simple such as th

invalid URL when using a pageparameter that contains a quote

2011-11-03 Thread Ryan
something or is this just a bug? If it is a bug I am happy to file a jira issue with a quickstart attached. Thanks, Ryan - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: chrome + wicket ajax + back button = problem?

2010-10-11 Thread Ryan Crumley
I have (I am using MixedParamHybridUrlCodingStrategy) however in this case the browser is not contacting the server on back button click so the UrlCodingStrategy does not come into play. Ryan On Wed, Oct 6, 2010 at 4:13 PM, wrote: > I've had similar issues, have y

Re: chrome + wicket ajax + back button = problem?

2010-10-03 Thread Ryan Crumley
only "fix" is to update the page headers so that no browser will ever cache the page. That seems like an overkill but so far I haven't found any other solution that works across browsers. This seems like a very common scenario... is it also very common to set all the no-cache headers?

Re: chrome + wicket ajax + back button = problem?

2010-10-03 Thread Ryan Crumley
not: http://www.cupofcrumley.com/chrome-test/Page1.html <http://www.cupofcrumley.com/chrome-test/Page1.html>Ryan On Fri, Sep 24, 2010 at 1:48 AM, Peter Karich wrote: > I had the same problem ... > > Take a look at > > > http://www.richardnichols.net/2010/03/apache-wicket-

chrome + wicket ajax + back button = problem?

2010-09-21 Thread Ryan Crumley
or. Has anyone else seen similar behavior? Even better, anyone else have a solution? You may be seeing errors like this one in your logs: org.apache.wicket.protocol.http.request.InvalidUrlException: org.apache.wicket.WicketRuntimeException: component wid1:wid2:1:wid3 not found on page com.foo.xxx Thanks! Ryan

Re: wicketstuff-merged-resources 3.1 parent class scanning?

2010-06-24 Thread Ryan Crumley
together a response and a test case. Cheers, Ryan On Thu, Jun 24, 2010 at 5:52 AM, Stefan Fussenegger wrote: > Hi Ryan, > > I'm the maintainer of wicketstuff-merged-resources. Sorry, I don't watch > the mailing list as closely as I probably should. > > I've

Re: wicketstuff-merged-resources 3.1 parent class scanning?

2010-05-21 Thread Ryan Crumley
rcrumley On Fri, May 21, 2010 at 10:04 AM, Jeremy Thomerson wrote: > What's your sf.net ID?   I can add you as committer and you can just commit > the patches. > > -- > Jeremy Thomerson > http://www.wickettraining.com > > > > On Fri, May 21, 2010 at 9:35 AM

Re: wicketstuff-merged-resources 3.1 parent class scanning?

2010-05-21 Thread Ryan Crumley
Thanks Jeremy. I applied the patches and there are some more errors down the line. I am looking into resolving them and will submit a patch once I get to that point. Hopefully this weekend. Ryan On Mon, May 17, 2010 at 11:49 PM, Jeremy Thomerson wrote: > I'm not a maintainer on those

wicketstuff-merged-resources 3.1 parent class scanning?

2010-05-17 Thread Ryan Crumley
example: 'HomePage') also has resource annotations. Removing @JsContribution from HomePage results in all resources from BasePage also disappearing. Is this a known bug? Am I using the framework incorrectly? Thanks in advance for any guida

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

AjaxPagingNavigator and mounted pages produces incorrect links

2010-02-13 Thread Ryan
case. Does anyone else have errors with generated urls for mounted pages when using ajax? I just tested this on 1.4.5 and it works correctly. -Ryan - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

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

PageExpiredException not being thrown

2010-01-07 Thread Ryan O'Hara
PageExpiredException, either. Thanks, Ryan - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Static link for stateful page (Wicket 1.3)

2009-12-02 Thread Ryan Crumley
nabble.com). Any hints on how to go about this are appreciated. Ryan On Mon, Nov 30, 2009 at 6:06 PM, Ryan Crumley wrote: > Hi all, > > I have an unusual requirement for a stateful page that can be accessed > via a static url. To state it another way I would like the same url to &g

Static link for stateful page (Wicket 1.3)

2009-11-30 Thread Ryan Crumley
age = new MyPage(pageMap); } return getRequestCycle().urlFor(page).toString(); Seems like there is an elegant way to do this, any pointers? I am using Wicket 1.3. Thanks in advance, Ryan - To unsubscribe, e-mail: users-unsubscr.

Re: Restarting AjaxLazyLoadingPanel

2009-11-13 Thread Ryan O'Hara
Finally got this working by changing the following line of code: newPanel.setOutputMarkupId(true); to : newPanel.setOutputMarkupId(true).setOutputMarkupPlaceholderTag(true); Hopefully this helps someone. Ryan On Nov 12, 2009, at 2:57 PM, rjohara wrote

Re: LDAP Authentication

2009-11-05 Thread Ryan McKinley
take a look at Apache Shiro http://incubator.apache.org/shiro/ I found it much easier to work with... There is a basic example with: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/shiro-security/ I have it working with JDBC or ActiveDirectory, using LDAP sh

Re: 508 accessibility support

2009-10-31 Thread Ryan McKinley
takes values for alt attribute . Like the sortable columns , If I can set value for alt attribute that would be really nice. how about: div.add( new AttributeModifier( "alt", true, new Model( "what it should say..." )) -

Re: setResponsePage chaining

2009-10-29 Thread Ryan
Ahh yes, very simple order of operations. Can I chalk it up to being sleep and caffeine deprived? ;-) Thanks, Ryan On Wed, Oct 28, 2009 at 05:27:00PM -0700, bgooren exclaimed: > >Well, new P2() is executed _before_ it's result (a P2 instance) is passed to >setResponsePage(), so th

Re: setResponsePage chaining

2009-10-28 Thread Ryan
Throwing RestartResponseException works as expected, but I'm still not sure if the setResponsePage behavior is correct... On Wed, Oct 28, 2009 at 11:52:09AM -0600, Ryan exclaimed: >If you have a page,P1, with a form which has an onSubmit() that calls >setResponsePage(new P2

setResponsePage chaining

2009-10-28 Thread Ryan
setResponsePage(P3.class). Is this a bug or am I missing something? Thanks, Ryan - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: urlFor(ResourceReference) strangeness

2009-10-27 Thread Ryan McKinley
urlFor( ) uses the current request to get a relative path. If the location you are calling urlFor() from changes, it will get a new location Note the only difference between the two urls is the ../../.. prefix On Oct 27, 2009, at 11:05 AM, pieter claassen wrote: WHen I start my applica

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

Bookmarkable link to parent frame from a Modal window?

2009-09-30 Thread Ryan McKinley
within the modal window (iframe), how do I get access to this? thanks for any pointers ryan - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

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

Column Pagingview

2009-09-21 Thread Ryan Burns
Is there a way of having a paging view for columns instead of rows? Does anybody know how to do this or have any examples? Thanks

Column Pagingview

2009-09-17 Thread Ryan Burns
Is there a way of having a paging view for columns instead of rows? Does anybody know how to do this or have any examples? Thanks

Update parent component from child component

2009-09-17 Thread Ryan O'Hara
l, and SecureWebPage component. I've also tried wrapping the Panels with a WebMarkupContainer and updating that, but that didn't seem to work either. Any advice? Thanks, Ryan - To unsubscribe, e-mail: users-unsubscr

Re: How to redirect from a ModalWindow

2009-09-12 Thread Ryan McKinley
even better is to add this call to the request that opens the window: onClick( AjaxRequestTarget target ) { target.appendJavascript( "Wicket.Window.unloadConfirmation = false;" ); ... modal.show( target); } This way the logic is still contained in java and it works for a panel or a pa

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: integrating extjs with wicket

2009-08-12 Thread Ryan
rbose. There is a groovy-wicket builder that might work, but I haven't checked in quite a while. Ryan On Wed, Aug 12, 2009 at 04:56:29AM -0700, walnutmon exclaimed: > >Did anything ever come of this idea? I worked with wicket a lot, but then >our company switched into the grails

Re: Wicketstuff releases?

2009-08-12 Thread Ryan McKinley
On Aug 12, 2009, at 9:11 AM, Jeremy Thomerson wrote: Now that Wicket 1.4.0 is out, I wonder which wicketstuff core version is compatible. There is no 1.4.0 version of wicketstuff core (yet?). Should I use 1.4-rc8-SNAPSHOT? It should be just 1.4-SNAPSHOT. 1.4-rc8-SNAPSHOT was an accidenta

AjaxFormValidatingBehavior not calling setOutputMarkupId

2009-08-11 Thread Ryan
Is there a reason AjaxFormValidatingBehavior does not call setOutputMarkupId(true)? Seems like it would be something it might do while visiting the form children. Thanks, Ryan - To unsubscribe, e-mail: users-unsubscr

Re: How To Kill Previous Page

2009-08-09 Thread Ryan
State 2 -Ryan On Fri, Aug 07, 2009 at 07:29:56PM +0800, Carlo Camerino exclaimed: >Hi, > >I would like to ask if it's possible to kill the previous page out of the >pagestore. >I have this requirement in which i have a view screen which can be able to >delete or edit an e

Job Oportunity

2009-07-31 Thread Ryan McKinley
I am building a search engine for geographic data -- see http://voyagergis.com/ -- and would love some help from a good wicketeer. If interested, please contact me directly ryan...@gmail.com or skype: ryantxu Ideally someone who could get to/from Washington DC without much hassle, but

Re: Looking for Pop-up menu...

2009-07-22 Thread Ryan McKinley
why not just a YUI menu? (not a context menu) On Jul 22, 2009, at 12:47 PM, Petr Fejfar wrote: Hi all, I went through lot of Javascript integrating components to find out pop-up menu similiar to YUI context menu except a menu could be poped-up by left mouse click, mouse hover etc... But I d

Re: How to get DateField value

2009-07-20 Thread Ryan Burns
It's working now. Overriding the newDateTextField worked. Thanks for your help On Mon, Jul 20, 2009 at 9:31 PM, Mathias Nilsson < wicket.program...@gmail.com> wrote: > > Also, how does your markup look? You should use the DateField with a span > or > div. > -- > View this message in context: > ht

Re: How to get DateField value

2009-07-20 Thread Ryan Burns
wicket-extension. This one, org.apache.wicket.extensions.yui.calendar.DateField; On Mon, Jul 20, 2009 at 8:45 PM, Mathias Nilsson < wicket.program...@gmail.com> wrote: > > from wicket-extension or from another project? > -- > View this message in context: > http://www.nabble.com/How-to-get-DateFi

Re: How to get DateField value

2009-07-20 Thread Ryan Burns
Yes, that does work for DateTextField. But i am using the DateField component which is a combination of DateTextField and DatePicker Ryan On Mon, Jul 20, 2009 at 8:25 PM, Mathias Nilsson < wicket.program...@gmail.com> wrote: > > > import java.util.D

Re: How to get DateField value

2009-07-20 Thread Ryan Burns
working with? Thanks Ryan On Mon, Jul 20, 2009 at 4:11 PM, Mathias Nilsson < wicket.program...@gmail.com> wrote: > > The above code works for me. You know that the onchange method is only > triggered when you click the textfield for focus and the click the webpage > to lose

Re: How to get DateField value

2009-07-20 Thread Ryan Burns
Hi, Thanks for the reply. I've tried this too, but this also returns null. There is date in the textfield box of the datefield but for some reason it doen't get it Ryan On Mon, Jul 20, 2009 at 2:19 PM, Mathias Nilsson < wicket.program...@gmail.com> wrote: > > You can get

How to get DateField value

2009-07-20 Thread Ryan Burns
date in the console to make things a bit easier. Thanks, Ryan public class TestFormPanel extends Panel{ protected DateField dateField; private static final long serialVersionUID = 1L; public TestFormPanel (String id){ super(id); dateField = new DateField("

Re: wicketAjaxGet and PageExpiredException?

2009-06-28 Thread Ryan McKinley
yup! works great actually I had to use e.getCause() instanceof... thanks (as usual) for the excellent help! ryan On Jun 23, 2009, at 11:19 PM, Igor Vaynberg wrote: have you tried class myrequestcycle extends webrequestcycle { onruntimeexception(e) { if (e instanceof

wicketAjaxGet and PageExpiredException?

2009-06-23 Thread Ryan McKinley
sure what is the wicket way... thanks for any pointers! ryan - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Hibernate Transactions and Wicket

2009-06-19 Thread Ryan
. It all comes down to handling detached objects or long hibernate sessions. It is by no means a new issue, but I think it can confuse first time users of LDMs. -Ryan On Fri, Jun 19, 2009 at 06:30:14AM -0400, James Carman exclaimed: >The only changes that will be persisted to the database

Re: Hibernate Transactions and Wicket

2009-06-19 Thread Ryan
I use Entity objects directly as well. I read the thread you mentioned and it sounds like you do not use Spring. In our application we are using spring and so the solutions are a bit different. I just wanted to offer up another solution to the problem when using Spring to manage transactions and th

Re: Hibernate Transactions and Wicket

2009-06-19 Thread Ryan
transaction). Here is the blog post with a concrete example: http://stronglytypedblog.blogspot.com/2009/03/wicket-patterns-and-pitfalls-3.html I only sent the email as another option for the Session flushing that happens when a transaction (or nested transaction) is committed. -Ryan On Fri, Jun

Creating a form dynamically

2009-06-19 Thread Ryan LaHue
I'm trying to build a form dynamically and am having a little problem. Basically I have a class that takes a List and then passes them into a ListView for display on screen. The problem is that they were created elsewhere and I have no control over two things: 1) The order/type of each FormCompone

Hibernate Transactions and Wicket

2009-06-18 Thread Ryan
sists the object. Some of these persist methods can take a collection of objects so that they can be persisted efficiently in one transaction. So far this has worked well for me. Does anyone have any thoughts on this method or can share some other

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: Help debugging why a component is not showing up...

2009-06-01 Thread Ryan McKinley
yup that helps! Also just found: WicketTesterHelper.getComponentData( getPage() ) thanks On Sat, May 30, 2009 at 3:06 PM, jWeekend wrote: > > Ryan, > > Is PageView what you're looking for? > > Regards - Cemal > http://jWeekend.com jWeekend > > > > &g

Help debugging why a component is not showing up...

2009-05-30 Thread Ryan McKinley
the (not visible) components. Is there an easy way to debug the component hierarchy on the page? Perhaps some way to dump the current page tree to text or something? Any pointers would be great! thanks ryan - To unsubscribe, e

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

Getting the display string for the selected option in a DropDownChoice

2009-05-22 Thread Ryan LaHue
I am trying to write a generic behavior which needs to work for any DropDownChoice. I need to retrieve the selected option's display string. The problem is, much of the time I only store the ID (not the display), so using getModelObject() and running it through the DropDownChoice.getChoiceRenderer

Re: OT: JavaOne

2009-05-18 Thread Ryan
to come down let me know, it would be great to meet you in person. -Ryan On Mon, May 18, 2009 at 04:47:01PM -0700, Igor Vaynberg exclaimed: >I was thinking of going. I went last year but it was such a >javafx-fest that it was hard to find anything interesting that wasn't. >This ye

OT: JavaOne

2009-05-18 Thread Ryan
Are there any Wicket fans going to JavaOne this year? I'm flying in from Boise on June 1st and would love to meet some fellow wicketers while I'm there. I'll be wearing all my Wicket attire and singing the Wicket praise every chance I get... maybe we will see a session on wicket ne

Re: HybridUrlCodingStrategy and parameters with "."

2009-05-13 Thread Ryan McKinley
any thoughts? thanks On May 7, 2009, at 4:04 PM, Ryan McKinley wrote: I'm using the HybridUrlCodingStrategy and ran into a glitch when I have parameter values that include the character "." For example, if I make a link with: params.add( "p", "Hello 2.01

Behavior to replace the contents between open and close ComponentTag tags

2009-05-12 Thread Ryan LaHue
Can I remove/replace the contents between an open and close tags in the onComponentTag(component, tag) method of AbstractBehavior? I'm able to change the tag from an , or to as I wanted, but I am unable to remove the guts of the previous form component. When I do this with a it leaves behind a

Re: inmethod grid & converter/formatter?

2009-05-07 Thread Ryan McKinley
what about just implementing AbstractLightWeightColumn#newCell? this lets you write text directly to the output... On May 7, 2009, at 4:15 PM, Brill Pappin wrote: I'm spiking on the inmethod grid components from wicketstuff (1.4- SNAPSHOT) I need to be able to format the data in columns and

HybridUrlCodingStrategy and parameters with "."

2009-05-07 Thread Ryan McKinley
to where it actually does the escaping with little success. What would be the recommended way to get around this limitation? Is it something that should be fixed for HybridUrlCodingStrategy in general? thanks ryan

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: Share Localization across many pages/componets

2009-04-30 Thread Ryan McKinley
http://www.wickettraining.com On Thu, Apr 30, 2009 at 3:22 PM, Ryan McKinley wrote: I'm finally getting around to localizing my application -- the wicket tools for this are awesome, thank you! Everything works great when I follow the standard pattern: page.html page.

Share Localization across many pages/componets

2009-04-30 Thread Ryan McKinley
lization rather then sprinkled within my source tree? Thanks for any pointers Ryan - 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 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

Weird DatePicker / DateTextField off by one hour

2009-04-29 Thread Ryan LaHue
I have a DateTextField to which I am adding a DatePicker. The Display works fine: if I select 4/1/2009 using the DatePicker and I save the form data to my database, then populate the form again from values in the database, I am seeing 4/1/2009. But when I look at my database I see that the stored

Re: Updating a Label in a Form using AjaxFormComponentUpdatingBehavior

2009-04-29 Thread Ryan Norris
that you can see your error (which should also be visible in the logs anyway). -- Jeremy Thomerson http://www.wickettraining.com On Tue, Apr 28, 2009 at 8:53 PM, Ryan Norris wrote: I've been struggling for a while now fighting with AjaxFormComponentUpdatingBehavior and changing the

Updating a Label in a Form using AjaxFormComponentUpdatingBehavior

2009-04-28 Thread Ryan Norris
I've been struggling for a while now fighting with AjaxFormComponentUpdatingBehavior and changing the value of a label within form when a certain javascript precondition is met. Code below.     public final class RegistrationForm extends Form {         private static final long serialVersionUID =

Reversing checkbox behavior or negating a property model expression

2009-04-24 Thread Ryan LaHue
I'm scratching my head trying to figure out the best way to reverse the behavior of a checkbox, i.e. display an unchecked box when the model behind is true, and a checked box when the model behind is false. I don't want to negate all my domain objects' getters/setters to accomodate this. I was go

Re: Strange behavior with palette (1.3.4) and IE7

2009-04-22 Thread Ryan McKinley
The following like is for Apache Solr, but most of it applies to any Apache project: http://wiki.apache.org/solr/HowToContribute In particular, check: http://wiki.apache.org/solr/HowToContribute#head-23efb2d0bdccabdfb1de743a6dea519e9194 On Apr 22, 2009, at 3:55 PM, Jeremy Thomerson wrote:

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

spring transaction rollback and wicket

2009-04-16 Thread Ryan
it passes extended validation. I'm not even sure if #2 will work. Has anyone run into this? -Ryan - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Retrieving/serializing the javascript for an AjaxLink

2009-04-14 Thread Ryan LaHue
I am trying to embed javascript links in some JSON which I pass to Open Flash Chart. I am able to test this by giving the "on-click" attribute of a chart element the value of "alert('testing')" and it pops up the alert as I expect. Now I need to create links to a Wicket page. All the links will

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

ResourceReferences not working as expected

2009-04-13 Thread Ryan LaHue
I'm having trouble getting ResourceReferences to work for some reason, and was hoping somebody could give me some pointers. I'm using wicket 1.4. As a simple test I added a new page and put a "test.png" image in the same directory in my project. My structure is like so: project |--src |mypkg

flush after ?

2009-04-09 Thread Ryan McKinley
Is there an easy way to flush after you send the tag? http://developer.yahoo.com/performance/rules.html#flush I don't know if this is premature optimization or just hoping for magic speed up from simple fixes... but it is worth a shot! thanks

Re: Turning off ModificationWatcher

2009-04-08 Thread Ryan Crumley
Matt, Add this to your WebApplication.init() method: getResourceSettings().setResourcePollFrequency(null); Ryan On Wed, Apr 8, 2009 at 9:33 PM, Matthew Welch wrote: > I'm experimenting with Wicket inside Google's new Java support for its App > Engine. My simple apps

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: panel wicket:extend confusion

2009-04-03 Thread Ryan McKinley
don't add the child to the right component: you have wrapped the tag inside a markup container. You have to make the markup container a transparent resolver, *or* add the child components to the markup container. Martijn On Fri, Apr 3, 2009 at 7:47 AM, Ryan McKinley wrote: I have been us

panel wicket:extend confusion

2009-04-02 Thread Ryan McKinley
any components in the subclass, things behave as I would expect. Am I missing something? Thanks ryan

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

visibility Behavior?

2009-03-30 Thread Ryan McKinley
? Am I missing another preferred way to do this? thanks ryan - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: freelance gig

2009-03-25 Thread Ryan McKinley
On Mar 25, 2009, at 2:58 PM, Martin Makundi wrote: Don't do it: http://www.joelonsoftware.com/articles/fog69.html I don't think that advice applies here... assuming the meat of the project is contained in the " already written suite of spring services that work..." Re-implemen

Re: wicketstuff / ki / jsecurity

2009-03-25 Thread Ryan McKinley
/grid/examples/pages/datagrid/ ContactDataSource.java /trunk/wicketstuff-core/inmethod-grid-parent/inmethod-grid-examples/ src/main/java/com/inmethod/grid/examples/pages/datagrid/ ContactDataSourceWithUnknownItemCount.java now I'll figure out how to revert that... ryan On Mar 25, 2009,

Re: wicketstuff / ki / jsecurity

2009-03-25 Thread Ryan McKinley
g here: http://wicketstuff.org/teamcity/viewLog.html?buildId=3486&tab=buildResultsDiv&buildTypeId=bt35 I'd say it's at least not compiling no more. Could someone please fix that? mf 2009/3/25 Maarten Bosteels Hi Ryan, I added you to the Project Members, so feel free to commit your

Re: wicketstuff / ki / jsecurity

2009-03-25 Thread Ryan McKinley
On Mar 25, 2009, at 4:12 AM, Maarten Bosteels wrote: Hi Ryan, I added you to the Project Members, so feel free to commit your examples. Unfortunately, until now I haven't had time to work on it myself Thanks Maarten The idea was to let the code mature in http://code.google.

wicketstuff / ki / jsecurity

2009-03-24 Thread Ryan McKinley
we get the benefit of Jeremy's work to make wickettuff-core much cleaner. Thoughts? Ryan - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

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

  1   2   3   4   5   >