[opencms-dev] Problem with scriptlets

Stephan Hartmann hartmann at waehrisch-feykes.de
Thu Jul 10 07:02:01 CEST 2003


Hi,

<snip>
>
> <%@ page import="com.opencms.flex.jsp.*" %>
>
> and
>
> com.opencms.flex.jsp.CmsJspActionElement cms = new CmsJspActionElement();
>
> works. Surprisingly, in another jsp of mine the code
>
> com.opencms.flex.jsp.CmsJspActionElement cms = new
> com.opencms.flex.jsp.CmsJspActionElement(pageContext, request, response);
>
> works without any additional tags or imports.
>

No surprise. In the second case you call the constructor with its full 
package name, what you don't do in the first case.


Bye,
Stephan


> > Hi Alex,
> >
> > I have had the same problem.
> > For me starting the jsp with
> > <%@ page import="com.opencms.flex.jsp.*" %>
> > was the solution. It seems to be necessary to explicitly import this
> > package.
> >
> > Regards, Felix
> >
> >
> > _______________________________________________
> > 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
>
> al

-- 
Stephan Hartmann

Währisch & Feykes GmbH
Gustav-Adolf-Str. 5
47057 Duisburg
Tel. 0203 / 373 070
Fax 0203 / 376 766
hartmann at wfnetz.de

------------------------------------------------------
Ausschlusserklärung (Disclaimer):
Über das Internet versandte E-mails können unter fremden Namen erstellt oder 
manipuliert werden. Aus diesem Grund enthalten unsere mit E-mail verschickten 
Nachrichten grundsätzlich keine rechtsverbindlichen Willenserklärungen.



More information about the opencms-dev mailing list