Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Internal forms can not be handled by generated pages
Patra
Anybody has any suggestion on the following error. I have header component which has a search input box with submit button. this code is hard coded in the component xsl, but when I am trying to generate html out of the page placing this component it's giving me an javascript alert "Internal forms can not be handled by generated pages". Any thoughts? It's just converting my action url to the following.
action="javascript:alert('Internal forms can not be handled by generated pages.');"
Find more posts tagged with
Comments
vpatel
On your <form ...> tag, try adding an attribute like this:
type="external"
Patra
You rock! Thanks a lot.
vpatel
You rock! Thanks a lot.
No problems -- glad it worked out.