I have an "ajax execute"-tag embedded in a commandLink-Tag in my JSF-File, which works pretty well.
My problem: I want to execute this ajax-call directly by using a Get-Request.So far, I'm using only one html-file(index.html) without any parameters.
Is there any way to call an AJAX-tag directly by using url/get-parameters but keeping the ajax-tag in jsf?
Thanks guys