Kumar

Greenhorn
+ Follow
since Oct 03, 2005
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 Kumar

hi
i wanted to add the parameter value to the HttpServlet request from my Serlet Filter.

I have to clue that i can achive this by HttpServletRequestWrapper . can any one help me to explain me ...
15 years ago
My scenario is like this, I have List, I am iterating my list using <h:dataTable> and populate the values in my jsp. I want to define some size to my table whether or not my list contains data. If the list size is increases beyond the Tabel size I don�t want to increase the Table size rather I need to implement vertical scroll bar.

Can any one help me?
16 years ago
JSF
Hi all,
I have retrieve a retrieved a list of objects from data base and do some changes, we I click the update button I want the entire list object in my managed bean method, how can I achieve this, can any one please give me a solution.
16 years ago
JSF
hi any one help me to create multiple tables using <h:dataTable>, for example my scenorio is like this

i have two rows of header , first row contains three coloumns and each row should have three coloumn headers as second row and then data for each column..

Thanks in advance
kumar
16 years ago
JSF