POSTing to an iframe

2012-06-12 Thread Chris Merrill
-- - Chris Merrill | Web Performance, Inc. ch...@webperformance.com| http://webperformance.com 919-433-1762| 919-845-7601 Web Performance: Website Load Testing Software

Re: POSTing to an iframe

2012-06-12 Thread Chris Merrill
: 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, Chris Merrill ch...@webperformance.com wrote

Re: GAE and file uploads

2012-03-15 Thread Chris Merrill
: https://github.com/wicketstuff/core/ See http://help.github.com/send-pull-requests/ On Thu, Mar 8, 2012 at 7:53 PM, Chris Merrill ch...@webperformance.com wrote: On 3/8/2012 11:55 AM, Martin Grigorov wrote: I'm glad you find gae-initializer project useful! Your can make a pull request

ResourceStreamResource ignoring content-type of the ResourceStream

2012-03-15 Thread Chris Merrill
or if this is a bug (either code or documentation)? TIA! Chris -- - Chris Merrill | Web Performance, Inc. ch...@webperformance.com| http://webperformance.com 919-433-1762

Page/Session persistence on AppEngine

2012-03-15 Thread Chris Merrill
-- - Chris Merrill | Web Performance, Inc. ch...@webperformance.com| http://webperformance.com 919-433-1762| 919-845-7601 Web Performance: Website Load Testing Software Services

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 ch...@webperformance.com

GAE and file uploads

2012-03-08 Thread Chris Merrill
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 | Web Performance, Inc. ch

Re: GAE and file uploads

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

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

2012-01-30 Thread Chris Merrill
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 ch...@webperformance.com wrote: We've replaced wicket error pages with our own, based on instructions here: https

DateTimeField getting the wrong timezone

2012-01-30 Thread Chris Merrill
-- - Chris Merrill | Web Performance, Inc. ch...@webperformance.com| http://webperformance.com 919-433-1762| 919-845-7601 Web Performance: Website Load Testing Software Services

Re: DateTimeField getting the wrong timezone

2012-01-30 Thread Chris Merrill
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 the other fields

Possible to show ExceptionErrorPage after showing our own error page?

2012-01-27 Thread Chris Merrill
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 Performance, Inc. ch

upgrading 1.4 1.5, now get InstantiationException on AuthenticatedWebSession at startup

2011-11-07 Thread Chris Merrill
) at org.apache.wicket.authroles.authentication.AuthenticatedWebApplication.newSession(AuthenticatedWebApplication.java:127) ... 30 more -- - Chris Merrill | Web Performance, Inc. ch...@webperformance.com

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.4 to 1.5

Re: PageReference returning null

2011-09-24 Thread Chris Merrill
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 Merrill ch...@webperformance.com wrote

ModalWindow and reusable components

2011-09-23 Thread Chris Merrill
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. ch...@webperformance.com

Re: GAE, DataView and performance

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

PageReference returning null

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

GAE, DataView and performance

2011-09-15 Thread Chris Merrill
further into 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

Wicket, GAE and Sessions

2011-03-18 Thread Chris Merrill
, but now feel like I'm just flailing around. If anyone has any ideas, I'd appreciate hearing them! TIA Chris -- - Chris Merrill | Web Performance, Inc. ch...@webperformance.com

Re: Wicket, GAE and Sessions

2011-03-18 Thread Chris Merrill
(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://www.danwalmsley.com/2009/04/08/apache-wicket

Re: Wicket, GAE and Sessions

2011-03-18 Thread Chris Merrill
. If not...hmmm -igor On Fri, Mar 18, 2011 at 8:27 AM, Chris Merrill ch...@webperformance.com 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(). I didn't need it anyway, and now I am

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

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

trouble with setOutputMarkupId() and WicketStuff ProgressBar

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

Re: trouble with setOutputMarkupId() and WicketStuff ProgressBar

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

Re: implementing a custom resource loader

2010-08-23 Thread Chris Merrill
); -- - Chris Merrill | Web Performance, Inc. ch...@webperformance.com| http://webperformance.com 919-433-1762| 919-845-7601 Web Performance: Website Load Testing Software Services

Re: implementing a custom resource loader

2010-08-23 Thread Chris Merrill
, Chris Merrill ch...@webperformance.com wrote: On 8/23/2010 11:21 AM, Igor Vaynberg wrote: show us your validator TextFieldString target_name_field = new TextFieldString(target_customer_name, _target_name); target_name_field.setRequired(true); target_name_field.add(new StringValidator

Re: implementing a custom resource loader

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

implementing a custom resource loader

2010-08-22 Thread Chris Merrill
using that exact key. TIA! Chris -- - Chris Merrill | Web Performance, Inc. ch...@webperformance.com| http://webperformance.com 919-433-1762| 919-845

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

Re: DataView/LoadableDetachableModel/onClick

2010-08-09 Thread Chris Merrill
Link(link, item.getmodel()) { public void onClick() { setResponsePage(new CustomerPage((Customer)getmodelobject())); -igor On Sun, Aug 8, 2010 at 8:16 PM, Chris Merrill ch...@webperformance.com wrote: I have a DataView

DataView/LoadableDetachableModel/onClick

2010-08-08 Thread Chris Merrill
this. Can someone point me in the right direction? TIA! Chris -- - Chris Merrill | Web Performance, Inc. ch...@webperformance.com| http://webperformance.com 919-433-1762

relationship of DAO to IDataProvider and DetachableLoadableModel

2010-08-06 Thread Chris Merrill
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 -- - Chris

Re: relationship of DAO to IDataProvider and DetachableLoadableModel

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

Re: relationship of DAO to IDataProvider and DetachableLoadableModel

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