Re: Invalid Date Using DatePicker and Short Date Format

2011-10-26 Thread david_
any help on this? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Invalid-Date-Using-DatePicker-and-Short-Date-Format-tp3058289p3943329.html Sent from the Users forum mailing list archive at Nabble.com. -

Re: Error "no application attached to current thread main" with AnnotApplicationContextMock

2010-08-02 Thread david_
I receive this exception also on method Application.get(); It happens on Tomcat after a redeploy. When I remove the "work" directory of Tomcat, and do a restart, the error is gone. 2010/8/2 Sam Grönblom [via Apache Wicket] < ml-node+2309949-1951419770-232...@n4.nabble.com > > On 07/29/2010 06:2

Re: OutOfMemoryError PermGen Space...

2010-07-22 Thread david_
http://java.sun.com/javase/technologies/hotspot/gc/gc_tuning_6.html these are my settings set JAVA_OPTS=%JAVA_OPTS% -Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=256m 2010/7/22 James Carman [via Apache Wicket] < ml-node+

Re: using comet to find all clients using a page

2010-07-09 Thread david_
ask obama and you'll know :) I did something identical I think. But what do you mean with > if any session has currently has the deleted task page 2010/7/9 fachhoch [via Apache Wicket] < ml-node+2283963-1645768850-232...@n4.nabble.com > > In my case I have to refresh some pages based o

Re: using comet to find all clients using a page

2010-07-09 Thread david_
you can solve this yourself by managing a Map where you put in the users in the constructor of the page on session expiration, you remove the user from the Map 2010/7/9 fachhoch [via Apache Wicket] < ml-node+2283204-669277367-232...@n4.nabble.com > > using comet will I be able to get total numbe

Re: @SpringBean not working for IModel implementations?

2010-06-29 Thread david_
Thanks, I'll give it a try! 2010/6/29 Ernesto Reinaldo Barreiro-4 [via Apache Wicket] < ml-node+2272202-1574848512-232...@n4.nabble.com > > I think component instantiation listener will only scan wicket > components. Just try > > InjectorHolder.getInjector().inject(this); > > on constructor of t

Re: wicketstuff-push causing WicketRuntimeException component not found on Page

2010-06-25 Thread david_
art with the issue?? > > On Thu, 2010-06-24 at 23:22 -0700, david_ wrote: > > > Yes indeed. > > Is it possible that wicket is updating for example 2 Component's of 2 > > different users with the same Component identifiers? > > Maybe that's why Wicket is una

Re: wicketstuff-push causing WicketRuntimeException component not found on Page

2010-06-24 Thread david_
Yes indeed. Is it possible that wicket is updating for example 2 Component's of 2 different users with the same Component identifiers? Maybe that's why Wicket is unable to process the action for a link one of the 2 Components. 2010/6/25 Rodolfo Hansen [via Apache Wicket] < ml-node+2267816-118761

Re: [announce] Wicket Security 1.4 released!

2010-06-11 Thread david_
Personally I think the hive file is sufficient. Also annotations take more time to compile :) 2010/6/11 Papegaaij [via Apache Wicket] < ml-node+2251368-1151411741-232...@n4.nabble.com > > On Wednesday 09 June 2010 21:30:39 ViShap wrote: > > I just stumbled upon this announce and didn't have the

Re: Wicket HTML pages are not compiled

2010-06-04 Thread david_
Are you sure the resource files are packaged? Check you pom.xml settings, it should contain something like: false src/main/resources false src/main/java

Re: wicket clustering wicket-security

2010-06-02 Thread david_
Maybe someone knows who I can contact about this? I wicket-security developer maybe? thanks! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/wicket-clustering-wicket-security-tp2238257p2240161.html Sent from the Wicket - User mailing list archive at Nabble.com.

Re: wicket clustering wicket-security

2010-06-01 Thread david_
@n4.nabble.com > > not sure how to do it with wicket-security, but a way to do it > generically is to simply set the userid field you keep in your session > to null instead of invalidating the entire session > > -igor > > On Tue, Jun 1, 2010 at 11:56 AM, david_ <

Re: wicket clustering wicket-security

2010-06-01 Thread david_
ue, Jun 1, 2010 at 11:17 AM, david_ <[hidden > email]<http://user/SendEmail.jtp?type=node&node=2239009&i=0>> > wrote: > > > > If I call getSession().getId() in each webapp (for example at the > indexpage) > > I get the same sessionId's in all appl

Re: wicket clustering wicket-security

2010-06-01 Thread david_
If I call getSession().getId() in each webapp (for example at the indexpage) I get the same sessionId's in all applications. Another thing is, if two users are logged in in two different applications and one of the two logs out the other one is also logged out. 2010/6/1 Igor Vaynberg-2 [via Ap

Re: [announce] Wicket Security 1.4 released!

2010-05-31 Thread david_
I have been using wicket-security for months now, and I'm very happy about it! Finally the 1.4 release I've been waiting for :) I've gathered my information mostly from http://wicketstuff.org/confluence/display/STUFFWIKI/Wicket-Security It is not up to date, but has everything to start with. --