Link to home
Start Free TrialLog in
Avatar of cgray1223
cgray1223

asked on

use javascript to read in xml file and pass contents to java method.

Hello,

I would like to find out how to read in an xml file using javascript and then call a Java method passing the xml file contents as a String to that method.  I'm using JSF (richfaces).  Thanks!
Avatar of leakim971
leakim971
Flag of Guadeloupe image

Hello cgray1223,

Why not get the file directly with JSF ?

Regards
Avatar of cgray1223
cgray1223

ASKER

Hi Leakim971,

I'm needing to retrieve it on the client side since it's generated from a plugin...
ASKER CERTIFIED SOLUTION
Avatar of leakim971
leakim971
Flag of Guadeloupe image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial