Hello,
i'm having troubles with providing a file download. i have a
af:commandLink with an action="" and an
actionlistender="#{mybean.downlaodFile}"
the 'mybean' provides a file download... (see here:
http://wiki.apache.org/myfaces/Sending_Files ). this works fine. But
when i download the file, any other link or submit()-element on the same
page seems to be broken. the page also have some t:selectOneMenu
elements with the attribute onChange="form.submit();". ..when i change
the boxes after donwloading a file.. the same download-dialog opens and
the actionlistener method actionlistender="#{mybean.downlaodFile}" is
called again... why? s o i con download the file again and again.. but
only want submit the form ;)
thanks for help!
Kuni
PS: im using trinidad with myfaces 1.1.3 ant tomahawk 1.1.3