Hi Dave Thanks, however where can I get a list of the methods of the available implicit object that I can get access to with struts beans and their proper syntax calls? I tried the object and they just provide generic calls. Also is it possible to just get http/https or do I have to parse out which one it is? Also why does a naive use as property="isSecure" fail?
--- On Mon, 12/15/08, Dave Newton <[email protected]> wrote: > From: Dave Newton <[email protected]> > Subject: Re: howto get useable protocol string > To: "Struts Users Mailing List" <[email protected]> > Date: Monday, December 15, 2008, 10:08 PM > getProtocol and/or isSecure? > > > --- On Mon, 12/15/08, cpanon <[email protected]> > wrote: > > > From: cpanon <[email protected]> > > Subject: Re: howto get useable protocol string > > To: "Struts Users Mailing List" > <[email protected]> > > Date: Monday, December 15, 2008, 10:04 PM > > Hi > > Sorry to repeat, however I still can figure this out. > I am > > using <bean:page id="context" > > property="request"> to get at the > serverName, > > serverPort and contextPath. I want to get at whether > it is > > http/https. Is there a way to do that? tia. > > > > > > --- On Mon, 12/15/08, cpanon <[email protected]> > > wrote: > > > > > From: cpanon <[email protected]> > > > Subject: howto get useable protocol string > > > To: "Struts Users Mailing List" > > <[email protected]> > > > Date: Monday, December 15, 2008, 2:33 PM > > > Hello > > > Using the struts bean tags, how/syntax to get at > the > > > protocol that I can use rather than parse, either > http > > or > > > https. What I am getting is HTTP/1.1. Is there > any > > way to > > > get it "cleaner"? tia. > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: > > [email protected] > > > For additional commands, e-mail: > > > [email protected] > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > [email protected] > > For additional commands, e-mail: > > [email protected] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: > [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

