I will search in this way, thank you

Martijn Dashorst wrote:
> 
> See Application#mount() and the various URL coding strategies that are
> available.
> 
> I think you are looking for Indexed....Strategy
> 
> Martijn
> 
> On 4/25/08, Fabien D. <[EMAIL PROTECTED]> wrote:
>>
>>  I try to use BookmarkablePageLink :
>>
>>  I 've done this :
>>
>>  mountBookmarkablePage("projet", ProjetPage.class);
>>
>>  BookmarkablePageLink link = new BookmarkablePageLink("lien_projet",
>>  ProjetPage.class);
>>  link.setParameter("projet", inf.getNom());
>>
>>  the result is :
>>  ...../projet/projet/MySQL
>>
>>  I want just /projet/MySQL.
>>
>>  In the parameters we have a key "projet" and a value, but the key is
>>  displayed. So my question is : it is possible to do not display this
>> key???
>>
>>  Thank you in advance
>>
>> --
>>  View this message in context:
>> http://www.nabble.com/BookmarkablePageLink-question-tp16894177p16894177.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]
>>
>>
> 
> 
> -- 
> Buy Wicket in Action: http://manning.com/dashorst
> Apache Wicket 1.3.2 is released
> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.2
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/BookmarkablePageLink-question-tp16894177p16895096.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