[ 
http://jira.codehaus.org/browse/DISPL-655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=220388#action_220388
 ] 

Tony Gunter commented on DISPL-655:
-----------------------------------

Are you using custom properties for paging.banner.first / paging.banner.last / 
paging.banner.full?  If so, you may have followed what was in the 
documentation, and put quotes around your href placeholders.  However, this 
results in broken links.  These placeholders should not have quotes around 
them.  For example:

<span class="pagelinks"> [First/Prev] {0} [ <a href="{3}">Next</a>/ <a 
href="{4}">Last</a>] </span> 

Should actually be:

<span class="pagelinks"> [First/Prev] {0} [ <a href={3}>Next</a>/ <a 
href={4}>Last</a>] </span> 

I have logged this as a defect against the documentation.  If this is *not* 
what you have, then I would suggest posting here the actual URLs shown when you 
mouse over the link for Next and Previous.



> navigation (next/ previous) not working in displaytag
> -----------------------------------------------------
>
>                 Key: DISPL-655
>                 URL: http://jira.codehaus.org/browse/DISPL-655
>             Project: DisplayTag
>          Issue Type: Wish
>          Components: Paging/Sorting
>    Affects Versions: 1.2
>            Reporter: Nihar R Mishra
>   Original Estimate: 1 minute
>  Remaining Estimate: 1 minute
>
> I have used the code like this...
> <display:table name="ciLineDTOList" pagesize="1" id="row" sort="external">
>       <tr>
>       <display:column title="Select">
>               <s:textfield theme="simple" name="choosen" 
> value="%{#attr.row.measurement}"/>"
>       </display:column>
> "ciLineDTOList" is having the value in it and it is displaying the first 
> page. But it is not able to display the other ones when I go next or 
> previous. That means the values are getting lost and it s showing "NO DATA 
> FOUND" at last.
> Please help me.. Very Very urgent

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to