Re: Tapestry and backbutton

2006-04-18 Thread Inge Solvoll
gt; the > > > > > > > back button, the page stays the same, the clearLink component > > > does't > > > > > > seem to > > > > > > > be triggered by the back button. When I click the clearLink > > > link, > > >

Re: Tapestry and backbutton

2006-02-07 Thread Inge Solvoll
ys the same, the clearLink component > > does't > > > > > seem to > > > > > > be triggered by the back button. When I click the clearLink > > link, > > > the > > > > > > country selection is viewed again. > > > > > > > > > > > >

Re: Tapestry and backbutton

2006-02-07 Thread Inge Solvoll
selection is viewed again. > > > > > > > > > > I'm actually beginning to doubt this "back button magic", has > anyone > > > > made > > > > > this work in a browser? Because I have not yet seen this actually > > work > > > > in a &g

Re: Tapestry and backbutton

2006-02-06 Thread Jesse Kuhnert
gt; > > > browser. I've also tried to implement it using dojo from this > article: > > > > http://dojotoolkit.org/docs/intro_to_dojo_io.html, but I haven't > seen > > an > > > > actual running demo of this, and it didn't work for me.

Re: Tapestry and backbutton

2006-02-06 Thread Inge Solvoll
from this article: > > > http://dojotoolkit.org/docs/intro_to_dojo_io.html, but I haven't seen > an > > > actual running demo of this, and it didn't work for me. > > > > > > If someone knows about a demo somewhere that shows how to implement > the &g

Re: Tapestry and backbutton

2006-02-06 Thread Jesse Kuhnert
; > > > On 2/4/06, Mark Stang <[EMAIL PROTECTED]> wrote: > > > > > > Inge, > > > I think it is something I will want to use, once it is figured out. > > > > > > So, keep the e-mails coming! > > > > > > Mark > > &

Re: Tapestry and backbutton

2006-02-06 Thread Inge Solvoll
ge > > On 2/4/06, Mark Stang <[EMAIL PROTECTED]> wrote: > > > > Inge, > > I think it is something I will want to use, once it is figured out. > > > > So, keep the e-mails coming! > > > > Mark > > > > > > -Original Message- &

Re: Tapestry and backbutton

2006-02-06 Thread Inge Solvoll
t; From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] > Sent: Fri 2/3/2006 4:17 PM > To: Tapestry users > Subject: Re: Tapestry and backbutton > > It's not bother at all, keep em coming until I say I can't help you :) > > If you go look at the > http://tacos.mine.nu/tacos-de

RE: Tapestry and backbutton

2006-02-03 Thread Mark Stang
Inge, I think it is something I will want to use, once it is figured out. So, keep the e-mails coming! Mark -Original Message- From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Sent: Fri 2/3/2006 4:17 PM To: Tapestry users Subject: Re: Tapestry and backbutton It's not bother at all,

Re: Tapestry and backbutton

2006-02-03 Thread Jesse Kuhnert
It's not bother at all, keep em coming until I say I can't help you :) If you go look at the http://tacos.mine.nu/tacos-demo4/forms/FormEffectsExample.html example page you'll find that it uses these parameters. Good luck :) On 2/3/06, Inge Solvoll <[EMAIL PROTECTED]> wrote: > > Yes :) I have

Re: Tapestry and backbutton

2006-02-03 Thread Inge Solvoll
Yes :) I have clicked a few links and built up some history before I click the back button. Thanks very much for your patience, I won't bother you and the list more with my mess here, but I would love some hints on where to look in the demo application for similar functionality. I don't think ther

Re: Tapestry and backbutton

2006-02-03 Thread Jesse Kuhnert
You do know that the forward/backward link portions only work ~after~ you have submitted a form right? On 2/3/06, Inge Solvoll <[EMAIL PROTECTED]> wrote: > > Yes, like this: > > > djConfig = { isDebug: true, > baseRelativePath: "/moby/script/dojo/", >

Re: Tapestry and backbutton

2006-02-03 Thread Inge Solvoll
Yes, like this: djConfig = { isDebug: true, baseRelativePath: "/moby/script/dojo/", preventBackButtonFix: false }; Dojo works, debug is printed at the bottom of the page, like this: DEBUG: DEPRECATED: dojo.alg.Alg is deprecated, use dojo.

Re: Tapestry and backbutton

2006-02-03 Thread Jesse Kuhnert
Does you dojo configuration section look like this? djConfig = { isDebug: false, baseRelativePath: "js/dojo/", preventBackButtonFix: false }; On 2/3/06, Inge Solvoll <[EMAIL PROTECTED]> wrote: > > After some obvious bugfix

Re: Tapestry and backbutton

2006-02-03 Thread Inge Solvoll
After some obvious bugfixes, as well as many attempts to try different angles of updated objects on the client, I'm still stuck. I've made my AjaxDirectLink components work, I can click them and the listeners are called. I've made sure that my dojo js directory is the excact same as the tacos4 demo

Re: Tapestry and backbutton

2006-02-02 Thread Inge Solvoll
Still no luck on this one. When i click the backbutton, none of my server side listeners are triggered, and nothing apart from the regular form stuff happens. And the StaleLink of course when I do something else... My page file contains this:

Re: Tapestry and backbutton

2006-02-01 Thread Inge Solvoll
Thanks for the reply! I moved the deadline on this a little bit, will try to implement it within a few weeks. I'll get back to it here. Inge On 1/24/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: > > Three things come to mind: > > -) When using backLink, it is almost always desirable to use a combi

Re: Tapestry and backbutton

2006-01-24 Thread Jesse Kuhnert
Three things come to mind: -) When using backLink, it is almost always desirable to use a combination of backLink/forwardLink so that behaviour makes sense in both directions. -) Your backLink doesn't specify which areas of the page to refresh. -) I'm not entirely sure that redirects are working

Re: Tapestry and backbutton

2006-01-24 Thread Inge Solvoll
I've tried to get this to work, looking at the demo application, but so far no luck. When I click the back button in firefox 1.0.7, nothing happens. There are no Javascript errors in the Javascript console. When I click the back button in IE 6, it works normally, going back the usual "back button

Re: Tapestry and backbutton

2006-01-23 Thread Stijn Christiaens
On Mon, 2006-01-23 at 10:34 +, Kent Tong wrote: > Stijn Christiaens vub.ac.be> writes: > > > I have the following problem. I have a page which contains a Form and some > > RadioButtons and If components. The page represents one question in a > > multiple > > choice system (hence the form w

Re: Tapestry and backbutton

2006-01-23 Thread Kent Tong
Stijn Christiaens vub.ac.be> writes: > I have the following problem. I have a page which contains a Form and some > RadioButtons and If components. The page represents one question in a > multiple > choice system (hence the form with the radiobuttons). Store the question id into a client pers

Re: Tapestry and backbutton

2006-01-23 Thread Stijn Christiaens
Thanks. I'll give it a try. On Sat, 2006-01-21 at 12:22 -0500, Jesse Kuhnert wrote: > nt to specify the forwardLink/backLink actions that > should be performed when the user hits the forward/back buttons on > their web > browser client. ---

Re: Tapestry and backbutton

2006-01-21 Thread Jesse Kuhnert
You can achieve the behaviour you are asking for if you were willing to use the tapestry form here instead: http://tacos.sourceforge.net/components/AjaxForm.html. Specifically, you want to specify the forwardLink/backLink actions that should be performed when the user hits the forward/back buttons