Posts by Alexsandro Lopes • 31 points
3 posts
-
2
votes0
answers503
viewsQ: Problem with browsing between pages with Outcome
I have a JSF application where there is a template within WEB-INF and the other pages in the Webcontent root. In the Template there are several links pointing each to its entity and in this…
jsfasked Alexsandro Lopes 31 -
0
votes3
answers1539
viewsA: <f:param sends id null and is released java.lang.Numberformatexception
I was testing the alternatives for passing value from the page to the bean: first <f:param> 2nd <f:attribute> 3º <f:setPropertyActionListener> 4th Passage of Parametro:…
jsf-2.2answered Alexsandro Lopes 31 -
1
votes1
answer618
viewsQ: Problem sending datasource list to sub reports
I’m having trouble opening a report with sub reports passing a datasource. In Ireport I run the report with sub reports normally, but the main report is with a connection to the database and this…