Nikhil Srivastava

Greenhorn
+ Follow
since Oct 17, 2006
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 Nikhil Srivastava

Hi all,

I am using display tags taglib for generation of table. One of the columns has to be shown with the hyperlink attached to it. In order to acheive this i am using jstl taglib together with displaytags


I am using jstl1.1.2.jar for jstl.
When i run this on Weblogic10 and windows OS i am able to view the results. On performing the view source on the IE window, i get the following:


but when the same code is run on the Weblogic deployed on the Linux machine, i am not getting the links and the name:
the view-source of the application deployed on the linux machine shows:


Any Ideas why this is occuring?
Any help would be appreciated
16 years ago
Hi,

I have a information icon, on mouseover of which, i would like have a tool tip information which has to be fetched from a jsp page.
This jsp page will take as a parameter, the id linked to the icon.

can anyone guide me on how to acheive this???

Thnks in advance..
Nikhil