well, it is relative but it says

getPage().getPackage().getName() + "." + url.  I'll fix it.

Juergen


On Sun, 02 Jan 2005 17:01:47 -0800, Jonathan Locke <[EMAIL PROTECTED]> wrote:
> 
> maybe this improved javadoc will help jog someone's memory...
> 
>     /**
>      * Takes a package and a relative path to a class and returns any class
>      * at that relative path.  For example, if the given package was
> java.lang
>      * and the relative path was "../util/List", then the java.util.List
> class
>      * would be returned.
>      * @param p The package to start at
>      * @param path The relative path to the class
>      * @return The class
>      * @throws ClassNotFoundException
>      */
>     public static Class relativeClass(final Package p, final String path)
>             throws ClassNotFoundException
> 
> 
> Jonathan Locke wrote:
> 
> >
> > why is this method unused?  i think this used to be how wicket would
> > find classes using relative URLs in autolink hrefs...
> > maybe this is why everyone's been complaining about linking and urls?
> > i always figured people would use relative URLs with <wicket:link>
> > functionality... and thus this method.
> >
> >
> >
> >
> > -------------------------------------------------------
> > The SF.Net email is sponsored by: Beat the post-holiday blues
> > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
> > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
> > _______________________________________________
> > Wicket-develop mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/wicket-develop
> >
> 
> -------------------------------------------------------
> The SF.Net email is sponsored by: Beat the post-holiday blues
> Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
> It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
> _______________________________________________
> Wicket-develop mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wicket-develop
>


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to