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

Reply via email to