Tuesday, December 18, 2012

need client to find file on server

All,

I am implementing dynamic validation (via an XML file) on both the client-side and server-side.  I need the server to parse the XML file, then send it to the client, to be parsed.  On refresh, I have the client calling a method on the server which looks for validator.xml in the war.  However, it looks for it on the client.  So instead of looking for C:\jboss\proj\mywar\validator.xml it looks under C:\validator.xml  Is my end goal realistic?  Can the client grab a file on the server?  If so, how?

Thank You!
Samira

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/9l02A0sjO2wJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment