You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Kathleen McTavish <km...@lightingpharos.com> on 2001/08/13 18:44:55 UTC

cocoon powered sites

We wanted to thank you for the Cocoon publishing framework.  We have used
Cocoon to power the following sites:

www.praxisinternational.org
www.welrp.org
www.lightingpharos.com
www.rethinkingtourism.org
www.pavsa.org
www.togetherforyouth.org
bwjp.ipharos.com

Thank you for all of your work!

Kathy McTavish
Partner/CTO/Lead Developer
LightingPharos, Inc.
223 Garden Street-Suite 300
Duluth MN 55812

kmctavish@lightingpharos.com
www.lightingpharos.com

Toll Free: (866) iPharos
Direct: (218) 525-5586
Mobile: (612) 819-7337
eFax: (877) 471-3989


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


XSP - Identifier expected : xspParentNode = xspCurrentNode

Posted by Mamadou Bobo Sylla <bo...@ewarna.com>.
This is the error message I keep receiving:
31: Identifier expected.
xspParentNode = xspCurrentNode;
                ^
I am using Tomcat3.2.1
cocoon1.8.2

My code is:
<?xml version="1.0"?>
<?cocoon-process type="xsp"?>
<?cocoon-process type="xslt"?>
<?xml-stylesheet href="../../userFactory.xsl" type="text/xsl"?>
<xsp:page language="java" xmlns:xsp="http://www.apache.org/1999/XSP/Core">
 <xsp:structure>
  <xsp:include> java.lang.*</xsp:include>
 </xsp:structure>
 <xsp:logic>
    
      String fname = request.getParameter("fname");
          
 <userFactory>
 <title>eWarna.com - Issue Log System - Member Registration</title>
 <header>New Member Registration</header>
 boolean bool=false;
  if (fname.equals("") ) bool=true;  
 <![CDATA[
 if (bool)
  {]]>
    <xsp:content>
    <row>
     <name>First Name</name>
     <img>
      <border>0</border>
      <src>IMG/warningSign.gif</src>
      <width>23</width>
      <height>11</height>
     </img>
     <field input="yes" name="fname"/>
     <status color="#800000">The first name field should be filled</status>
    </row>
   </xsp:content>
  <![CDATA[  }]]>

   
<update-button/>
  </userFactory>
 </xsp:logic>
</xsp:page>
========
I still don't get what is wrong!! Please I need your assistance.
Thank you in advance.



---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>