Hi,
I must be missing something obvious but I am stuck with this...
Is there a myFaces tag equivalent to <afh:script> in ADF faces?
I don't understand how to include a javascript file without hardcoding
the context path :
I have a js script file in /scripts/myscript.js, how to include it so as
it works if the application is deployed in the root context ("/") or in
another context ("/mycontext/) ?
Also, anybody knows how to localize a message displayed in a alert()
javascript popup?
Thanks,
Thomas