The counter is there only for stateful pages.
setStatelessHint(true) is just a hint. The statelessness is calculated
at render time - if all components in the page are stateless then the
page is stateless too.
To find which component makes it stateful use wicket-devutils's
StatelessChecker + @StatelessComponent

On Sun, Aug 7, 2011 at 1:14 AM, heikki <tropic...@gmail.com> wrote:
> sorry, did not escape html in my post. That should be:
>
> with
>
> # contact
>
>
> in the HTML.
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/URLs-without-counter-parameter-tp3724144p3724147.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to