Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8365645
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T12:42:27+00:00 2026-06-09T12:42:27+00:00

I have doPost in a servlet – protected void doPost(HttpServletRequest request, HttpServletResponse response) throws

  • 0

I have doPost in a servlet –

protected void doPost(HttpServletRequest request,
            HttpServletResponse response) throws ServletException, IOException {

        request.getSession().setAttribute("sysMsg","now we gonna to break line \n");

        // forward to printLine.jsp page 
            dispather.forward(request, response) ; 
    }

And jsp page (says , printLine.jsp) –

<html>
<head>
<title></title>
</head>
<body>
    <font size="30" color="Red">${sysMsg} </font>
</body>
</html>

I want that in printLine.jsp the printing of sysMsg finally break line … For that in put \n in the end of sysMsg when set him in the servlet , but this way didn’t work .

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T12:42:28+00:00Added an answer on June 9, 2026 at 12:42 pm

    Try <br/> instead

    request.getSession().setAttribute("sysMsg","now we gonna to break line <br/>");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following servlet code public void doPost(HttpServletRequest request, HttpServletResponse response){ Backup bup
I have a servlet that looks like this: public void doPost(HttpServletRequest request, HttpServletResponse response)
I have this code running in a servlet public void doPost(HttpServletRequest request, HttpServletResponse response)
I have login code in one servlet:LoginGtalkServlet.. XMPPConnection connection; //@see HttpServlet#doPost(HttpServletRequest request, HttpServletResponse response)
I have servlet - @WebServlet(/servlet123) public class servlet123 extends HttpServlet { protected void doPost(HttpServletRequest
I have a servlet that construct response to a media file request by reading
Using Servlet, I can do the following to process binary stream: public void doPost(HttpServletRequest
I occasionally get an IOException from a Servlet I have that writes a byte
I have servlet that does the following: public class LoginServlet extends HttpServlet { protected
I have the following doPost in my servlet that inserts a record into the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.