Re: Multiple forms per page

2005-12-13 Thread ian . d . stewart
@cocoon.apache.org [EMAIL PROTECTED]cc: t Subject: Re: Multiple forms per page

Re: Multiple forms per page

2005-12-13 Thread werner
I don't think this is a browser problem. Does your form template contain the state widget? fi:state ft:widget id=tab-state / /fi:state I don't know it the state-widget is really obligatory, but there is at least a _javascript_ error if it does not exist. Werner Am Dienstag, den

Re: Multiple forms per page

2005-10-27 Thread Sylvain Wallez
werner wrote: Yes, it's true. The tabs don't work when you have another form on the page. This problem can be solved if you change the line in forms-lib.js: document.forms[0][state].value = idx; to document.getElementById(state).value=idx; Then there is another change in the xsl necessary,

Re: Multiple forms per page

2005-10-26 Thread werner
Yes, it's true. The tabs don't work when you have another form on the page. This problem can be solved if you change the line in forms-lib.js: document.forms[0][state].value = idx; to document.getElementById(state).value=idx; Then there is another change in the xsl necessary, because the

Multiple forms per page

2005-10-25 Thread werner
Hi, I know it is not possible to have multiple forms on one page using cforms. Is there some kind of workaround? I would like to put a search-field on every page of a website. The website contains also a lot of other cforms. So I would like to put a form with a searchfield (does not need to be a

Re: Multiple forms per page

2005-10-25 Thread Geert Josten
I'm not that well into CForms, but I don't think it will be a (large) problem to add a non-cform form to every page and have it point to a totally different url than the cform... Might result in dangling continuations, but these will time-out eventually. Could also add it to the cform itself,

Re: Multiple forms per page

2005-10-25 Thread Sylvain Wallez
werner wrote: Hi, I know it is not possible to have multiple forms on one page using cforms. Is there some kind of workaround? I would like to put a search-field on every page of a website. The website contains also a lot of other cforms. So I would like to put a form with a searchfield (does

Re: Multiple forms per page

2005-10-25 Thread werner
Am Dienstag, den 25.10.2005, 13:57 +0200 schrieb Sylvain Wallez: werner wrote: Hi, I know it is not possible to have multiple forms on one page using cforms. Is there some kind of workaround? I would like to put a search-field on every page of a website. The website contains also a lot

Re: Multiple forms per page

2005-10-25 Thread Josep A. Frau
En/na Sylvain Wallez ha escrit: werner wrote: Hi, I know it is not possible to have multiple forms on one page using cforms. Is there some kind of workaround? I would like to put a search-field on every page of a website. The website contains also a lot of other cforms. So I would like to