Hi All,
I have a webscript for searching based on a search term. A user fills in an input value and clicks a button which submits the form with an action pointing back to the webscript so that results can be displayed. It works fine standalone but when embedded in a jsf dialog it does not pass any arguments to the webscript js so my search always returns an empty resultset.
Can you pass arguments to the webscript from a dialog in this manner, ie form submit. If so, how do you reference them in the javascript file (controller). All help really appreciated as I have been bashing my head for 2 days.
Regards
Brian