Hi,

i would like to mount a resource with a name "/mypath/${param1}/whatever".
I've already mounted a page with "/mypath".

I was wondering why i was always redirected to the /mypath page.

In ResourceMapper i've found this:
<code>
  @Override
  public int getCompatibilityScore(Request request)
  {
    return 0; // pages always have priority over resources
  }
</code>

So i would like to know: Why is the resource not mapped by it's appropriate 
compatibility score
vs pages?

Thanks for your support
Per

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

Reply via email to