-
JSF and javascript (2 messages)
- Posted by: abhilash n
- Posted on: November 03 2008 11:11 EST
Hi, I call a JavaScript function from a JSF page.Now I need to read and write from an external XML or a DAT file from this JavaScript. Can anybody help me out how this can be achieved in a correct way ? I'am using JBoss Seam framework. Thanks in advance..Threaded Messages (2)
- Re: JSF and javascript by Venkat Sadasivam on November 08 2008 11:10 EST
- Re: JSF and javascript by abhilash n on November 10 2008 09:43 EST
-
Re: JSF and javascript[ Go to top ]
- Posted by: Venkat Sadasivam
- Posted on: November 08 2008 11:10 EST
- in response to abhilash n
Do you want to read the XML/DAT file in the server side or on the browser side? ------------------------------ http://venkatsadasivam.wordpress.com/ Complexity is a sign of technical immaturity. Simplicity of use is the real sign of a well design product whether it is an ATM or a Patriot missile. -
Re: JSF and javascript[ Go to top ]
- Posted by: abhilash n
- Posted on: November 10 2008 09:43 EST
- in response to Venkat Sadasivam
I want to read the file on the Server side