Click to See Complete Forum and Search --> : Betsie


zyex
10-29-2003, 05:18 AM
Hi,

We are currently trying to implement Betsie into our website.

The site is written in ColdFusion MX.

Betsie is working fine, parsing pages that contain dynamic content etc.

However, we have a search facility on the website, which posts data from a form to a search results page. When the page is submitted, the form data is not being posted.

Is there some kind of configuration that we are missing?

Other websites that we have looked at seem to post data fine.

Thanks in advance

Zyex.

Khalid Ali
10-29-2003, 06:43 AM
make sure forms methods is not

method="test/plain"

and the action attribute points to the correct page or processing application

zyex
10-29-2003, 12:30 PM
Hi Khalid,

I've found out that Betsie is now a Sourceforge Project - http://sourceforge.net/projects/betsie/

They have posted a support file at the following address:

http://sourceforge.net/tracker/index.php?func=detail&aid=460216&group_id=22386&atid=376185

This might be useful to anyone else who may be experiencing similar problems with posting form data.