Hi Cagatay! I'm using:

   <context-param>
       <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
       <param-value>server</param-value>
   </context-param>

2006/12/2, Cagatay Civici <[EMAIL PROTECTED]>:

Hi,

What state saving method do you use? Client or Server?

Regards,

Cagatay

On 12/2/06, Adrian Mitev < [EMAIL PROTECTED]> wrote:
>
> Hi! I have the following code:
>
> <t:dataTable id="dtTable" value="#{ bean.list}" rows="20" var="ls">
>     <h:column>
>         <h:outputText value="#{ls}" />
>     </h:column>
> </t:dataTable>
>
> <br />
>
> <s:excelExport for="dtTable">
>    <h:commandButton action="" value="Export" />
> </s:excelExport>
>
> But when i select the export button what i got is the same page
> redisplayed in new window.
>
>
>
>

Reply via email to