user sees page belonging to another session

2010-12-08 Thread Jason Lea
and monitor the number of cases we get. We will look at going to Wicket 1.4.14 soon. Is there some place we could/should add logging (DiskPageStore?) that might detect this problem earlier? -- Jason Lea - To unsubscribe, e-mail

Re: Can I develop without recompiling/restarting after every change?

2010-05-30 Thread Jason Lea
is to avoid having to do this when editing .java/.js/.css/.html files during development? I'd like to just make changes and then refresh the browser to test -- is this possible? -- Jason Lea - To unsubscribe, e-mail: users

Re: Bug with button type=button on IE

2010-03-29 Thread Jason Lea
for that ? - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Jason Lea - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

Re: wicket app over https but renders some images as http

2010-02-10 Thread jason lea
over HTTPS and just normal HTTP if its running as such? Note that I have things like: .someClass { background-image: url(/library/image/silk/icon.png); } so I can't just prefix all URL links since most of them come from the CSS. thanks, Steve -- Jason Lea

Re: DataTable's Handling of NULL Values

2010-01-02 Thread Jason Lea
-- Jason Lea

Re: DataTable's Handling of NULL Values

2010-01-02 Thread Jason Lea
. Thanks again, I will tinker with them both today. Norman - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Jason Lea

Re: Wicket feedback

2009-12-24 Thread Jason Lea
will alert everyone to the test failure so you can fix it nice and early. -- Jason Lea - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: @RequireHttps - forms misbehaving

2009-12-21 Thread Jason Lea
to the page class rather than a new instance of it. This works for me right now...but what happens when I'd like to pass parameters into the constructor of the page I'm redirecting to? -v -- Jason Lea - To unsubscribe, e

Re: enclosure changes in 1.4.4

2009-12-12 Thread Jason Lea
...@wicket.apache.org -- Jason Lea

Re: Can't update TextField via Ajax after a validation error

2009-09-04 Thread Jason Lea
/a button wicket:id=submitButtonSubmit/button /form /body /html -- Jason Lea

Re: border error

2009-07-17 Thread Jason Lea
: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Jason Lea

Re: Feedback Messages Not Getting Displayed When Using AjaxSubmitLink

2009-06-19 Thread Jason Lea
/ - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Jason Lea

Re: Apache Logs, Session IDs, and PageExpiredException

2009-06-11 Thread Jason Lea
::: :... - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Jason Lea

Re: wicket-ajax and IE performance problems for pages with many links

2009-04-18 Thread Jason Lea
to 220ms for page load and 30ms for ajax update. Igor committed the var len=elements.length; change into 1.3.x and 1.4.x already, so that should be all good :) As a comparision... firefox takes 70ms for Wicket.Focus.attachFocusEvent on page load and 5ms for ajax response. -jason lea James

Re: wicket-ajax and IE performance problems for pages with many links

2009-04-17 Thread Jason Lea
: users-h...@wicket.apache.org -- Jason Lea

Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-02 Thread Jason Lea
- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Jason Lea - To unsubscribe, e

Re: WicketTester assertPageLink and BookmarkablePageLink

2009-04-01 Thread Jason Lea
to the assertPageLink method? Thanks, Alan -- Jason Lea

Re: onLoad never fires -- is there a bug in 1.4?

2009-02-21 Thread Jason Lea
) Is there a known bug in 1.4-SNAPSHOT? Does anyone else have this working? - Brill - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Jason Lea

Re: What is your experience on the time of development ?

2009-01-04 Thread Jason Lea
will notice that quickly. I hope that gives you a hint. Stay tuned for more in the blog... today was my first day back at work in the new year so it might have to wait a short time! ZedroS wrote: Jason Lea wrote: We decided to do Test Driven Development because we could use the WicketTester

Re: debugging

2008-12-23 Thread Jason Lea
- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Jason Lea

Re: [OT] wicket users around the world

2008-12-12 Thread Jason Lea
, france francisco - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org - Michael Sparer http://talk-on-tech.blogspot.com -- Jason Lea

Re: What is your experience on the time of development ?

2008-12-12 Thread Jason Lea
. But what are your experiences on JSF, Rails/Grails, SpringMVC/SpringWebFlow. Anyone you know the development-time from experience ? (P.S.: The applications must use AJAX and many custom components or tags in JSP, not just a hello world sample) -- Jason Lea

Re: how to register IConverters

2008-07-23 Thread Jason Lea
] For additional commands, e-mail: [EMAIL PROTECTED] -- Jason Lea