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,
> > >
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.
> > > > > >
> > > > > >
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
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.
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
; >
> > 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
> > &
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-
&
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
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,
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
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
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/",
>
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.
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
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
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:
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
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
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
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
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
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.
---
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
23 matches
Mail list logo