relationship of DAO to IDataProvider and DetachableLoadableModel

2010-08-06 Thread Chris Merrill
expected it to break when navigating to the second page in the table. Is it going to break under concurrency or session serialization? Is there a better way to do this? (Have I even provided enough context to answer this question?) TIA! Chris -- --------

Re: relationship of DAO to IDataProvider and DetachableLoadableModel

2010-08-06 Thread Chris Merrill
serializable proxy instead of the bean directly. > -- -------- - Chris Merrill | Web Performance, Inc. ch...@webperformance.com| http://webperformance.com 919-433-1762| 919-845-7601 Web Per

Re: relationship of DAO to IDataProvider and DetachableLoadableModel

2010-08-06 Thread Chris Merrill
ing plays. Thanks! -- -------- - Chris Merrill | Web Performance, Inc. ch...@webperformance.com| http://webperformance.com 919-433-1762| 919-845-7601 Web Performance: Website Load Testing S

DataView/LoadableDetachableModel/onClick

2010-08-08 Thread Chris Merrill
date_string)); } }; So I'm obviously missing something important about the right way to do this. Can someone point me in the right direction? TIA! Chris -- - Chris Merrill

Re: DataView/LoadableDetachableModel/onClick

2010-08-09 Thread Chris Merrill
rence to customer. instead > ... Link link = new Link("link", item.getmodel()) { >public void onClick() { > >setResponsePage(new > CustomerPage((Customer)getmodelobject())); > > -igor >

can I enable/disable submit button while customer working on form?

2010-08-18 Thread Chris Merrill
during AJAX or other events. Can anyone point me to docs on this topic? I've found a handful of blog posts on validation and AJAX that got me this far, but wondering now if I really understood them ? TIA! Chris -- -------

implementing a custom resource loader

2010-08-22 Thread Chris Merrill
y a resource key in source or markup and have the resource requested using that exact key. TIA! Chris -- - Chris Merrill | Web Performance, Inc. ch...@webperformance.com| http://w

Re: implementing a custom resource loader

2010-08-23 Thread Chris Merrill
m.add(target_name_field); -- -------- - Chris Merrill | Web Performance, Inc. ch...@webperformance.com| http://webperformance.com 919-433-1762| 919-845-7601 Web Performance: Website Load Test

Re: implementing a custom resource loader

2010-08-23 Thread Chris Merrill
; -igor > > On Mon, Aug 23, 2010 at 9:47 AM, Chris Merrill > wrote: >> On 8/23/2010 11:21 AM, Igor Vaynberg wrote: >>> show us your validator >> >> >> TextField target_name_field = new >> TextField("target_customer_name"

Re: implementing a custom resource loader

2010-08-23 Thread Chris Merrill
p.s. have I mentioned how much I LOVE WICKET ?? :> -- ---- - Chris Merrill | Web Performance, Inc. ch...@webperformance.com| http://webperformance.com 919

trouble with setOutputMarkupId() and WicketStuff ProgressBar

2010-08-24 Thread Chris Merrill
tp://wicket.sourceforge.net/";> app title Status goes here: [Progress] -- - Chris Merrill | Web Performance, Inc. ch...@webperformance.com| http://webperformance.com

Re: trouble with setOutputMarkupId() and WicketStuff ProgressBar

2010-08-24 Thread Chris Merrill
> Chris -- ---- - Chris Merrill | Web Performance, Inc. ch...@webperformance.com| http://webperformance.com 919-433-1762| 919-845-7601 Web Performance: Website Load Testi

Re: How to get form submit to return to previous page?

2010-09-01 Thread Chris Merrill
he onSubmit() handler. Then the onSubmit() method set it as the return page: getRequestCycle().setResponsePage(_return_to_page); -- ---- - Chris Merrill | Web Performance, Inc. ch...@webperf

ModalWindow and reusable components

2011-09-23 Thread Chris Merrill
now think I know how to make this work, but it seems like it will be more than a little convoluted. Am I going about this all wrong? -- -------- - Chris Merrill | Web Performance, Inc. c

Re: PageReference returning null

2011-09-24 Thread Chris Merrill
ementation discussed here: http://thoughts.inphina.com/2010/10/20/managing-wicket-serialization-problem-on-google-app-engine/ On 9/16/2011 5:03 PM, Igor Vaynberg wrote: > seems rather strange. quickstart would help. > > -igor > > > On Fri, Sep 16, 2011 at 1:34 PM, Chris Merr

upgrading 1.4 > 1.5, now get InstantiationException on AuthenticatedWebSession at startup

2011-11-07 Thread Chris Merrill
plication.newSession(AuthenticatedWebApplication.java:127) ... 30 more -- -------- - Chris Merrill | Web Performance, Inc. ch...@webperformance.com| http://webperforma

Re: upgrading 1.4 > 1.5, now get InstantiationException on AuthenticatedWebSession at startup

2011-11-07 Thread Chris Merrill
Ugh...AuthenticatedWebApplication is abstract and thus cannot be instantiated! Somewhere during my upgrade, my application started returning that instead of my session class :( Sorry for the noise. Chris On 11/7/2011 2:55 PM, Chris Merrill wrote: > I've converted two apps from 1.

Possible to show ExceptionErrorPage after showing our own error page?

2012-01-27 Thread Chris Merrill
error page - so that I might pass it on to an ExceptionErrorPage when the link is selected. Is there an easy way to do this, or do I need to start digging deep? -- ---- - Chris Merrill | Web Perfo

Re: Possible to show ExceptionErrorPage after showing our own error page?

2012-01-30 Thread Chris Merrill
cle's metadata and let > Wicket show the configured error page. Inside that page you can read > the exception from the requestcycle's metadata and use it. > > On Fri, Jan 27, 2012 at 9:23 PM, Chris Merrill > wrote: >> We've replaced wicket error pa

DateTimeField getting the wrong timezone

2012-01-30 Thread Chris Merrill
ne else but me). Any ideas? TIA! Chris -- -------- - Chris Merrill | Web Performance, Inc. ch...@webperformance.com| http://webperformance.com 919-433-1762| 919-845-7601 Web Performance:

Re: DateTimeField getting the wrong timezone

2012-01-30 Thread Chris Merrill
the ClientInfo be re-requested automagically from the browser if it isn't in the session? TIA! Chris On 1/30/2012 4:19 PM, Chris Merrill wrote: > I'm using the yui.calendar.DateTimeField widget on a page with some other > timezone sensitive data and I get the right timezone on

GAE and file uploads

2012-03-08 Thread Chris Merrill
heck here first so I don't re-invent the wheel. Does anyone know if this problem has already been solved for GAE, Wicket 1.5 and file uploads? TIA! Chris -- -------- - Chris Merrill |

Re: GAE and file uploads

2012-03-08 Thread Chris Merrill
of file upload? -- ---- - Chris Merrill | Web Performance, Inc. ch...@webperformance.com| http://webperformance.com 919-433-1762| 919-845-7601 Web Performance: Website Load Testing Softw

Re: GAE and file uploads

2012-03-15 Thread Chris Merrill
of WicketStuff which is hosted at github.com: > https://github.com/wicketstuff/core/ > See http://help.github.com/send-pull-requests/ > > On Thu, Mar 8, 2012 at 7:53 PM, Chris Merrill > wrote: >> On 3/8/2012 11:55 AM, Martin Grigorov wrote: >>> I'm glad you find gae-

ResourceStreamResource ignoring content-type of the ResourceStream

2012-03-15 Thread Chris Merrill
we are using these incorrectly or if this is a bug (either code or documentation)? TIA! Chris -- -------- - Chris Merrill | Web Performance, Inc. ch...@webperformance.com| http:

Page/Session persistence on AppEngine

2012-03-15 Thread Chris Merrill
ic...or both? TIA! Chris -- -------- - Chris Merrill | Web Performance, Inc. ch...@webperformance.com| http://webperformance.com 919-433-1762| 919-845-7601 Web Performance: Website Load Te

Re: ResourceStreamResource ignoring content-type of the ResourceStream

2012-03-15 Thread Chris Merrill
On 3/15/2012 11:47 AM, Martin Grigorov wrote: > As simple as: upgrade to 1.5.5 ;-) Doh! My co-worker is going to love this. He told me to upgrade before asking this question :( Though he pointed me at 1.5.4 :> Thanks! > On Thu, Mar 15, 2012 at 5:44 PM, Chris Merrill > wrot

POSTing to an iframe

2012-06-12 Thread Chris Merrill
uest" gets renamed to "form:signed_request". Any ideas how to get around this? Or perhaps a better approach? TIA! Chris -- -------- - Chris Merrill | Web Performance, Inc. ch...@webp

Re: POSTing to an iframe

2012-06-12 Thread Chris Merrill
orm: WebMarkupContainer signed_request = new WebMarkupContainer("signed_request"); signed_request.add(new AttributeModifier("value", _signed_request.getObject())); form.add(signed_request); Thanks!!! > -igor > > On Tue, Jun 12, 2012 at 11:23 AM, Chri

Wicket, GAE and Sessions

2011-03-18 Thread Chris Merrill
. I've gone down a number of paths, but now feel like I'm just flailing around. If anyone has any ideas, I'd appreciate hearing them! TIA Chris -- -------- - Chris Merrill

Re: Wicket, GAE and Sessions

2011-03-18 Thread Chris Merrill
ent environment (i.e. locally) but not when deployed to GAE. Any ideas would be greatly appreciated! Chris On 3/18/2011 10:12 AM, Chris Merrill wrote: > I'm trying to get a Wicket app working in GAE. I had the basics working. > I've read > and followed: > > http

Re: Wicket, GAE and Sessions

2011-03-18 Thread Chris Merrill
#x27;t run into this before. If not...hmmm > -igor > > On Fri, Mar 18, 2011 at 8:27 AM, Chris Merrill > wrote: >> I might have answered my question. I did some refactoring and took out some >> code from my >> base page class that was calling getApplication()

Re: Wicket, GAE and Sessions

2011-03-18 Thread Chris Merrill
And a big thanks to both of you and all other Wicket contributors. Wicket is such a joy to work with! We are starting to embrace it here, so I hope we're able to contribute back some day. Chris -- -------- - Chris Merrill

GAE, DataView and performance

2011-09-15 Thread Chris Merrill
the DataView code before posting...but the Wicket community seems to have already solved every other problem I've come across, so I though I'd ask here first :> TIA! Chris -- - Chris Merrill

Re: GAE, DataView and performance

2011-09-16 Thread Chris Merrill
et! Chris -- ---- - Chris Merrill | Web Performance, Inc. ch...@webperformance.com| http://webperformance.com 919-433-1762| 919-845-7601 Web Performance: Website Load Testing Software

PageReference returning null

2011-09-16 Thread Chris Merrill
I must be missing something. Can anyone point me in the right direction? TIA! Chris -- ---- - Chris Merrill | Web Performance, Inc. ch...@webperformance.com| http://webperformance.c