Re: How to pass parameters to jsp file?

2006-10-31 Thread Grooms, Frederick W
scussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of George TsaiSent: Friday, October 27, 2006 1:11 PMTo: arslist@ARSLIST.ORGSubject: How to pass parameters to jsp file?** We use a jsp file allowing user to login to Remedy Mid-Tier with a generic user name.  The question is that if we l

Re: How to pass parameters to jsp file?

2006-10-31 Thread George Tsai
scussion list(ARSList)" 10/30/2006 10:07 AM Please respond to arslist@ARSLIST.ORG To arslist@ARSLIST.ORG cc Subject Re: How to pass parameters to jsp file? **   Look in Chapter 9 of the 6.3 Developing Applications:Basic guide (~ page 447) for a list of pa

Re: How to pass parameters to jsp file?

2006-10-31 Thread George Tsai
02:56 PM Please respond to arslist@ARSLIST.ORG To arslist@ARSLIST.ORG cc Subject Re: How to pass parameters to jsp file? ** Hi George,   A method that works very well for us is:   - Create an IFRAME named /index.html, or whatever your server's default filename is.   -

Re: How to pass parameters to jsp file?

2006-10-30 Thread Grooms, Frederick W
@ARSLIST.ORGSubject: How to pass parameters to jsp file? ** We use a jsp file allowing user to login to Remedy Mid-Tier with a generic user name.  The question is that if we like to open up a specific request within the form, how can we pass the parameters through url to the jsp file.  We do not

Re: How to pass parameters to jsp file?

2006-10-27 Thread Eric Cleereman (IT)
SList) [mailto:[EMAIL PROTECTED]On Behalf Of George TsaiSent: Friday, October 27, 2006 2:11 PMTo: arslist@ARSLIST.ORGSubject: How to pass parameters to jsp file? ** We use a jsp file allowing user to login to Remedy Mid-Tier with a generic user name.  The question is that if we like to open

How to pass parameters to jsp file?

2006-10-27 Thread George Tsai
** We use a jsp file allowing user to login to Remedy Mid-Tier with a generic user name.  The question is that if we like to open up a specific request within the form, how can we pass the parameters through url to the jsp file.  We do not like to show the username/password/formname on the url. E