you could turn on logging for requests to see whats going on for starters ... 

enable request logger:

Application.get().getRequestLoggerSettings().setRequestLoggerEnabled(true);


set num requests

Application.get().getRequestLoggerSettings().setRequestsWindowSize(10);


log4j settings

log4j.rootLogger=INFO,Stdout
log4j.category.org.apache.wicket.protocol.http.RequestLogger=INFO
log4j.appender.Stdout=org.apache.log4j.ConsoleAppender
log4j.appender.Stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.Stdout.layout.conversionPattern=%d %-5p - %-26.26c{1} - %m\n


Kind regards

Armando
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/autocomplete-works-in-development-but-It-doesn-t-in-production-tp2318189p2318353.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]

Reply via email to