But that doesn't work for resources that are not on the classpath.

On 8/23/05, Juergen Donnerstag <[EMAIL PROTECTED]> wrote:
> Another alternativ is <wicket:link>, though the current version in CVS
> is flawed for none-html, but has already been fixed on my laptop.
> Wicket will than create the necessary Link components at runtime for
> you. So the css file and images remain in the directory of your java
> or html file, keeping previewability and <wicket:link> makes sure it
> is accessible at runtime as well.
> 
> Juergen
> 
> On 8/24/05, Phil Kulak <[EMAIL PROTECTED]> wrote:
> > What I've done is have all my HTML files in one folder (there was a
> > topic on that recently) and then just copy stylesheets and images over
> > to that folder for previewing. It's not very elegant, but the
> > alternative is to have every single image and stylesheet handled by
> > Wicket, which is a bit of a pain.
> >
> > On 8/23/05, Kenneth Foo <[EMAIL PROTECTED]> wrote:
> > > Hi
> > >
> > > Just curious, if my css files is in a web folder, but my htmls are in the
> > > same folder as my java classes,
> > > how do I make DreamWeaver apply the CSS style while editing the html?
> > >
> > > As far as I know, if I use something like this in my html
> > >
> > > <head>
> > >     <link rel="stylesheet" type="text/css" href="style.css"/>
> > > </head>
> > >
> > > Dreamweaver expects the CSS to be in the same folder as the html file.
> > > And since the CSS is not in the same folder, I only gain style-less 
> > > WYSIWYG
> > > editing in DreamWeaver :(
> > >
> > > Any help would be great!
> > >
> > > Thanks!
> > >
> > > Kenneth
> > >
> > >
> > >
> > > -------------------------------------------------------
> > > SF.Net email is Sponsored by the Better Software Conference & EXPO
> > > September 19-22, 2005 * San Francisco, CA * Development Lifecycle 
> > > Practices
> > > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
> > > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> > > _______________________________________________
> > > Wicket-user mailing list
> > > [email protected]
> > > https://lists.sourceforge.net/lists/listinfo/wicket-user
> > >
> >
> >
> > -------------------------------------------------------
> > SF.Net email is Sponsored by the Better Software Conference & EXPO
> > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
> > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
> > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> > _______________________________________________
> > Wicket-user mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
> 
> 
> -------------------------------------------------------
> SF.Net email is Sponsored by the Better Software Conference & EXPO
> September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
> Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
> Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> _______________________________________________
> Wicket-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to