You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Gregory Joseph <gj...@kiala.com> on 2003/09/18 19:58:45 UTC

jsp errorPage

Hi list,

Is there any way Jetspeed can support the JSP errorPage directive?
Or maybe JetSpeed / Turbine provide a replacement service for this?

Thanks

g

Need to get Role of the Logged In User.

Posted by Sunil Sheshadri <ss...@cisco.com>.
Hello All,
I need to know the role of the logged in User in my JSP to do some
processing. 
How to do it? I tried the following code but it returned Null.

Rundata rundata = (Rundata)request.getAttribute("rundata"); // this
returned properly
AccessControlList acl = rundata.getACL();  // This returned NULL...

Please let me know how to get the role of the logged in user.

Thanks in Advance.

Regards,
Sunil.

 



Need to get Role of the Logged In User.

Posted by Sunil Sheshadri <ss...@cisco.com>.
Hello All,
I need to know the role of the logged in User in my JSP to do some
processing. 
How to do it? I tried the following code but it returned Null.

Rundata rundata = (Rundata)request.getAttribute("rundata"); // this
returned properly
AccessControlList acl = rundata.getACL();  // This returned NULL...

Please let me know how to get the role of the logged in user.

Thanks in Advance.

Regards,
Sunil.

 



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


Re: jsp errorPage

Posted by Christophe Lombart <ch...@skynet.be>.
I'm not complelty familiar with jsp within jetspeed but  have you try to 
put this directive in
..../WEB-INF/templates/jsp/layouts/html/default.jsp ?

Christophe

Gregory Joseph wrote:

>Hi list,
>
>Is there any way Jetspeed can support the JSP errorPage directive?
>Or maybe JetSpeed / Turbine provide a replacement service for this?
>
>Thanks
>
>g
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>
>
>
>
>  
>



Re: jsp errorPage

Posted by Christophe Lombart <ch...@skynet.be>.
I'm not complelty familiar with jsp within jetspeed but  have you try to 
put this directive in
..../WEB-INF/templates/jsp/layouts/html/default.jsp ?

Christophe

Gregory Joseph wrote:

>Hi list,
>
>Is there any way Jetspeed can support the JSP errorPage directive?
>Or maybe JetSpeed / Turbine provide a replacement service for this?
>
>Thanks
>
>g
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>
>
>
>
>  
>



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