hi, i did set it to true instead of false. and the stream's content is still the login page.
im accessing some things in one of our sites that uses tapestry using java's httpurlconnection, no other 3rd party library. httpclient you mean apache's right? then using the GetMethod and PostMethod? im trying to avoid that and use only java based classes. Website/Java Games: http://www.chitgoks.com Java Casino Games: http://chitgoks.tripod.com Photo Gallery: http://gallery.chitgoks.com My Blogs: http://tech.chitgoks.com http://wuhtevah.chitgoks.com http://disneyusa.blogspot.com On Mon, Jul 20, 2009 at 9:19 PM, Thiago H. de Paula Figueiredo < [email protected]> wrote: > Em Mon, 20 Jul 2009 07:22:11 -0300, chitgoks <[email protected]> > escreveu: > > hi >> > > Hi! > > httpcon.setInstanceFollowRedirects(false); >> > > Try setting it to true instread of false. Tapestry uses > redirect-after-post. > Anyway, why are you doing this? What are you trying to accomplish? Why > don't you use HttpClient? > Using &a=b parameters is supported in Tapestry, but using the activation > context is way better. > > -- > Thiago H. de Paula Figueiredo > Independent Java consultant, developer, and instructor > http://www.arsmachina.com.br/thiago > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
