Hi all,

I am new in using visual cafe and I found sometimes visual cafe splits
servlet source code into one servlet code file and one boundle code file(all
html information). But I donot want the boundle file. Can any one help me?

example:

original source code:
BasicServlet.java:      out.println("<html>");

After  compiling:
    BasicServlet file:
    out.println(basicServletBundle.getString("out_println_5"));

    BasicServletBoundle file:
                {"out_println_5", "<html>"},




Thank you

Jenny
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to