jQuery in Action, 2nd edition
The moose likes JSF and the fly likes HTML generated by backing bean Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "HTML generated by backing bean" Watch "HTML generated by backing bean" New topic
Author

HTML generated by backing bean

Juri Gavrilenko
Greenhorn

Joined: Sep 29, 2008
Posts: 1
Hi everybody,

I've got following problem, that maybe is pretty easy to solve, but I'm not good in web-tier. I have reporting components (Jasper) and I've integrated it into JSF using backing bean, that generates report. This bean itself obtains objects from the servlet API (implementation: JSF and Jasper).
The problem is, how can I integrate this bean, so that the report is being showed in my navigation structure, e.g. that I can generate the html on the same JSF-page. Currently completely new page is being generated (in the same window) and I have no ideas how I can use it with my template.

The HTML code is:



The bean code is:


[ September 30, 2008: Message edited by: Juri ]
[ September 30, 2008: Message edited by: Juri Gavrilenko ]
Amit Ghorpade
Bartender

Joined: Jun 06, 2007
Posts: 2547
    
    2

Hi Juri welcome to Javaranch ,
Your name does not follow the Javaranch naming policy . Please change it using the My Profile link.


SCJP, SCWCD.
|Asking Good Questions|
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: HTML generated by backing bean
 
Similar Threads
Using boolean value in SelectOneRadio
Simple question on SelectOneRadio
Problem with <h:selectManyListbox within <p:dataGrid
Dynamic Radio Button
problem with header height in primefaces tabview