0

I have a modal that will be shown and then I have an export button which should bring up the save dialog, if I have use h:commandButton, the validation checks are bypassed , but works well. If I use a4j:commandButton, validations are done perfectly but I dont see the save file dialog.

Can somebody help me.

thanks

BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555
user303451
  • 41
  • 1
  • 2
  • Can you post what you have done so far? It's easier to find an error if you actually post the code. – pakore Jun 16 '10 at 10:05

1 Answers1

0

I don't do RichFaces, so I can't tell from top of head, but Google learns me that a4j:htmlCommandLink may help. If it does and you'd rather like to have a button, then just throw some CSS in to make the link look like a button.

BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555