use a post request !!

tawus

On Thu, Feb 19, 2009 at 2:31 PM, wch2001 <wch2...@hotmail.com> wrote:
>
>
> Dear all,
>
> I am doing a project , there is one url with some parameters  as below
>
> http://localhost:8080/dira/?wicket:bookmarkablePage=%3Asg.sphsearch.dira.web.wicket.pages.company.CompanyDetail&originPage=company&organizationId=191834
>
> If I set mountBookmarkablePage in webApplication for CompanyDetail like
> that:
> mountBookmarkablePage("/company", CompanyDetail.class);
>
> The url will be changed to
>
> http://localhost:8080/dira/company/originPage/company/organizationId/191834/
>
> how Can I hide the parameters? like
> http://localhost:8080/dira/company
>
> thanks
>
> wch
> --
> View this message in context: 
> http://www.nabble.com/how-to-hide-parameter-in-URL--for-parameters-tp22096367p22096367.html
> Sent from the Wicket - User 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
>
>

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

Reply via email to