[ 
http://jira.codehaus.org/browse/DISPL-655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=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:caption>Hello</display:caption>]
So trying out with
<display:caption>Hello</display:caption>
<display:caption>World</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 pdf">Heading 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

Reply via email to