XMLForm view: what is the id

2003-01-13 Thread Sylvain.Thevoz
Hi all,

Here the beginning of an XMLForm view called form1.xml:

?xml version=1.0 ?
document xmlns:xf=http://xml.apache.org/cocoon/xmlform/2002;
xf:form id=form-feedback view=form1 action=delete.html

In the third line there is a id=form-feedback.
What does this id means?

Thank you
Sylvain

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

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




Re: XMLForm view: what is the id

2003-01-13 Thread e nio
  That attribute is the unique-id. And as you may have already
come across, the sample XMLFormWizard howto is having a problem
if you also have it defined on the same sitemap.xmap as the
other  Wizard sample and they both use the same id, therefore
make sure this id is different from the Wizard sample.  Look at
the parameter xmlform-id under map:act
type=HowtoWizardAction  block and make it unique from
map:act type=WizardAction.

Hope this helps..

--- [EMAIL PROTECTED] wrote:
 Hi all,
 
 Here the beginning of an XMLForm view called form1.xml:
 
 ?xml version=1.0 ?
 document
 xmlns:xf=http://xml.apache.org/cocoon/xmlform/2002;
 xf:form id=form-feedback view=form1 action=delete.html
 
 In the third line there is a id=form-feedback.
 What does this id means?
 
 Thank you
 Sylvain
 

-
 Please check that your question  has not already been answered
 in the
 FAQ before posting.
 http://xml.apache.org/cocoon/faq/index.html
 
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:  
 [EMAIL PROTECTED]
 


__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

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

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