[displaytag-devel] [jira] Commented: (DISPL-655) navigation (next/ previous) not working in displaytag

2010-06-24 Thread sara c rajan (JIRA)

[ 
http://jira.codehaus.org/browse/DISPL-655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=226302#action_226302
 ] 

sara c rajan commented on DISPL-655:


Hey,
I have a problem while exporting to Excel.
Its not the same problem as above

I have a table with multiple Headings ,not just a single line of caption as 
seen in most of the examples[display:captionHello/display:caption]
So trying out with
display:captionHello/display:caption
display:captionWorld/display:caption
It displays only World not Hello.
This is my code for displaytag table.
display:table name=xxx class=yyy id=gg export=true 
requestURI=actionname pagesize=40
display:caption  media=excel pdf Heading No 
One/display:caption 
display:caption media=excel pdfHeading No 
two/display:caption
display:column  property=plate
title=Plate/display:column
display:column property=cup
title=Cup/display:column

display:setProperty name=export.pdf.filename 
value=Plate.pdf/display:setProperty
display:setProperty name=export.excel.filename
value=Plate.xls/display:setProperty
display:setProperty name=export.amount 
value=list/display:setProperty
/display:table

My property for excel is org.displaytag.export.excel.DefaultHssfExportView

 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



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel


[displaytag-devel] [jira] Commented: (DISPL-655) navigation (next/ previous) not working in displaytag

2010-05-07 Thread Tony Gunter (JIRA)

[ 
http://jira.codehaus.org/browse/DISPL-655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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