Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Tomcat Users »

Re: Having problems with stored PrintWriter.

Ben Souther

2003-12-16

Replies:

On Tuesday 16 December 2003 11:11 am, derrick.robertson@(protected):
> I like the idea of this additional hidden frame.
> Is there any pointers to where I could start to look at some code for
> hidden frames as I have never had the pleasure to create them?

Do Google search on IFRAME. They can be hidden easily in a div who's
style:visibility is set to hidden and comunication with the parent page, is
easy. (window.parent.methodName)


> URL("http://localhost:8080/servlets-examples/servlet/lbp.LBPServlet?Receive
>dEvent=tester2");
2 HttpURLConnection urlConnection =
> (HttpURLConnection)myUrl.openConnection();
> Will this code get to the doget() method of my servlet or do i have to
> include something additional to get into the servlet doget(). or dopost()?

This will get routed to the doGet Method automatically.

-Good luck

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)



©2008 junlu.com - Jax Systems, LLC, U.S.A.