Patches item #849207, was opened at 2003-11-25 11:57
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536615&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=536615&aid=849207&group_id=73068


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to