Bugs item #854894, was opened at 2003-12-05 09:25
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536613&aid=854894&group_id=73068

Category: main tag library
Group: v 1.0-b2
Status: Open
Resolution: None
Priority: 5
Submitted By: Reza Shahbazi (shahbazi)
Assigned to: Nobody/Anonymous (nobody)
Summary: href, paramID, paramName, paramProperty, paramScope bug 

Initial Comment:
When using struts like approach to create dynamic 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="client" paramScope="page"/>

</display:table>


Currently we have two bugs :
1- On the href url, the edit_by_pk has the name of
Client (instead of PK)
2- For every rows, the first client name has repeated


Fix1 for bug1:
line 566:
 expression.append('.').append(property);
change to
 expression.append('.').append(paramProperty);

Fix2 for bug2:
remove else statement
(remove lines 577,578,588)


Thanks
Reza Shahbazi

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536613&aid=854894&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

Reply via email to