Sainath Nair

Greenhorn
+ Follow
since Oct 28, 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 Sainath Nair

Tim Holloway wrote:I added Code tags to make the script more readable. For the sake of our eyeballs, please use Code tags when you want to show code or other formatted info such as XML!



Thank you dude!! ....
14 years ago
JSF

Mallika gowd wrote:Santhosh,

Please post your code so that any one will try to correct or will give alternate suggestions for you.



Thanks for the reply.

I will post the script code here

Do I require a backing bean for this??
14 years ago
JSF
I have a popup window which display a list of values in a tabular form. I have no problem to do the popup or display the table.

The table has two columns; one is the "product code" and the other is the " product description".

My code works fine using HTML tags.. Now I need to get it work using JSF.

When a row is dblClicked , I am supposed to pass the "code" of the highlighted row back to an input textfield in the parent window. And I am struggling with it.

Would anybody kindly help?
14 years ago
JSF