java - Is there a way to pass hidden values in Wicket? -


as described in wicket redirect: how pass on parameters , keeps urls "pretty"?, there variety of options passing parameters in wicket. however, of methods listed on page use url transmit parameter information.

is there class that's similar the pageparameters class except hides information it's transmitting? don't care bookmarkability, care urls like

 http://www.example.com/example.html?uniqueid=309308&supersecretvalue=42 

installing custom url coding strategy way.

note though wicket doesn't expose internal state anyway, you'll need bookmarkable pages.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -