does sound very strange. are you sure you dont have something like <img src=""/> in your markup? empty src will cause the browser to re-request the same url..
-igor On Mon, Mar 31, 2008 at 2:54 AM, SteamR <[EMAIL PROTECTED]> wrote: > > Hi, I hope someone could help me with this... > > I have 5 pages which are pretty standalone but stateful, and they have > nothing to do with each other. > > Now I thought of having bookmarks for each of these pages, and added a mount > point to /pwa. > > Now the problems started; my page's constructor was invoked three times > before actual output occured (it has an empty constructor), and a form > object loses its transient fields during a request-response cycle. > > The transient field getting lost, is something I can fix, but invoking the > constructor three times and why wicket does so, is very strange...? > > Anyone know any answer to this... > > Btw, I am running wicket 1.3.1 > -- > View this message in context: > http://www.nabble.com/Mount-causes-strange-effects-on-my-web-application-tp16395309p16395309.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
