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 8916889
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T05:21:51+00:00 2026-06-15T05:21:51+00:00

I am using JSF 1.2 with Seam 2.2.2 And woundering if i can render

  • 0

I am using JSF 1.2 with Seam 2.2.2

And woundering if i can render a page from with in the Code and Save the output to a file instead of sending it to the client.

//Trind

  • 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-15T05:21:52+00:00Added an answer on June 15, 2026 at 5:21 am

    The easiest way would be just sending a HTTP request yourself (which should be particularly cheap when performing on localhost).

    InputStream input = new URL("http://localhost:8080/context/page.jsf").openStream();
    // ...
    

    If you’d like to request it within the same session as the current client and your server accepts URL rewriting, then use the following URL instead.

    InputStream input = new URL("http://localhost:8080/context/page.jsf;jsessionid=" + session.getId()).openStream();
    // ...
    

    Or if your server doesn’t accept URL rewriting, but accepts cookies only, then use the following approach instead.

    URLConnection connection = new URL("http://localhost:8080/context/page.jsf").openConnection();
    connection.setRequestProperty("Cookie", "JSESSIONID=" + session.getId());
    InputStream input = connection.getInputStream();
    // ...
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using a commandButton in a jsf Page to download a file. Using: JSF &
I'm using JSF templates and Primefaces. Javascript code does not seem to be working
I'd like to be able to make an Ajax call using JSF/Seam/RichFaces and have
I'm using seam page navigation rules. and did not experience any problem with adding
I am working on a web app using JSF w/Seam. I want to be
I've written an e-commerce web application using Seam 2.2, JPA, and JSF that, of
I am using Exadel-Fiji 1.0, Richfaces 3.3.3, Jboss 4.3 -EAP, Seam 2.1.0, JSF-1.2_09 When
(Using jsf-2) I have a dataTable with one column which can be edited: <h:column>
I am using seam with EJB3 + JSF and I would like to add
Using jsf 1.2, hibernate, richfaces 3.3.0GA and facelets. I have this code in my

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.