-igor
On 1/11/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
Reloading from the classpath should work out the box, right? So
getResourceSettings().setResourcePollFrequency( Duration.seconds(2));
should work.
Eelco
On 1/11/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> or to be more precise you need the following two calls in your
> application.init() or constructor:
>
>
> getResourceSettings().addResourceFolder("src/java"); //
> this is the path to your source folder relative to project folder and where
> the html files live
>
> getResourceSettings().setResourcePollFrequency(Duration.seconds(10));
> // this tells wicket how often to check for changes
>
> -Igor
>
>
>
>
> On 1/11/06, Ingram Chen <[EMAIL PROTECTED]> wrote:
> > you can try Application.configure("development");
> >
> > see javadoc for detail.
> >
> >
> >
> > On 1/11/06, Ali Zaid < [EMAIL PROTECTED]> wrote:
> > > Hay Guys;
> > >
> > > WOW! Just WOW! 1.2 is really cool, I just ported my current
> > > application from 1.1 to 1.2, and solved allot of problems, simple
> > > modifaction for settings and everytihg went smooth.
> > >
> > > What I can't figure out is how to make the HTML reloads when my
> > > application is on and I make change in HTML. I see this in the change
> > > log, is it available for the current snapshot?
> > >
> > > Thanks for the wondeful work, wicket is a life change for me!!!
> > >
> > > --
> > > Regards, Ali
> > >
> > >
> > > -------------------------------------------------------
> > > This SF.net email is sponsored by: Splunk Inc. Do you grep through log
> files
> > > for problems? Stop! Download the new AJAX search engine that makes
> > > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
> > > http://ads.osdn.com/?ad_idv37&alloc_id865&opclick
> > > _______________________________________________
> > > Wicket-user mailing list
> > > [email protected]
> > >
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> > >
> >
> >
> >
> > --
> > Ingram Chen
> > Java [EMAIL PROTECTED]
> > Institue of BioMedical Sciences Academia Sinica Taiwan
> > blog: http://www.javaworld.com.tw/roller/page/ingramchen
>
>
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&opclick
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user
