Sakhi Karani

Greenhorn
+ Follow
since Jun 05, 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 Sakhi Karani

Hi, I am having an IFRAME included in richfaces tab. I have 3 tabs. Each IFRAME goes to different application. How do I make sure that when I navigate across tabs, previous tab application state is saved. It means, if in 1 IFRAME, I am showing google.com and I have searched on some item then when I go back to that tab, the page should show me the same search result page.
Please help me.
14 years ago
JSF
Hi, I have a rich:tabPanel, inside which richfaces tabs are getting generated dynamically. Each tab has an IFRAME in it. now, on click of each tab, I need to set some parameter, so IFRAME src can be set with it. I thought, I would be able to do it with richfaces tab, onclick event. But I am not able to capture that. I have not put any switchType for tabpanel and server state saving method in web.xml is client. Do I need to change something there? And surprizingly, I am able to capture onclick even of tabpanel, but I cant set my parameter in backing bean from there.
Can someone help me here.
14 years ago
JSF
Hi, I just needed to know if we can use HashSet in items attribute of JSTL forEach tag.

Thanks in advance.
14 years ago
JSP
Hi, Can I use forEach tag with HashSet in items attribute? I am using JSF 1.2 and adding forEach JSTL tag to iterate over the items and display each item in a tab. My backing bean gives me a HashSet in the items attribute. I tried to do it, but my richfaces tab label fails but if I use ArrayList in place of HashSet then everything works fine, along with richfaces.
Where am I going wrong? Please help.
14 years ago
JSF