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)

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>

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>

D.What is th correct use of the pane tag?


Thanx
Bjoern

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to