Bjoern, As you may have guesed, the Jetspeed TagLib need some work :(
Dannemann, Bj�rn wrote: >Hi, > >i have some questions about the jsp tag lib. >If you have any own descriptions about the tag lib, please mail them! >I think every new jsp user needs a more detailed tag description like >http://jakarta.apache.org/jetspeed/site/portlet_config_JSP.html > >A. What is the difference between the following lines ? > > <a href="<jetspeed:dynamicUri template="myscreen.jsp"/>?id=1"> >dynamicUriLookup template <a> > <a href="<jetspeed:dynamicUri screen="myscreen.jsp"/>?id=1"> >dynamicUriLookup screen <a> > <a href="<jetspeed:link template="myscreen.jsp"/>?id=1"> link template ><a> > >They all open a page from the templates/../screens directory as a new screen >(fullpage inside jetspeed) > > This sounds correct, although I have not tried it. I know screens and template are the same in may places. >B. This statement opens a Portlet inside my jsp page without clicking the >hyperlink (YES ?) > <a href="<jetspeed:portlet name="DatabaseBrowserTest"/>?id=1"> porlet <a> > > This just defines a link. >C. What is the jsp version of the following line out of user-browser.vm ? > <a >href="$jslink.getPaneByName("UserRoleForm").addPathInfo("entityid",$user.Use >rName)">Roles</a> > > This is a Velocivy statement, not JSP. >D.What is th correct use of the pane tag? > > > A Pane is a group or portlets. In the case of the default turbine user, the portlet under the Home tab are in the Home pane. >Thanx >Bjoern > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
