Re: Back button

2010-04-25 Thread Nico Guba
Hmmm, does that imply that one of the member variables may be Serializable? On 25 Apr 2010, at 05:18, Igor Vaynberg wrote: > the exception might have caused your page to not be serialized > properly into the pagestore > > -igor > > On Sat, Apr 24, 2010 at 6:06 PM, Douglas Ferguson > wrote: >>

Re: Back button

2010-04-25 Thread James Carman
That means one of your fields might *not* be Serializable. The error message usually tells you the exact field that caused the problem (in development mode). On Sun, Apr 25, 2010 at 8:26 AM, Nico Guba wrote: > Hmmm, does that imply that one of the member variables may be Serializable? > > On 25

pagination both bottom and top ajaxfallbackdatatable

2010-04-25 Thread fachhoch
we use ajaxfallbackdefaultdatatable ,it provides pagination on top,can I pagination both on top as well as bottom ?, -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/pagination-both-bottom-and-top-ajaxfallbackdatatable-tp2064202p2064202.html Sent from the Wicket - Use

RE: Persistence.xml problem

2010-04-25 Thread andre.prase...@gmail.com
Try clean and build, you might break your application. Sent from my Nokia phone -Original Message- From: Igor Vaynberg Sent: 24/04/2010 23:10:15 Subject: Re: Persistence.xml problem wicket has nothing to do with it. maybe your IDE is not updating your persistence.xml in the target direc

RE: Persistence.xml problem

2010-04-25 Thread andre.prase...@gmail.com
Try clean and build, you might break your application. Sent from my Nokia phone -Original Message- From: Igor Vaynberg Sent: 24/04/2010 23:10:15 Subject: Re: Persistence.xml problem wicket has nothing to do with it. maybe your IDE is not updating your persistence.xml in the target direc

RE: Persistence.xml problem

2010-04-25 Thread Matias Pansa
I try clean and build many times with the same result , i try deleting all files manually to , a clean tomcat install and manually deploy the app.Thanks. > Date: Sun, 25 Apr 2010 13:34:28 + > From: andre.prase...@gmail.com > Subject: RE: Persistence.xml problem > To: users@wicket.apache.or

Re: Persistence.xml problem

2010-04-25 Thread Nico Guba
Is maven your build system? On 25 Apr 2010, at 14:46, Matias Pansa wrote: > > I try clean and build many times with the same result , i try deleting all > files manually to , a clean tomcat install and manually deploy the app.Thanks. > > > >> Date: Sun, 25 Apr 2010 13:34:28 + >> From: an

Re: pagination both bottom and top ajaxfallbackdatatable

2010-04-25 Thread Igor Vaynberg
add the navigation toolbar to the bottom, see addbottomtoolbar -igor On Sun, Apr 25, 2010 at 6:03 AM, fachhoch wrote: > > we use ajaxfallbackdefaultdatatable ,it provides pagination on top,can I > pagination both on top as well as bottom ?, > > -- > View this message in context: > http://apache

RE: Persistence.xml problem

2010-04-25 Thread Matias Pansa
No , is ant . > Subject: Re: Persistence.xml problem > From: ng...@mac.com > Date: Sun, 25 Apr 2010 15:41:07 +0100 > To: users@wicket.apache.org > > Is maven your build system? > > On 25 Apr 2010, at 14:46, Matias Pansa wrote: > > > > > I try clean and build many times with the same result ,

Re: Back button

2010-04-25 Thread Douglas Ferguson
No.. this is not a serialization issue, unless Igor is correct in that fact that the exception prevents serialization. But how would that effect the back button, should the page on the back button have already been serialized? Say if I get a hibernate "failed to lazy load" exception, then I hit

Re: Wicket and Guice / legup / warp persist?

2010-04-25 Thread Douglas Ferguson
Anybody have tips on the correct way to do this? On Apr 24, 2010, at 5:42 PM, Douglas Ferguson wrote: > I'm curious about how this would work with serialization/deserialization. > > For instance, with a data provider where would you actually put this: > >> InjectorHolder.getInjector().inject(th

Re: Back button

2010-04-25 Thread James Carman
It would affect the back button because when Wicket tries to go get the specific version of the page back from the session store (only the "current" version is kept in the session and the earlier ones are in the store), it won't be able to find it. On Sun, Apr 25, 2010 at 11:45 AM, Douglas Ferguso

Re: Back button

2010-04-25 Thread James Carman
I meant "page store", not "session store." On Sun, Apr 25, 2010 at 12:26 PM, James Carman wrote: > It would affect the back button because when Wicket tries to go get > the specific version of the page back from the session store (only the > "current" version is kept in the session and the earlie

Re: Wicket and Guice / legup / warp persist?

2010-04-25 Thread Jeremy Thomerson
I also updated the exception message in commit 937854. -- Jeremy Thomerson http://www.wickettraining.com On Thu, Apr 8, 2010 at 7:26 AM, Martin Grigorov wrote: > The ticket for this is https://issues.apache.org/jira/browse/WICKET-2761 > The fix is applied to 1.4.x at 13/03 by Juergen. > 1.4.7

Re: SignInPage as panel in an AuthenticatedWebApplication?

2010-04-25 Thread Zilvinas Vilutis
ModalPanel is unsecure - as you can hide it using JavaScript But if you still want to do that - then you can add the modal panel to your "ScurePage" - which all your other pages extend - display it every time if the user is not logged in. Žilvinas Vilutis Mobile: (+370) 652 38353 E-mail: ci

Re: Persistence.xml problem

2010-04-25 Thread Nico Guba
I can assure you that there are no apparent problems/conflicts in using EclipseLink alongside Wicket. I'm doing it constantly :) It is likely that there is an issue with how your IDE is setup or packages the files. Some tools write their own META-INF directory in a war instead of using the on

Re: Back button

2010-04-25 Thread Douglas Ferguson
So does this mean that if you won't true BackButtom support you should swallow all exceptions. That doesn't seem right.. D/ On Apr 25, 2010, at 11:26 AM, James Carman wrote: > I meant "page store", not "session store." > > On Sun, Apr 25, 2010 at 12:26 PM, James Carman > wrote: >> It would a

RE: Back button

2010-04-25 Thread Martin Asenov
Hello, everyone! I was off during the weekend, that's the reason I didn't write. The issue occurs when: I've got a repeater with cells (a calendar). Every cell has its own day label (a link that opens a modal window). The modalwindowcallback is set on the modal window that refreshes the repeat