Re: refresh page from an AjaxLink or OnChangeAjaxBehavior

2012-05-10 Thread jensiator
you can do it even decoupled. If I not completely off target I can give you some code examples.. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/refresh-page-from-an-AjaxLink-or-OnChangeAjaxBehavior-tp4614698p4623193.html Sent from the Users forum mailing list

refresh page from an AjaxLink or OnChangeAjaxBehavior

2012-05-07 Thread Mihai Toma
Hi, I have an OnChangeAjaxBehavior on a DropDownChoice component. After I change a value in that drop down I want to reload the page using setResponse(currentPage.getClass(), currentPage.getPageParameters()); themeComp.add(new OnChangeAjaxBehavior() {

RE: refresh page from an AjaxLink or OnChangeAjaxBehavior

2012-05-07 Thread Mihai Toma
Forgot to say wicket 1.5.5. Mihai -Original Message- From: Mihai Toma [mailto:mihai.t...@asf.ro] Sent: Monday, May 07, 2012 3:47 PM To: users@wicket.apache.org Subject: refresh page from an AjaxLink or OnChangeAjaxBehavior Hi, I have an OnChangeAjaxBehavior on a DropDownChoice

Re: refresh page from an AjaxLink or OnChangeAjaxBehavior

2012-05-07 Thread Martin Grigorov
: Monday, May 07, 2012 3:47 PM To: users@wicket.apache.org Subject: refresh page from an AjaxLink or OnChangeAjaxBehavior Hi, I have an OnChangeAjaxBehavior on a DropDownChoice component. After I change a value in that drop down I want to reload the page using setResponse(currentPage.getClass

Re: refresh page

2009-06-12 Thread Luther Baker
mount the page with hybridurlcodingstrategy and your problems will go away. Flawless Victory! Thanks everybody, -Luther

Re: refresh page

2009-06-12 Thread Luther Baker
Ok, so that 'almost' wraps this up. HypbridUrlCodingStrategy works perfectly for the Ajax-added data. My last problem is related to the form fields. In AjaxFallbackButton.onSubmit ... I clean out the input that holds the value I've just added to the database and redisplayed in a list to the user.

refresh page

2009-06-11 Thread Luther Baker
If I add a few values to a page div ala an Ajax button - and the user hits refresh on the page, the new values I've added go away. The user is completing a form - but hasn't formally submitted the form yet - so there is nothing stored in the database yet. The browser naturally re-renders the

AW: refresh page

2009-06-11 Thread Dorothée Giernoth
- Von: Luther Baker [mailto:lutherba...@gmail.com] Gesendet: Donnerstag, 11. Juni 2009 13:27 An: users@wicket.apache.org Betreff: refresh page If I add a few values to a page div ala an Ajax button - and the user hits refresh on the page, the new values I've added go away. The user is completing

Re: refresh page

2009-06-11 Thread Luther Baker
@wicket.apache.org Betreff: refresh page If I add a few values to a page div ala an Ajax button - and the user hits refresh on the page, the new values I've added go away. The user is completing a form - but hasn't formally submitted the form yet - so there is nothing stored in the database

Re: refresh page

2009-06-11 Thread Luther Baker
: refresh page If I add a few values to a page div ala an Ajax button - and the user hits refresh on the page, the new values I've added go away. The user is completing a form - but hasn't formally submitted the form yet - so there is nothing stored in the database yet. The browser naturally

AW: refresh page

2009-06-11 Thread Dorothée Giernoth
in as his changes are saved. Dunno if that would be an acceptable approach or if that helps you at all. - dg -Ursprüngliche Nachricht- Von: Luther Baker [mailto:lutherba...@gmail.com] Gesendet: Donnerstag, 11. Juni 2009 15:22 An: users@wicket.apache.org Betreff: Re: refresh page So

Re: refresh page

2009-06-11 Thread Michael O'Cleirigh
Hi Luther, If I add a few values to a page div ala an Ajax button - and the user hits refresh on the page, the new values I've added go away. The user is completing a form - but hasn't formally submitted the form yet - so there is nothing stored in the database yet. The browser naturally

Re: refresh page

2009-06-11 Thread Nicolas Melendez
are saved. Dunno if that would be an acceptable approach or if that helps you at all. - dg -Ursprüngliche Nachricht- Von: Luther Baker [mailto:lutherba...@gmail.com] Gesendet: Donnerstag, 11. Juni 2009 15:22 An: users@wicket.apache.org Betreff: Re: refresh page So it turns out

Re: refresh page

2009-06-11 Thread Igor Vaynberg
sounds like ajax mods to a bookmarkable page... mount the page with hybridurlcodingstrategy and your problems will go away. -igor On Thu, Jun 11, 2009 at 4:26 AM, Luther Bakerlutherba...@gmail.com wrote: If I add a few values to a page div ala an Ajax button - and the user hits refresh on the

Refresh page after downloading file

2009-05-26 Thread Humberto N. Castejon Martinez
Hi! I have a page with several links to download files. After one file is downloaded I would like the corresponding link to dissapear from the page. In principle this would be as simple as refreshing the page once a link has been clicked. However, I am not sure how to do this, since using

AW: Refresh page after downloading file

2009-05-26 Thread Dorothée Giernoth
[mailto:humberto.castejon.marti...@gmail.com] Im Auftrag von Humberto N. Castejon Martinez Gesendet: Dienstag, 26. Mai 2009 12:08 An: users@wicket.apache.org Betreff: Refresh page after downloading file Hi! I have a page with several links to download files. After one file is downloaded I would like the corresponding

Re: refresh page with detachable model - not working

2008-09-23 Thread lienok
= ticketID; } protected Object load() { tck = findTicket(ticketId); return tck; } public void detach() { tck = null; } . Any advice what I am doing wrong I would appreciate. Thanks, Lenka -- View this message in context: http://www.nabble.com/refresh-page

refresh page with detachable model - not working

2008-09-22 Thread lienok
am doing wrong I would appreciate. Thanks, Lenka -- View this message in context: http://www.nabble.com/refresh-page-with-detachable-model---not-working-tp19608631p19608631.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: refresh page with detachable model - not working

2008-09-22 Thread Martijn Dashorst
); return tck; } public void detach() { tck = null; } . Any advice what I am doing wrong I would appreciate. Thanks, Lenka -- View this message in context: http://www.nabble.com/refresh-page-with-detachable-model---not-working-tp19608631p19608631.html Sent from

