thiago vargas

Greenhorn
+ Follow
since Jul 05, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by thiago vargas

Thank you very much Tim!

I will use one of these options.
11 years ago
JSF
Hello Guys,

This is one part of the page (p:layoutUnit)


As you can see, the ajax update have two IDs, take a look into "panelFiltro". Until now there was no problems.
But... If I change the actual primefaces-3.0.jar to primefaces-3.3.jar, I will have an error at "findClientIds" from the org.primefaces.util.ComponentUtils because that id "panelFiltro".
Could anyone help me run on primefaces3.3 and let me know the reason for that happens?
11 years ago
JSF
Thank you for the aswer Tim,

That's true...
But actually I have two sources of report. One is JSF components that lists the report in the center of the page. The other is a download of the same report in PDF from jasper source, for the convenience of the customer.
And in the future, I will need to modify this report, and of course, modify two codes. So, I want only one source to keep.

Is it possible to have a flash component like a p:media of primefaces that shows a youtube video on a part of the screen?
11 years ago
JSF
How to open a pdf report inside a jsf template?

So, I need open one jasperReport inside a template, how do I do that?

If there's any other alternative besides pdf, please let me know.

Thank's
11 years ago
JSF