Most of your questions were already answered by Johan (who can answer better
than I, anyway). For the others, see inline.

> > In any case, something like this is surely possible with
> mountable links.
>
> I have read a lot about different links in wicket, but nothing yet about
> *mountable* links. Also, the wiki does not show anything.

Indeed. These are available from Wicket 1.2. I'm in the process of writing a
wiki page, but haven't had time to finish it yet. These mountable links are
really nice, BTW...


> >> (3) Even at design-time, relative paths to images or the
> >> style-sheet should
> >> be valid, so IDEA can verify their existence and image size. This
> >> requires
> >> the page templates to be in the same directory structure as the
> >> images and
> >> style-sheet.
> >
> > Wicket does this if you want it to.
>
> See above example, I do not get it to work as expected. Please
> note, that I
> need the application to work at http://<server>:<port>/foo/ and not at
> http://<server>:<port>/foo (the trailing slash problem).

Again, works with mountable links. You need to set up 1.2 and mount your
links.


> >> (5) It should be very easy to turn links, e.g. used in the menu
> >> bar snippet,
> >> into "smart links". If pointing to the current page, they must not be
> >> rendered as a link, but the look should be customizable (wicket
> >> seems to use
> >> italics in this situation).
> >
> > All out of the box.
>
> How to customize the look of the not rendered link?

CSS works just fine. Wicket allows you to customise the "not-rendered-link",
just like any other component. Or, if it's not customizable enough for you,
you can create your own component.


If you're playing around with 1.2, I suggest you also download the latest
snapshot of the examples and look directly into the code there.


HTH



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to