[ 
https://issues.apache.org/struts/browse/WW-3159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46414#action_46414
 ] 

lokesha commented on WW-3159:
-----------------------------

Hi Wannemacher,
                                         Please consider the following poins 
while extending/creating this feature.
              1.It shouldn't be like display tag where you can export  contents 
of one table to different formats.then we will have a 'n' no of pdf's for the 
'n' no of tables in a page.
                2.Please separate the header portion from the data display(in 
most of the web-2.0 API's column name will be given in column display tag 
itself ).In ajax frameworks such as RIA this is one of the draw back.There 
might be cases where columns itself will be dynamic .under such cases this 
apporch fails terribaly.for ex <xx:column iterator="some list"  header 
alias="some name for column headre" /> fails in case of dynamic table display.
                  3.Please provide a tag ,which we use should be able to 
display all the formats that struts supports.
                    4.It shouldn't be like jasper report plugin where we will 
provide one list  and that list will be displayed in the EXCEL/PDF .let us 
consider the case of multiple tables in a single page THIS APPROACH FAILS  and 
also generating .jrxml files are teadious job.
                     5.lastly i have found new jquery plugin which supports 
major web-2.0 features .really nice to see such a feature integration.as of now 
it doesn't have grid display .we might get thata feature in next release.


looking forward for the exciting component in struts-2.x

> It would be better if we get export to other format as default framework 
> feature
> --------------------------------------------------------------------------------
>
>                 Key: WW-3159
>                 URL: https://issues.apache.org/struts/browse/WW-3159
>             Project: Struts 2
>          Issue Type: New Feature
>          Components: "New" API
>    Affects Versions: 2.1.6
>            Reporter: lokesha
>             Fix For: 2.1.8
>
>
> In modern application development exporting to different formats is one of 
> the important requirement .none of the frameworks provide default support to 
> these features,so we need to fall back to the other API 's like Apache 
> POI,i-text to acheive these functionality.It would be really good ,if 
> struts-2 can provide this feature as default frame work feature like ajax.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to