RE: RE: Tokens

2001-12-03 Thread Steve Bendiola
Jeff, saveToken() - puts a value into the session object keyed under the constant TRANSACTION_TOKEN_KEY. resetToken() - is used to remove the keyed value from the session Any time a struts form is used the tranaction token is embedded as a hidden field in the form. isTokenValid() only

RE: session id is same for different Browser

2001-11-29 Thread Steve Bendiola
Gang, If you are using the same browser (opening 2 versions of IE, Netscape...), they could be sharing cookies, and thus the same session. Gao, Gang [EMAIL PROTECTED] wrote: Hi, I have a very strange case, When I logon to my site using two different Browser, I print out the session id and

RE: Error when forwarding from action to action

2001-11-15 Thread Steve Bendiola
Struts is looking for a forward named success for the Action (doLogin) you are executing. !-- Process a user logon -- actionpath=/doLogin type=sis.web.action.LoginAction name=loginForm scope=request input=/index.jsp

RE: Re: off subject ANT

2001-11-14 Thread Steve Bendiola
Open your war file and make sure the directory naming structure is correct. I rememeber using a war where WEB-INF and web-inf directories existed which fails on case sensitivity. Tom Tibbetts [EMAIL PROTECTED] wrote: Yes, it does have the manifest file. It is generated by ANT. BTW, I'm

Weblogic 6.1 and JSP's under WEB-INF

2001-11-13 Thread Steve Bendiola
Anyone run into any problems with Weblogic 6.1 and JSP's under WEB-INF? It seems like it finds the request dispatcher correctly. But It never makes it to the jsp. Here is the entry in my strus-config.xml action path=/getLogon validate=false scope=request