You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by David Wynter <da...@roamware.co.uk> on 2003/06/12 14:08:24 UTC

redirect after RawScreen

Hi,

I have written a file manager as a part of a Turbine based user support app.
I have a single class SecureDownload that subclasses RawScreen that down
loads the file selected by the user after first checkign they are allowed.
but in th eContext passe din I have th ename of the calling template and
would like to redirct after th edownload back to the screen from whence they
came.

Can I call something like templateNavigation.setTemplate at the end of the
doOutput method in the SecureDownload class?

Rgds.

David Wynter

roamware Ltd.
(+44) (0) 208 922 7539 B.
(+44) (0) 7879 605 706 M.
www.roamware.co.uk
mailto:david@roamware.co.uk


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


RE: redirect after RawScreen

Posted by David Wynter <da...@roamware.co.uk>.
Hi Raphael,

After thinking about it more I came to that conclusion. Thanks for
confirming it.

Rgds,

David

-----Original Message-----
From: Raphaël Piéroni [mailto:raphael_mailing@yahoo.fr]
Sent: 13 June 2003 08:19
To: Turbine Users List
Subject: RE: redirect after RawScreen


we also have made a secure download but the way it goes back to the
previous screen is never leaving it. as the secure download is used to
define an uri faor an image or a link for a file to download. the
browser then do not leave the screen from where he downloaded the
resources.
R

 --- David Wynter <da...@roamware.co.uk> a écrit : > Oops, I meant
RunData.setScreenTemplate not
> TemplateNavigation.setTemplate
> below. Not sure I can use this from within a Screen as opposed to an
> Action
> where it seems to be intended use.
>
> David
>
> -----Original Message-----
> From: David Wynter [mailto:david@roamware.co.uk]
> Sent: 12 June 2003 13:08
> To: Turbine-User
> Subject: redirect after RawScreen
>
>
> Hi,
>
> I have written a file manager as a part of a Turbine based user
> support app.
> I have a single class SecureDownload that subclasses RawScreen that
> down
> loads the file selected by the user after first checkign they are
> allowed.
> but in th eContext passe din I have th ename of the calling template
> and
> would like to redirct after th edownload back to the screen from
> whence they
> came.
>
> Can I call something like templateNavigation.setTemplate at the end
> of the
> doOutput method in the SecureDownload class?
>
> Rgds.
>
> David Wynter
>
> roamware Ltd.
> (+44) (0) 208 922 7539 B.
> (+44) (0) 7879 605 706 M.
> www.roamware.co.uk
> mailto:david@roamware.co.uk
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-user-help@jakarta.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-user-help@jakarta.apache.org
>

=====
------------------------------------
| Raphaël Piéroni                  |
| 33+ 223 351 354                  |
| mailto:rpieroni@dexem.com        |
| http://www.dexem.com             |
| mailing:raphael_mailing@yahoo.fr |
------------------------------------

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


RE: redirect after RawScreen

Posted by Raphaël Piéroni <ra...@yahoo.fr>.
we also have made a secure download but the way it goes back to the
previous screen is never leaving it. as the secure download is used to
define an uri faor an image or a link for a file to download. the
browser then do not leave the screen from where he downloaded the
resources.
R

 --- David Wynter <da...@roamware.co.uk> a écrit : > Oops, I meant
RunData.setScreenTemplate not
> TemplateNavigation.setTemplate
> below. Not sure I can use this from within a Screen as opposed to an
> Action
> where it seems to be intended use.
> 
> David
> 
> -----Original Message-----
> From: David Wynter [mailto:david@roamware.co.uk]
> Sent: 12 June 2003 13:08
> To: Turbine-User
> Subject: redirect after RawScreen
> 
> 
> Hi,
> 
> I have written a file manager as a part of a Turbine based user
> support app.
> I have a single class SecureDownload that subclasses RawScreen that
> down
> loads the file selected by the user after first checkign they are
> allowed.
> but in th eContext passe din I have th ename of the calling template
> and
> would like to redirct after th edownload back to the screen from
> whence they
> came.
> 
> Can I call something like templateNavigation.setTemplate at the end
> of the
> doOutput method in the SecureDownload class?
> 
> Rgds.
> 
> David Wynter
> 
> roamware Ltd.
> (+44) (0) 208 922 7539 B.
> (+44) (0) 7879 605 706 M.
> www.roamware.co.uk
> mailto:david@roamware.co.uk
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-user-help@jakarta.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-user-help@jakarta.apache.org
>  

=====
------------------------------------
| Raphaël Piéroni                  |
| 33+ 223 351 354                  |
| mailto:rpieroni@dexem.com        |
| http://www.dexem.com             |
| mailing:raphael_mailing@yahoo.fr |
------------------------------------

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


RE: redirect after RawScreen

Posted by David Wynter <da...@roamware.co.uk>.
Oops, I meant RunData.setScreenTemplate not TemplateNavigation.setTemplate
below. Not sure I can use this from within a Screen as opposed to an Action
where it seems to be intended use.

David

-----Original Message-----
From: David Wynter [mailto:david@roamware.co.uk]
Sent: 12 June 2003 13:08
To: Turbine-User
Subject: redirect after RawScreen


Hi,

I have written a file manager as a part of a Turbine based user support app.
I have a single class SecureDownload that subclasses RawScreen that down
loads the file selected by the user after first checkign they are allowed.
but in th eContext passe din I have th ename of the calling template and
would like to redirct after th edownload back to the screen from whence they
came.

Can I call something like templateNavigation.setTemplate at the end of the
doOutput method in the SecureDownload class?

Rgds.

David Wynter

roamware Ltd.
(+44) (0) 208 922 7539 B.
(+44) (0) 7879 605 706 M.
www.roamware.co.uk
mailto:david@roamware.co.uk


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org