Anu Sri

Greenhorn
+ Follow
since May 19, 2008
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 Anu Sri

Hi,

Try like this

15 years ago
JSF
Hi,

Did you get the solution for that? If so can you post the solution.
Even iam facing same problem.
15 years ago
Hi,

Is it possible to have a background image and label (text) for a command button with JSF?
15 years ago
JSF
Hi,

Can you try keeping some debug messages in the action, to trace whether the method is getting invoked or not.

Also the Value attribute is missing for selectOneMenu.

in
<h:commandButton action="#{My.createUG}" reRender="user_group" limitToList="true" value="Add" styleClass="searchBtn" id="btnAdd" type="submit"/>

the bean name is My -- i think this would be a typing error when posting
15 years ago
JSF
Hi,

use

15 years ago
JSF
Can you post your bean action methods and complete jsp
15 years ago
JSF
Hi Amitraj,

you can use getRowData() method of datatable to access the selected row values in bean.
15 years ago
JSF
Hi,

Iam using Jsf with struts Tiles.
In the first view, HTML copyright symbol (�) appears correctly. But after navigation , it is not rendered correctly. The symbol is getting displayed as ?.
Can anyone let me know the reason why the HTML symbol is not rendered after navigation.
15 years ago
JSF
here is an example of Email validator

Write a custom validator class EmailValidator.java with required imports,



Register the validator in faces-config.xml




Use the validatorId in jsp to invoke the validator

15 years ago
JSF
use javascript to open new window on the onclick event of commandButton
15 years ago
JSF
Hi,

can you post your JSP and backing bean method
15 years ago
JSF
Hi,

setCourseInterested is emptyinitially so i think it returns empty list anyway.

after selecting the values also, getCourseInterested() returns empty list.

if i use valueChangeListeners, then iam able to get the selected values list from geCourseInterested()
15 years ago
JSF
getCourseSelected() is not returnign selected values.
it just returns empty list
15 years ago
JSF
Thanks for your suggestion.
Display Name has been updated.

Can anyone help me in giving a solution.
15 years ago
JSF