Hello,
i have a HTML Form in a JSP-Page, which orbeon shouldn’t
touch. Orbeon keeps removing the <form> tag around this form, but this
special form must not be handled by orbeon, it’s a form to a external
search and should be treated like that.
I have something like this :
<form action=http://www.someadress.xyz/do/some/action
method=”post”>
<input name=”param” type=”text”/>
<input value=”Search” type=”submit”>
</form>
And Orebeon removes the enclosing <form> , so this is
the result:
<input name=”param” type=”text”/>
<input value=”Search” type=”submit”>
How to stop orbeon from doing this ?
Best regards
Christian
| Free forum by Nabble | Edit this page |