Wicket generates absolute urls for redirects 301? - Whats the way out

2012-04-21 Thread FarhanS
Hi Guys, We are deploying our application in a new environment/infrastructure, where it would sit behind a load-balancer and the application/apache-server/virtual-host setup has changed a little, and is causing problems in redirect scenarios, for which I want some help. So here is the problem. T

Re: How do I keep component paths constant across unit tests when using Wicket Tester

2012-04-21 Thread Martin Makundi
Test safely: https://cwiki.apache.org/WICKET/type-safe-testing-in-wicket.html 2012/4/21 mmuk...@gmail.com : > I have several wicket tests that target a sortable DataTable, specifically > ajax-clicking the sortable column headers and asserting the contents of the > rendered body rows. Now the comp

Re: Clear markup cache

2012-04-21 Thread Decebal Suiu
Another question: I know what markup files are changed do you think that it's a good idea to use MarkupCache.removeMarkup(String key) to improve the performance? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Clear-markup-cache-tp4575033p4576743.html Sent from the Use

Re: Page Expired with Google Analytics Tracking Code

2012-04-21 Thread Bas Gooren
Hi Andre, Without a quickstart it's nearly impossible to help. Nevertheless, as before, I expect this has to do with either a model that loses track of it's data (could be a serialization issue?), or incorrect usage of said model. When you say that after clicking a link in the navigator "the

Java Maps and non-SQL database

2012-04-21 Thread Marc Marc
Hello, I want to develop an application-interpreter. The interpreter runs an application model consisting of entity-relationships and fairly easy business. My idea is to use Wicket using Java maps as underlying model and to use a non-SQL database to make the Java maps persistent. This way I try

AuthorizationStrategy design question

2012-04-21 Thread Jürgen Lind
Hi, I am looking for ideas on how to implement a context-aware AuthorizationStrategy. This means that I need a way to decided whether a certain self-written component can be instantiated in a particular context or not. For example, the "filter" component may be show to a user with a certain pe