Andrew Progash

Greenhorn
+ Follow
since Jul 16, 2013
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 Andrew Progash

Hi, I 'm a beginner.

I have arraylist code by the following:http://www.tutorialspoint.com/jsf/jsf_display_datatable.htm

and I want to show arraylist data on my jasper report but i don't know how to do it.

I try to do follow http://siempredesdeelcurro.blogspot.com.es/2013/06/jasper-reports-crear-report-utilizando.html but i can't.

Please help me. Thank you.
10 years ago
I want to update disabled attribute of commandlink from one page to other page but i don't know how to do it.

For example:
page1
<p:commandButton actionListener="#{MyBean.checkLogin()}" id="login" value="Login">
<p:ajax listener="#{MyBean.enableButton}" update="b1"/>
</p>


page2
<p:commandLink actionListener="#{MyBean.goStep1}" id="b1" disabled="#{!Mybean.enabled_back}"><button id="default" type="button">Back</button></p:commandLink>


if click button in page, set disabled attribute of button in page2 and go to page2.
10 years ago
JSF
How to set disable for p:commandLink with JavaScript?

If don't tick the box, I will not allow click button and redirect to other page.
I try to set disable by the following:


but not successful.

Thank you.
10 years ago
JSF
I want to add and delete row of table.
This is my code.





Row No.2 cannot select data. Help me please.
10 years ago
JSF