RE: [RANT/FLAME] Re: Submit Value

2003-05-29 Thread Mike Jasnowski
: [RANT/FLAME] Re: Submit Value *&*$*& damn MICROSOFT! And me for not testing on IE. Now I have to redesign half my webapp! And why is this implemented if IE (90% of population out there) cannot use the feature? Gah. Now to figure out an elegant way of fixing this Phillip Q

Re: [RANT/FLAME] Re: Submit Value

2003-05-29 Thread Denis Avdic
enis Avdic [mailto:[EMAIL PROTECTED] Sent: May 28, 2003 2:23 PM To: Struts Users Mailing List Subject: Re: [RANT/FLAME] Re: Submit Value Actually, I just tried taking the value from request and it works. If I do request.getParameter("submit"); it returns value, but if i go myForm.getSub

RE: [RANT/FLAME] Re: Submit Value

2003-05-29 Thread Phillip Qin
orm.getMyButton. -Original Message- From: Denis Avdic [mailto:[EMAIL PROTECTED] Sent: May 28, 2003 2:39 PM To: Struts Users Mailing List Subject: Re: [RANT/FLAME] Re: Submit Value Why wouldn't there be a member variable? In the form? submit is there just because i put property="submit&

RE: [RANT/FLAME] Re: Submit Value

2003-05-29 Thread David Graham
, 2003 2:23 PM To: Struts Users Mailing List Subject: Re: [RANT/FLAME] Re: Submit Value Actually, I just tried taking the value from request and it works. If I do request.getParameter("submit"); it returns value, but if i go myForm.getSubmit(); it does not. Weird. Only IE I can test

Re: [RANT/FLAME] Re: Submit Value

2003-05-29 Thread Denis Avdic
nt: May 28, 2003 2:23 PM To: Struts Users Mailing List Subject: Re: [RANT/FLAME] Re: Submit Value Actually, I just tried taking the value from request and it works. If I do request.getParameter("submit"); it returns value, but if i go myForm.getSubmit(); it does not. Weird. Only IE I

RE: [RANT/FLAME] Re: Submit Value

2003-05-29 Thread Bradley M. Handy
ally added it to the request inside the javascript function. (I hope that made sense.) Brad Handy -Original Message- From: Phillip Qin [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 28, 2003 2:26 PM To: 'Struts Users Mailing List' Subject: [struts-user] RE: [RANT/FLAME] Re:

RE: [RANT/FLAME] Re: Submit Value

2003-05-29 Thread Phillip Qin
iling List Subject: Re: [RANT/FLAME] Re: Submit Value Actually, I just tried taking the value from request and it works. If I do request.getParameter("submit"); it returns value, but if i go myForm.getSubmit(); it does not. Weird. Only IE I can test right now is whatever comes with

Re: [RANT/FLAME] Re: Submit Value

2003-05-29 Thread Denis Avdic
Actually, I just tried taking the value from request and it works. If I do request.getParameter("submit"); it returns value, but if i go myForm.getSubmit(); it does not. Weird. Only IE I can test right now is whatever comes with XP. Anyone have any other experiences with this? Denis Erik P

Re: [RANT/FLAME] Re: Submit Value

2003-05-29 Thread Erik Price
Denis Avdic wrote: *&*$*& damn MICROSOFT! And me for not testing on IE. Now I have to redesign half my webapp! And why is this implemented if IE (90% of population out there) cannot use the feature? Gah. Now to figure out an elegant way of fixing this Maybe you could have JavaScript t

[RANT/FLAME] Re: Submit Value

2003-05-29 Thread Denis Avdic
*&*$*& damn MICROSOFT! And me for not testing on IE. Now I have to redesign half my webapp! And why is this implemented if IE (90% of population out there) cannot use the feature? Gah. Now to figure out an elegant way of fixing this Phillip Qin wrote: Don't bother trying it. Only Mozi