Using a commandButton in a jsf Page to download a file. Using: JSF & Richfaces.
I have a table (extends ExtendedDataModel implements Modifiable, Serializable) with some data and in each row a ...
I am using JSF 2.0 & Richfaces 4.0 for my project.There is one model as download file and for that purpose I used
h:outputlink to download file.The file downloads properly.But i ...
When downloading file from server if i use a4j:commandLink file download fail(mean file written to browser screen) if i use h:commandLink it is okay.I want to show ...