I have a display tag snippet on my JSP and it works fine, but when I try
to add the link it does not add it. The code looks like this:
<display:table name="results" pagesize="10" id="row" requestURI=""
cellpadding="2" cellspacing="1">
<display:column property="lastName" paramName="row"
href="test.jsp"/>
<display:column property="firstName" title="First Name" />
<display:column property="policyNumber" title="Policy Number"/>
<display:column property="propertyOne" title="Property #1"/>
<display:setProperty name="sort.behavior" value="list" />
<display:setProperty name="paging.banner.include_first_last"
value="true" />
</display:table>
I am wondering if anyone has gotten links to show up using their display
tag? I have the version 1.0-b3 and using the .tld version 1.1. What I
would ultimately like is to have a link on the "lastName" column for
each row, and make the "policyNumber" be a parameter for that link. So
the href for the lastName would be something like
"test.jsp?policyNumber=1234". If anyone has any suggestions, please let
me know. Thanks in advance.
-Daniel
-----Original Message-----
From: bOOyah [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 27, 2004 10:55 AM
To: [EMAIL PROTECTED]
Subject: Re: Are there any IDE's that understand Struts tags?
Mike Duffy wrote:
> I've looked at some of the current Struts design tools and they
> appear to be over-glorified config file editors. I think there is an
> opportunity for some of these small companies who wish to play in the
> IDE space to create a JSP editor plugin for Eclipse that supports
> both Struts and JSTL. I'd pay real money for such a plugin.
Have you taken a look at this?
http://www.demosondemand.com/clients/m7/001/page/demo.asp
(Check out the long version).
--
bOOyah
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]