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