Suppose I have a package structure like this...

com.mycompany.myproject
--- module1
------- page
--------- Page1.html
--- module2
------- page
--------- Page2.html

If I want to autolink from Page1.html to Page2.html, it would look like:

<wicket:link>
  <a href="../../module2/page/Page2.html">Click Here!</a>
</wicket:link>

Correct?  This doesn't appear to be working for me.  I get a warning
from AutolinkResolver:

"WARN  - AutoLinkResolver           - Did not find corresponding java
class: .....module2.page.Page2"

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to