Re: subdomains and setting up WebSession

2009-02-23 Thread Wayne Pope
al apps on the same > tomcat so I need some logic in front of tomcat anyhow.. > > regards Nino > > Wayne Pope wrote: >> >> Hi Martin, >> >> basically I need subdomains to map to a context within the application. >> >> For example if you have a app

Re: subdomains and setting up WebSession

2009-02-23 Thread Wayne Pope
ok thanks Martin, I'll give it a go On Mon, Feb 23, 2009 at 5:27 PM, Martin Makundi wrote: > ((WebRequest)RequestCycle.get().getRequest()).getRequestURL() should > work for you. > > ** > Martin > > 2009/2/23 Wayne Pope : >> Hi Martin, >> >> basically

How to deal with IE bug/feature 'return form submit' in Wicket?

2009-02-25 Thread Wayne Pope
Hi, I have a form that has a single text field and an ajax button. In FF when I click on the button or hit return key the onSumit of the ajaxButton is called. In IE when I click on the button the onSubmit of the ajaxButton is called. However In IE (as you may know) if I hit the return key it submi

Re: How to deal with IE bug/feature 'return form submit' in Wicket?

2009-02-26 Thread Wayne Pope
y have a suggestion on how to do a real fix. >> >> -- >> Jeremy Thomerson >> http://www.wickettraining.com >> >> >> >> On Wed, Feb 25, 2009 at 11:57 AM, Wayne Pope < >> waynemailingli...@googlemail.com> wrote: >> >>> Hi, >

Re: How to deal with IE bug/feature 'return form submit' in Wicket?

2009-02-26 Thread Wayne Pope
Just looking through some of our forms and this isn;t going to work where we have 2 ajaxbuttons in the same form. I suppose we'll need to separate the forms or something now. On Thu, Feb 26, 2009 at 9:06 AM, Wayne Pope wrote: > Hi Jeremy, > > thanks very much for helping. >

Re: Wicket Security Question

2009-02-26 Thread Wayne Pope
l and see if he up for doing it again. Wayne www.glasscubes.com On Thu, Feb 26, 2009 at 8:09 PM, Nino Martinez wrote: > I might pick it up (But since it's not something I need right now, it has > low priority).. But was hoping that Wayne Pope would get back and tell whats >

Re: UploadProgressBar does not work in Safari browser?

2010-08-16 Thread Wayne Pope
Does anyone know if any patches were submitted for this or does anyone know of some code that can work? We're finding more and more of our users are Chrome and Safari and its becoming a pain. I have tried looking at this but my javascript knowledge is beginner at best. thanks for any help or poin

Wicket 1.4.12 Ajax problems

2010-10-01 Thread Wayne Pope
Hi, I just tried migrating our app from 1.4.8 to 1.4.12. However I'm having a lot of trouble with ajax submits now. I cannot get anything to work. I'm getting various problems depending on the browser. Such errors as: stack overflow in line 433 (IE7) Wicket.WUPB.Def is null or not an object (line

Re: Wicket 1.4.12 Ajax problems

2010-10-04 Thread Wayne Pope
We haven't used 1.4.11, so it comes from upgrading from 1.4.8 straight to 1.4.12 I'm no good at javascript at all, but I will see what I can reproduce with a quickstart when I get time. But for now we'll stick with 1.4.8 in production. On Sun, Oct 3, 2010 at 12:48 PM, Martin Grigorov wrote: > D

Confused about Resource basics

2010-10-11 Thread Wayne Pope
Hi, I just realised that our session is getting loaded multiple times per web request. I see that aside from the page request the session is getting loaded for items such as css, js, etc that are referenced in the code. Now I'm trying to make sure I understand resources correctly in terms of sessi

Re: Confused about Resource basics

2010-10-11 Thread Wayne Pope
acheable()) { .. Session.findOrCreate(request, response); It seems that shared resources will also load the session etc time. How can I avoid the session being loaded? On Mon, Oct 11, 2010 at 6:25 PM, Wayne Pope wrote: > Hi,

<    1   2