« Return to Thread: Exporter new syntax discussion

Exporter new syntax discussion

by Hazem Saleh :: Rate this Message:

Reply to Author | View in Thread

Hi Team,

After I started modifying of the Exporter component syntax,

To be like this :

<h:commandButton ...>
        <s:exporter for="tbl_cars"
              fileType="XLS"/>
 </h:commandButton>

Some guys didnot like this new syntax, and they preferred the current one :
<s:exporter for="tbl_cars" fileType="XLS">
    <h:commandButton .../>
</s:exporter>

I need your input regarding this.
(+1) for supporting the new syntax.
(-1) for supporting the old syntax.

Thanks!

--
Hazem Ahmed Saleh Ahmed
http://www.jroller.com/page/HazemBlog

 « Return to Thread: Exporter new syntax discussion