Hi , 
    We are developing a browser based software which will run in WAN 
environment, Currently we are using struts form to submit &  send the data from 
input view  to the action class . If our action class updates or throws any 
error we have to forward the response  to same input view. Is this not taking 
lot of network load as it has to maintain the view state in respect of error or 
if updates it has to reload the same view by sending the view page from 
webserver to the browser. 
    Can we use applet and  url.openConnection() method instead of form submit 
to send the form data as request parameter to the action class So that we can 
avaoid action forward to the same input view in case of success or failure  
resulting in less network traffic and  (input view)page reload ? Is this method 
is having any  security issue ?

regards
Srinivas Prabhu 

Reply via email to