RE: How to refer to the name of the form within a html:form block?

2003-05-27 Thread Sukhenko, Mikhail (Contr)
you don't need to, leave the name attribute out, the iterate tag will automatically associate name with the name of the form that it is inside. Hope this helps -Original Message- From: Erez Efrati [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 27, 2003 5:44 PM To: 'Struts Users Mailing

original file name and path

2003-03-24 Thread Sukhenko, Mikhail (Contr)
Do any of you guys know how to get the original file path on the clients computer? i.e. something like c:\my documents\myfile.doc? I need it to repopulate the upload file box whenever the user comes back to the page. Thanks a lot in advance Mikhail

RE: Multiple redircets in struts from one jsp

2003-02-27 Thread Sukhenko, Mikhail (Contr)
Try to do it through an action. An action can figure out what jsp page to forward to depending on the parameter passed -Original Message- From: Jacky Kimmel [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 11:23 AM To: [EMAIL PROTECTED] Subject: Multiple redircets in struts

RE: how to submit a form using html:link

2002-12-12 Thread Sukhenko, Mikhail (Contr)
try not using struts html:form tag, instead just use regular html tag for your form declaration. form action=/other servlet/action.do method=post enctype=multipart/form-data. See if that works -Original Message- From: Amit Badheka [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December

RE: Map iterate problem

2002-11-13 Thread Sukhenko, Mikhail (Contr)
your MultiMap class does not have getKey() method which bean:write name=mm property=key/ translates to. -Original Message- From: Mark Ayad [mailto:mark;javamark.com] Sent: Tuesday, November 12, 2002 10:18 AM To: Struts Users Mailing List Subject: Map iterate problem I have a Map which

RE: Problem with multipart/mixed and file Tag

2002-11-05 Thread Sukhenko, Mikhail (Contr)
should not you use enctype=multipart/form-data instead of enctype=multipart/mixed? -Original Message- From: Yann Verlynde [mailto:yverlynde;oxade.com] Sent: Tuesday, November 05, 2002 3:46 AM To: Struts Subject: Problem with multipart/mixed and file Tag Hello, I have a problem with

RE: Problem with FileUpload

2002-11-04 Thread Sukhenko, Mikhail (Contr)
are you using multipart in your form declaration on the jsp page? -Original Message- From: Yann Verlynde [mailto:yverlynde;oxade.com] Sent: Monday, November 04, 2002 10:41 AM To: Struts Subject: Problem with FileUpload Hello, This is my code in an Action Class, I don't receive the

RE: Single sign on?

2002-10-23 Thread Sukhenko, Mikhail (Contr)
I am not sure if it's going to work well with a cluster(multiple JVMs) -Original Message- From: [EMAIL PROTECTED] [mailto:Kevin.Bedell;sunlife.com] Sent: Wednesday, October 23, 2002 10:30 AM To: Struts Users Mailing List Subject: Re: Single sign on? I was wondering - Has anyone

using OR condition with logic tags

2002-10-16 Thread Sukhenko, Mikhail (Contr)
Hey, guys! Do any of you know how to set up an OR condition with logic:equal tags? i.e. : logic:equal name=foo value=1 OR logic:equal name=foo value=2 Thanks -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

using OR condition with logic tags

2002-10-15 Thread Sukhenko, Mikhail (Contr)
Hey, guys! Do any of you know how to set up an OR condition with logic:equal tags? i.e. : logic:equal name=foo value=1 OR logic:equal name=foo value=2 Thanks -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Help with forwarding needed

2002-10-08 Thread Sukhenko, Mikhail (Contr)
try html-el:link forward=main.do bean-el:message key=link.userlist/ /html-el:link -Original Message- From: kiuma [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 08, 2002 11:48 AM To: Struts Users Mailing List Subject: Help with forwarding needed Hi all, I have the

RE: RE: Editable/non-editable fields

2002-08-26 Thread Sukhenko, Mikhail (Contr)
The grayed out feature does not work on all the web browsers though. Be careful with that. I think even Netscape does not support it. -Original Message- From: Kevin A. Smith [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 9:51 AM To: Struts Users Mailing List Subject: RE: RE: