Use template attribute instead of screen: <a href='<jetspeed:dynamicUri template="LMSLogin.jsp" />'>LMS Login</a>
Best regards, Mark Orciuch - [EMAIL PROTECTED] Jakarta Jetspeed - Enterprise Portal in Java http://jakarta.apache.org/jetspeed/ > -----Original Message----- > From: Boyd, David [mailto:[EMAIL PROTECTED] > Sent: Friday, March 07, 2003 9:15 AM > To: Jetspeed Users List > Subject: Problems with dynamicUri Tag > > > I was trying to use the dynamicUri tag in the following way: > > <a href='<jetspeed:dynamicUri screen="LMSLogin.jsp" />'>LMS Login</a> > > Now, LMSLogin.jsp is located in the screens directory. When, the mouse is > placed over the link I get: > http://localhost:8080/lms/portal/screen/LMSLogin.jsp > <http://localhost:8080/lms/portal/screen/LMSLogin.jsp> . When I > select the > link I go an error page that states the following: > > Horrible Exception: java.lang.ClassNotFoundException: > > Requested Screen not found: LMSLogin.jsp > Turbine looked in the following modules.packages path: > [org.apache.jetspeed.modules, org.apache.turbine.modules, > com.nisys.jetspeed.modules] > > at > org.apache.turbine.modules.ScreenLoader.getInstance(ScreenLoader.java:197) > at > org.apache.turbine.modules.pages.DefaultPage.doBuild(DefaultPage.java:162) > at org.apache.turbine.modules.Page.build(Page.java:90) > at > org.apache.turbine.modules.PageLoader.exec(PageLoader.java:123) > at org.apache.turbine.Turbine.doGet(Turbine.java:563) > ............ > > Any ideal as to what is going on here, or is this tag broken. > > ... > Thanks > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