Re: refresh page with detachable model - not working

2008-09-22 Thread lienok
appreciate. Thanks, Lenka -- View this message in context: http://www.nabble.com/refresh-page-with-detachable-model---not-working-tp19608631p19608631.html Sent from the Wicket - User mailing list archive at Nabble.com

Refresh page vs Restart to see HTML changes

2007-09-17 Thread Doug Leeper
/ meta http-equiv=PRAGMA content=NO-CACHE / Thanks - Doug -- View this message in context: http://www.nabble.com/Refresh-page-vs-Restart-to-see-HTML-changes-tf4469520.html#a12743603 Sent from the Wicket - User mailing list archive at Nabble.com

Re: Refresh page vs Restart to see HTML changes

2007-09-17 Thread Martijn Dashorst
: http://www.nabble.com/Refresh-page-vs-Restart-to-see-HTML-changes-tf4469520.html#a12743603 Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Refresh page vs Restart to see HTML changes

2007-09-17 Thread Doug Leeper
use maven to generate your project using mvn eclipse:eclipse, then it will be under /target/classes In the particular location for your setup, the html should be copied there as well. Martijn -- View this message in context: http://www.nabble.com/Refresh-page-vs-Restart-to-see-HTML-changes

Re: Refresh page vs Restart to see HTML changes

2007-09-17 Thread Doug Leeper
I am running in development mode. The console shows DEVELOPMENT upon startup. Make sure you run in development mode. E.g. pass -Dwicket.configuration=development or configure in your web.xml file. Eelco -- View this message in context: http://www.nabble.com/Refresh-page-vs-Restart-to-see

Re: Refresh page vs Restart to see HTML changes

2007-09-17 Thread Martijn Dashorst
On 9/17/07, Eelco Hillenius [EMAIL PROTECTED] wrote: Eclipse does. Maven for instance doesn't. Are you sure the maven eclipse:eclipse doesn't generate the auto copying of HTML files for you when you add the src/main/java as a resources directory in your pom, such as our quickstart archetype and

Re: Refresh page vs Restart to see HTML changes

2007-09-17 Thread Eelco Hillenius
Are you sure the maven eclipse:eclipse doesn't generate the auto copying of HTML files for you when you add the src/main/java as a resources directory in your pom, such as our quickstart archetype and quickstart project does? Yep, I'm sure. Eclipse copies files by default, but you can

Re: Refresh page vs Restart to see HTML changes

2007-09-17 Thread Eelco Hillenius
On 9/17/07, Martijn Dashorst [EMAIL PROTECTED] wrote: Are the files copied from the sources directory to the classes directory? By default eclipse doesn't copy those files to the classpath iirc. Eclipse does. Maven for instance doesn't. Eelco

Re: Refresh page vs Restart to see HTML changes

2007-09-17 Thread Martijn Dashorst
http-equiv=CACHE-CONTROL content=NO-CACHE / meta http-equiv=PRAGMA content=NO-CACHE / Thanks - Doug -- View this message in context: http://www.nabble.com/Refresh-page-vs-Restart-to-see-HTML-changes-tf4469520.html#a12743603 Sent from the Wicket - User mailing list archive

Re: Refresh page vs Restart to see HTML changes

2007-09-17 Thread Doug Leeper
components. - I am setting meta http-equiv=CACHE-CONTROL content=NO-CACHE / meta http-equiv=PRAGMA content=NO-CACHE / Thanks - Doug -- View this message in context: http://www.nabble.com/Refresh-page-vs-Restart-to-see-HTML-changes-tf4469520.html#a12743603 Sent from the Wicket - User mailing

Re: Refresh page vs Restart to see HTML changes

2007-09-17 Thread Doug Leeper
-1.4 and the corresponding slf4j-impl-1.4 jars (impl can be log4j for instance). -- View this message in context: http://www.nabble.com/Refresh-page-vs-Restart-to-see-HTML-changes-tf4469520.html#a12748950 Sent from the Wicket - User mailing list archive at Nabble.com