Re: [Wicket-user] Re: Previewing html only, including nested components html

2005-11-04 Thread Laurent PETIT
On 11/4/05, Nathan Hamblen <[EMAIL PROTECTED]> wrote: > But anyway, you can preview a component (in isolation) just fine in the > component template without a web server. You can also preview the fake > version in the page template without a server, though it's easy for that > to get out of synch w

Re: [Wicket-user] Re: Previewing html only, including nested components html

2005-11-04 Thread Laurent PETIT
The problem at hand was : how to still have an html preview -before having all the logic implemented- for a complex page, when the page is technically separated into multiple parts/panels. But now I see this question has no answers, and that is normal, due to the fact that the real types of the pa

Re: [Wicket-user] Re: Previewing html only, including nested components html

2005-11-04 Thread Laurent PETIT
Yes, that's simple and that works, indeed. Thanks for the idea. On 11/4/05, Martijn Dashorst <[EMAIL PROTECTED]> wrote: > I use around relative paths to the CSS in the webapp > directory. So this looks like: > > > > > > > > > > The same can be done for JavaScript libraries that aren't p

[Wicket-user] Re: Previewing html only, including nested components html

2005-11-04 Thread Nathan Hamblen
It wouldn't be a "drawback," since nobody does it better. But anyway, you can preview a component (in isolation) just fine in the component template without a web server. You can also preview the fake version in the page template without a server, though it's easy for that to get out of synch

Re: [Wicket-user] Re: Previewing html only, including nested components html

2005-11-04 Thread Martijn Dashorst
I use around relative paths to the CSS in the webapp directory. So this looks like: The same can be done for JavaScript libraries that aren't part of a component. Martijn On 11/3/05, Juergen Donnerstag <[EMAIL PROTECTED]> wrote: > > > I don't know how to correctly preview a markup h

Re: [Wicket-user] Re: Previewing html only, including nested components html

2005-11-04 Thread Eduardo Rocha
The fact that one cannot preview html only using panels without running a web server means that java code it is mandatory. Do you think this is a drawback to Wicket (as well as Tapestry) that claims that designers and coders can work almost independently? 2005/11/3, Laurent PETIT <[EMAIL PROTECTED

Re: [Wicket-user] Re: Previewing html only, including nested components html

2005-11-03 Thread Laurent PETIT
On 11/3/05, Juergen Donnerstag <[EMAIL PROTECTED]> wrote: > in order to be pre-viewable the html editor must be able to find the > css file without the help of wicket. The easiest way to accomplish it > is to put the css into your source path and by means of > (autolinks) wicket is able to find th

Re: [Wicket-user] Re: Previewing html only, including nested components html

2005-11-03 Thread Juergen Donnerstag
> > I don't know how to correctly preview a markup html only when it > > refers to css, javascript files, that are meant to be relative to the > > webapp context. in order to be pre-viewable the html editor must be able to find the css file without the help of wicket. The easiest way to accomplish

[Wicket-user] Re: Previewing html only, including nested components html

2005-11-03 Thread Laurent PETIT
nobody for this one ? ;-) On 11/3/05, Laurent PETIT <[EMAIL PROTECTED]> wrote: > Hello, > > I don't know how to correctly preview a markup html only when it > refers to css, javascript files, that are meant to be relative to the > webapp context. > > I think this should be done by viewing the html