Hi Michal/Volker,

Thanks for your help, At last i got success in this case.

But Michal, i don't know for some reason i can't get success with your
solution, your help is appreciative.

How i did was i used

<tc:link target="popupWindow" label="#{bundle.catalogExport}" id="excelId"
actionListener="#{excelExport.exportToExcel}"
                                       action="#{excelExport.exportToExcel}"
transition="true" markup="underline">

target as popupWindow and transition as true.

So that it opens in another tab and after the excel Stuff passed to Browser
that tab will automatically close. even when we do any actions in the
application screen as it is independent of the excel generation action (Bcoz
its generating in another tab) the main screen will do its own action
(earlier it use to get blocked UI)

This way i solved my issue.

Once again im thankful for both of you.

Thanks,
Vinay


On 4/9/07, Volker Weber <[EMAIL PROTECTED]> wrote:

Hi,

you cant have a tc:link inside a tc:script!

>                 <tc:script>
[...]
>                     <tc:link label="" action="#{excelExport.getReport }"
>                              id="storedReport"
>                              transition="false"
>                              rendered="#{excelExport.fetchReport}">
>                     </tc:link>
>                 </tc:script>

Reply via email to