Posted By:
Robert_Liguori
Posted On:
Saturday, September 17, 2011 06:49 PM
For a rapid prototype...
I'm looking for a file-chooser that uses a JSF component, so I can get the string to the backing bean.
I do not need to upload a file.
Whats the easiest way to do this?
More specifically, I want to be able to push on a button and have the file chooser dialog open, and then have the selection go to the input text component. I also need to bind it to the backing bean. I'm using JSF 2.0 and also have primefaces setup. I tried to mix in tomahawk, but things went crazy.
Thanks,
Robert