You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by "F. Da Costa" <da...@xs4all.nl> on 2004/03/10 04:28:59 UTC

Library 'https' not found in application namespace

Hi,

Trying to start a secure session in a plain vanilla Tap with Spindle env.
Nothing funky going on.

The subject is the error i get when i do the following:
PageRedirectException("https://lh:8080/app?service=page/LoginWelcome");
or
PageRedirectException("https://lh:8443/app?service=page/LoginWelcome");

Which library do i need to include?

TIA
Fermin DCG


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


Re: Library 'https' not found in application namespace

Posted by Paul Ferraro <pm...@columbia.edu>.
You need to use RedirectException, not PageRedirectException.  
PageRedirectException accepts a page name.  When it sees the colon, it 
thinks that https is a library.  e.g. if you were referencing a page in 
a library you would use: throw new 
PageRedirectException("myLibrary:MyPage");
P.S. I'm in the process of responding to your last email...

Paul

F. Da Costa wrote:

> Hi,
>
> Trying to start a secure session in a plain vanilla Tap with Spindle env.
> Nothing funky going on.
>
> The subject is the error i get when i do the following:
> PageRedirectException("https://lh:8080/app?service=page/LoginWelcome");
> or
> PageRedirectException("https://lh:8443/app?service=page/LoginWelcome");
>
> Which library do i need to include?
>
> TIA
> Fermin DCG
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>


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