Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/DISPL-194

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: DISPL-194
    Summary: Allow ExportView customization
       Type: New Feature

     Status: Unassigned
   Priority: Trivial

 Original Estimate: 15 minutes
 Time Spent: Unknown
  Remaining: 15 minutes

    Project: DisplayTag
 Components: 
             Export

   Assignee: 
   Reporter: Aleksei Valikov

    Created: Tue, 1 Mar 2005 7:44 AM
    Updated: Tue, 1 Mar 2005 7:44 AM

Description:
DisplayTag allows for extending the export formats by implementing own 
ExportViews.
It would also be nice to have a possibility to customize these export views. 
For instance, JExcel-base Excel export could require a link to the template 
Excel file. Or, export rendering may need some additional parameters not 
contained in the table model data. Finally, sometimes it is nice to have page 
context in the export view (for instance, to be able to identify user that is 
requesting an export - for logging or charging some fee :) ).

The easiest solution is to make TableProperties.getProperty(String key) public 
and switch from Properties to Map in the backing object. This would allow JSP 
pages use display:setProperty to provide whatever data they want to export 
views.

Currently, I have to use a reflection-based hack (with setAccessible(true)) to 
access getProperty(...) method.

Thank you for your time.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to