Hi everybody!

I need to solve a very simple Jsp/Script Problem in a very short
time:


                    <BR>
                    <%
                        //String strModell = (String)
request.getParameter( "modell" );
                        strModell = "Cabrio";
                        out.println( strModell );
                    %>
                    <INPUT TYPE="MODELL" NAME="modell"
VALUE=<%=strModell%>>
                    <BR>


Can anybody please tell me why this code does not only insert
strModel into the
corresponding edit html-field, but also automatically constructs a
label containing
the same string in front of the edit field?
Please reply fast and please excuse that I am very new to the
theme, so that stupid
questions might happen!
Lots of thanks in advance!


Charlotte
[EMAIL PROTECTED]

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to