Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Linux Archive
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-18-2008, 01:01 PM
Member
 
Join Date: Feb 2008
Posts: 1
NikhilSrivastava is on a distinguished road
Problem using jstl and displaytags
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
Code:
<display:table name="reportList" id="row" requestURI="viewengagementstatus.do" style="width: 100%;"> <display:column title="Period" sortable="true" style="text-align: center;" > <a href="/jsps/reportsummary.do?eid=<c:out value="${row.eid}" />&amp;reportId=<c:out value="${row.ReportID}" />&amp;reportPeriod=<c:out value="${row.targetDate}"/> " target="_blank"><font size="1"><c:out value="${row.targetDate}"/></font></a> </display:column>

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:
HTML Code:
<td style="text-align: center;"> <a href="/jsps/reportsummary.do?eid=78004&amp;reportId=104093&amp;reportPeriod=Nov-2008 " target="_blank"><font size="1">Nov-2008</font></a> </td>
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:
HTML Code:
td style="text-align: center;"> <a href="/jsps/reportsummary.do?eid=&amp;reportId=&amp;reportPeriod=" target="_blank"><font size="1"></font></a> </td>
Any Ideas why this is occuring?
Any help would be appreciated
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Iterating through result set in JSTL Java Tip Java Tips 0 01-15-2008 05:13 PM
Jstl Exception Handling vamsidharpoosarla JavaServer Pages (JSP) and JSTL 2 07-18-2007 08:17 AM
JSTL Exception Handling chaatf JavaServer Pages (JSP) and JSTL 1 07-18-2007 04:24 AM
Problems Struts-JSTL Peter Web Frameworks 2 07-04-2007 08:26 AM
JSTL error Eric JavaServer Pages (JSP) and JSTL 1 06-11-2007 11:36 PM


All times are GMT +3. The time now is 12:54 AM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org