Bugs item #849207, was opened at 2003-11-25 20:57
Message generated for change (Attachment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=536613&aid=849207&group_id=73068
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: href, paramID, paramName, paramProperty, paramScope bug
Initial Comment:
When using struts like approach to create dynemic link
for href
It does not properly create the href
for example
<display:table requestURI="searchAction.do"
name="sessionScope.searchForm.results" id="client">
<display:column property="name"
href="clientAction.do" paramId="edit_by_pk"
paramProperty="pk" paramName="company" paramScope="page"/>
</display:table>
Currently we have two defects :
1- On the href url, the edit_by_pk has the name of
Client (instacde of PK)
2- For evey rows, the first client name has repated
Fix1:
line 675:
lExpression.append('.').append(property);
to
lExpression.append('.').append(paramProperty);
Fix2:
remove lines 686,687,697
Thanks
Reza Shahbazi
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=536613&aid=849207&group_id=73068
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel