Guys,

Am trying to create a link to a non-wicket filter in a wicket page, using
ExternalLink as follows but it doesn't work.

Here is what i have tried out..

new ExternalLink("linkName","/myfilter") // this would create link as
"[host-name]/myfilter" without the context root...

new ExternalLink("linkName","myfilter") // now this does has the context
root but it includes in the page's mount path after the context-root as
[host-name]/app/search/xyz/myfilter where, the page i have the external link
on is mounted through QueryURLCodingStrategy as "/search/forms", i wonder is
it including /search in there..how to avoid it ? 

Filter is mapped at the follow url 

/xyz/myfilter

and my application's context-root is "app"

Please suggest..
-- 
View this message in context: 
http://www.nabble.com/Link-to-a-filter-using-external-link-tp17043092p17043092.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