----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
It is not clear what you mean?
<SERVLET> tag is there to generate HTML for you
you can generate any HTML you want, including a FORM.
If I am making a correct guess here you probably need to know
if you can also specify your .jhtml file as an action. The
answer is yes you can.
<FORM action=myaction.jhtml METHOD=POST>
</FORM>
Have fun,
Alex.
On Tue, 1 Feb 2000, Alexey Maksakov wrote:
> ----------------------------------------------------------------
> BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
> WHEN YOU POST, include all relevant version numbers, log files,
> and configuration files. Don't make us guess your problem!!!
> ----------------------------------------------------------------
>
> Currntly I'm using Apache/Jserv, but I'm looking for possibility of
> embedding servlets into HTML code in JSSI way, i.e
>
> <SERVLET NAME="servlet_name">
> </SERVLET>
>
> to ease the site development process.
>
> Is there any way to submit data to those servlets by POST method and
> if it is possible what syntax the <form> tag has to achieve this?
>
> Also if there are other solutions to achive this, please, let me know.
>
> Any information will be appreciated.
>
> Alex.
>
>
>
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Archives and Other: <http://java.apache.org/main/mail.html>
> Problems?: [EMAIL PROTECTED]
>
>
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]