scientia india

Greenhorn
+ Follow
since Jul 02, 2009
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 scientia india

Hi

I am using <rich:listShuttle> component of rich faces. But when using the <rich:listShuttle> component other components like <a4j:commandButton> is not working.



The action method is not invoked
If i am removing the <rich:listShuttle> component the action method invoked.Why this happened?
Please Help me

Thanks in Advance
Athira
14 years ago
JSF
Hi,

Is there is any method to identify which button of rich datacroller is clicked from the walk method of RichDataModel class

Regards
Ajil
14 years ago
Hi

My functionality is user creation. The fields are user name and role.
I have an input text box to enter role name and a command button to search roles using the role name. My form has another input text box to enter user name and it is a required field while creating user. But whenever I am trying to search role I am forced to enter username as it is a required field.

My code is

I want to skip the required validation. Whenever I am using immediate=”true” for the search button. The user role search criterion that is role name is not able to apply.

Please help me

Thank in Advance
Athira
14 years ago
JSF
HI,

I am using <rich:scrollableDataTable> which has row selection option.On the row selection i have to render enable a command button.When i click on the command button a confirmation dialog should appear. But the dialogue box is render behind the rich:scrollableDataTable . Please help me to resole the issue.

regards
Ajil
14 years ago
Hi

How can I call a backing bean method from the <h: graphicImage>.
Actually I want to search user by clicking the search icon. Search method is defined in Backing Bean.



Please help me…


Thanks in Advance
Scientia
14 years ago
JSF
Hi

Thank for your reply.
Actually i need to select the row on mouse click.my code is something like this



Thank You
Scientia
14 years ago
JSF
Hi

How i can i select a row in datatable?I need to display some icons while selecting a particular row.
Please help me...

Thanks in Advance
Scientia
14 years ago
JSF
Hi All,
I have to implement a rtf file generating code in which all the pages of the document created by this code has a unique row, for example if the code is to be generate a list of employees which has the information like [Name,Address,Age] which should be displayed in a table and the first row should be as described in the square bracket. So first row of all pages in the document should be displayed as shown in the angle bracket.

14 years ago