Re: [Wicket-user] Odd Refresh Page Behavior

2007-07-20 Thread Eelco Hillenius
> SOmeone is losing quite a bit of sleep! You bet. Though more over that friggin' book than over the mailing list. :) Eelco - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2

Re: [Wicket-user] Odd Refresh Page Behavior

2007-07-20 Thread mchack
It is a problem I think. I will open up a JIRA on it. I completely understand the "lost email". I am always amazed at the quantity and quality of responses on the mailing list. SOmeone is losing quite a bit of sleep! Eelco Hillenius wrote: > >> I have successfully deployed and verified tha

Re: [Wicket-user] Odd Refresh Page Behavior

2007-07-19 Thread Eelco Hillenius
> I have successfully deployed and verified that the behavior still seems to be > in error. I have not actually run the phonebook application but was using it > as a pattern. One of the forgotten emails I'm afraid... Did you make any progress on this, or is it still a problem? If it is, would you

Re: [Wicket-user] Odd Refresh Page Behavior

2007-06-27 Thread mchack
I have successfully deployed and verified that the behavior still seems to be in error. I have not actually run the phonebook application but was using it as a pattern. Following code shows how link to the edit page is being created. protected void populateItem(final Item

Re: [Wicket-user] Odd Refresh Page Behavior

2007-06-27 Thread mchack
Looks like I hadn't properly deployed the new jar. I am in the process of deploying it and will retest and let you know the results. I will let you know the results once I have things up and running. Thanks for the patience. Eelco Hillenius wrote: > > Can you show us some code fragments? How

Re: [Wicket-user] Odd Refresh Page Behavior

2007-06-27 Thread Eelco Hillenius
> Refreshing the link to the cached page still results in the error. I have > tried to do some debugging but am not solid enough with the framework to > make much headway. Let me know if you need more info. Can you show us some code fragments? How to you set the feedback messages and how do you re

Re: [Wicket-user] Odd Refresh Page Behavior

2007-06-27 Thread mchack
Thanks for the info. I upgraded to the latest jar and am still seeing the same problem. Refreshing the link to the cached page still results in the error. I have tried to do some debugging but am not solid enough with the framework to make much headway. Let me know if you need more info. Thanks

Re: [Wicket-user] Odd Refresh Page Behavior

2007-06-27 Thread Eelco Hillenius
> I am working off of 1.3.0-incubating-beta1. Pulled that down around the > middle of May. Should I be working off of a different release? 1.3 is still on the move (or has definitively has been). Just to rule out we're not looking at something that was recently fixed, could you update to the curr

Re: [Wicket-user] Odd Refresh Page Behavior

2007-06-27 Thread mchack
I am working off of 1.3.0-incubating-beta1. Pulled that down around the middle of May. Should I be working off of a different release? Martijn Dashorst wrote: > > On 6/27/07, mchack <[EMAIL PROTECTED]> wrote: >> Forgot to mention I am using Version 1.3. > > How recent? Are you working of off

Re: [Wicket-user] Odd Refresh Page Behavior

2007-06-27 Thread Martijn Dashorst
On 6/27/07, mchack <[EMAIL PROTECTED]> wrote: > Forgot to mention I am using Version 1.3. How recent? Are you working of off head? or an older snapshot? or even beta1? Martijn -- Wicket joins the Apache Software Foundation as Apache Wicket Join the wicket community at irc.freenode.net: ##wicket

Re: [Wicket-user] Odd Refresh Page Behavior

2007-06-27 Thread mchack
Forgot to mention I am using Version 1.3. mchack wrote: > > Perplexed: > > I have an application similar to the phonebook example. > I have a List Users page with a FeedbackPanel and an Edit Users page. > > The URL of the List Page is http://localhost/wicket/app/main (which is > bookmarkable

[Wicket-user] Odd Refresh Page Behavior

2007-06-26 Thread mchack
Perplexed: I have an application similar to the phonebook example. I have a List Users page with a FeedbackPanel and an Edit Users page. The URL of the List Page is http://localhost/wicket/app/main (which is bookmarkable) Selecting a user sets the response page to the edit page. Upon completio