AW: AW: [opencms-dev] Missing element that calls acustomizedEventListener

Stephan Hartmann beffe at beffe.de
Tue Mar 29 13:54:25 CEST 2005


> > >be difficult to get the sessionid from the request into the generated
> > > urls, if it is not done automatically by opencms if cookies are
disabled.
> >
> > look at org.opencms.jsp.CmsJspTagLink#linkTagAction(): You just have to
> > encode the result of the method with
> > javax.servlet.http.HttpServletResponse#encodeURL() to get a sessionid in
> > the URL if needed.
>
> o.k., but if I use cms Tags in the jsp like the <cms:link>hkhk</cms:link>
> I think, i can not put the whole Tag into JSP scriptlet code?!
>

CmsJspTagLink#linkTagAction() is public static, but in scriptlet code you
better use org.opencms.jsp.CmsJspActionElement#link(), which also makes use
of it.


> Regards, Bernd
>
> >
> > Regards,
> > Stephan
> >
> >
> >
> >
> >
> > _______________________________________________
> > This mail is send to you from the opencms-dev mailing list
> > To change your list options, or to unsubscribe from the list, please
visit
> > http://mail.opencms.org/mailman/listinfo/opencms-dev
>





More information about the opencms-dev mailing list