Hi all,

I would like to know how can I change the name of the field( in Red in my
exemple).
Ex : _REPORT SERVER : There is a space between REPORT and SERVER and I woulk
like to replace it by a underscore.

The name of this field is created dynamiquely and in my bean, I can't have a
methode :

public String get_REPORT SERVER()
{
      return _REPORTSERVER;
}

TRhank for your help.

My JSP page for example :

<TR>

                <TD bgcolor="#F9F1BF">
                    <INPUT type="text" name="appliname" value="REPORT
SERVER" readonly="yes" size="15">
                    <INPUT type="hidden" name="_REPORT SERVER" value="REPORT
SERVER" >
                </TD>
                <TD bgcolor="#F9F1BF">
                    <SELECT name="_REPORT SERVER_Tape">
                        <OPTION value="No" selected>No
                        <OPTION value="Yes">Yes
                    </SELECT>
                </TD>
                <TD bgcolor="#F9F1BF">
                    <INPUT type="text" name="_REPORT SERVER_Time_Mini"
value="" size="18">
                </TD>
                <TD bgcolor="#F9F1BF">
                    <INPUT type="text" name="_REPORT SERVER_Time_Maxi"
value="" size="18">
                </TD>
                <TD bgcolor="#F9F1BF">
                    <INPUT type="text" name="_REPORT SERVER_Target_Host"
value="" size="10">
                </TD>
                <TD bgcolor="#F9F1BF">
                    <SELECT name="_REPORT SERVER_Target_Set">
                        <OPTION value="one" selected>1
                        <OPTION value="two">2
                        <OPTION value="OffLine">Offline
                    </SELECT>
                </TD>
                <TD bgcolor="#F9F1BF">
                    <INPUT type="text" name="_REPORT SERVER_Comments"
value="" size="60">
                </TD>
    </TR>


> Fr�d�ric LELIEVRE
> TTE -  (BA / F04 C024)
>
> *   +352-44992--2485
> * [EMAIL PROTECTED]
>


Visit us at http://www.clearstream.com
Check out current job vacancies at http://www.clearstream.com/public/english/e_vacs.htm

IMPORTANT MESSAGE

Internet communications are not secure and therefore Clearstream International does not
accept legal responsibility for the contents of this message.

The information contained in this e-mail is confidential and may be legally 
privileged. It is
intended solely for the addressee. If you are not the intended recipient, any 
disclosure,
copying, distribution or any action taken or omitted to be taken in reliance on it, is
prohibited and may be unlawful. Any views expressed in this e-mail are those of the
individual sender, except where the sender specifically states them to be the views of
Clearstream International or of any of its affiliates or subsidiaries.

END OF DISCLAIMER

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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