OT What's really happening in this JSP?

2001-05-22 Thread Jim Cheesman
Given the following (edited) jsp: jsp:useBean id=kk class=test.TestBean scope=session / jsp:setProperty name=kk property=* / form method=post select single name=testValue1 ... input type=submit /form hr % if (kk.isValid()) { %

RE: OT What's really happening in this JSP?

2001-05-22 Thread Pernica, Jan
If form tag does not contain action it is posted to the same page. On Tuesday, May 22, 2001 11:55 AM, Jim Cheesman [SMTP:[EMAIL PROTECTED]] wrote: Given the following (edited) jsp: jsp:useBean id=kk class=test.TestBean scope=session / jsp:setProperty name=kk

RE: OT What's really happening in this JSP?

2001-05-22 Thread Jim Cheesman
At 11:50 AM 22/05/01, you wrote: If form tag does not contain action it is posted to the same page. Thanks for the prompt response - I guessed something like that was happening, but I wasn't sure. Jim On Tuesday, May 22, 2001 11:55 AM, Jim Cheesman [SMTP:[EMAIL PROTECTED]] wrote: Given

RE: OT What's really happening in this JSP?

2001-05-22 Thread Ross Dyson
BEWARE if there is no action it won't work on Netscape! -Original Message- From: Pernica, Jan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 22 May 2001 7:51 PM To: [EMAIL PROTECTED] Subject: RE: OT What's really happening in this JSP? If form tag does not contain action it is posted

RE: OT What's really happening in this JSP?

2001-05-22 Thread Jim Cheesman
] Subject: RE: OT What's really happening in this JSP? If form tag does not contain action it is posted to the same page. On Tuesday, May 22, 2001 11:55 AM, Jim Cheesman [SMTP:[EMAIL PROTECTED]] wrote: Given the following (edited) jsp: jsp:useBean id=kk class

RE: OT What's really happening in this JSP?

2001-05-22 Thread Ross Dyson
netscrape 4.5(ish) its what we use as the baseline browser for our development -Original Message- From: Jim Cheesman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 22 May 2001 9:39 PM To: [EMAIL PROTECTED] Subject: RE: OT What's really happening in this JSP? At 12:35 PM 22/05/01, you wrote