Hello,

in an attempt to customize the login page to use the currently set theme, which 
I believe is a pretty useful feature (its kind of annoying that it switches to 
'nphalanx'  by default), I tried the following:

in portal-server.war/login.jsp I added

<%@ taglib uri="http://java.sun.com/portlet"; prefix="portlet" %>
<portlet:defineObjects/>

to get access to the request object and then get the theme name and put it in 
the head of the page.

However I get the following exception:
[FormAuthenticator] Unexpected error forwarding to login page
org.apache.jasper.JasperException the absolute uri: http://java.sun.com/portlet 
cannot be resolved in either web.xml or the jar files deployed with this 
application.

Well, this exception makes the problem obvious, however the solution is not :-)
Is there any way I can introduce this taglib to the login.jsp ?

Greetings Thorsten

P.S.: still using portal 2.2.0, so if this is already dealt with please tell me.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919532#3919532

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919532


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to