logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

Re: Form Handler?: msg#00255

Subject: Re: Form Handler?
Jeff & David,

Thank you for your responses. I will be happy to help if I can. I've gone through the 'tutorial-develop-webapp.xml' document found with Cocoon verion 2.1. Currently I am stuck trying to validate my 'form' tags in my userForm.xml file. It appears the 'document' dtd does not understand the tag and doesn't support xmlns attributes.

I am trying to start out small by copying the example from the Cocoon-2.1->Tutorial->WebApp. The basic structure of the document is:

<document>
<body>
   <form handler="Create Department.html" >
       <text name="name" size="30" required="true" />
        <submit name="Create Department" />
   </form>
</body>
</document>

The problem with this document is 'forrest validate' does not recognize the form tag? I searched through the list of dtd's in both the head of cocoon-2.1 and xml-forrest. I can't seem to find a valid dtd document?

Anyone have any thoughts about what area of the code I should investigate next?

Thanks again!
Jason Kary


Jeff Turner wrote:

On Fri, May 30, 2003 at 12:53:08PM -0500, Jason Kary wrote:
Hi,

I am fairly new to Forrest and Cocoon. I was reading through some of the recent messages in the list and I thought the head version of forrest was recently upgraded to use Cocoon 2.1? Is this a correct assumption?

Yes, specifically, Cocoon 2.1 Milestone 2, the latest release.

I've been trying to get forrest to use forms as defined by the Cocoon 2.1 documentation. Does anyone know if this is possible with forrest?

It is possible, but there is no forms support provided by default.  You'd
have to override the sitemap.xmap and cocoon.xconf files and add whatever
you need.

--Jeff

Take Care
Jason Kary








<Prev in Thread] Current Thread [Next in Thread>