RE: Struts link to map viewer

2003-04-01 Thread Angelo . Andreetto
document.formName.action will return the string rappresenting in the action attribute of the Form object -Original Message- From: Balraj Goulikar [SMTP:[EMAIL PROTECTED] Sent: Monday, March 31, 2003 7:08 PM To: Struts Users Mailing List Subject: Re: Struts link to map

RE: Struts link to map viewer

2003-04-01 Thread Angelo . Andreetto
'sorry didn't noticed that. Obviously you cannot use any reserved word as variable name ;-] -Original Message- From: Andrew Hill [SMTP:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 5:54 PM To: Struts Users Mailing List Subject: RE: Struts link to map viewer Not in this

Upgrade from struts 1.0

2003-03-31 Thread Angelo . Andreetto
I'm thinking to upgrade from Struts 1.0 (maybe integrating Tiles). Do anybody have a to-do-list or something similar to convert the old struts-config.xml into the new DTD to let me have some idea of the effort before to start? Angelo Andreetto Analyst programmer / Application Products Boss Lab

RE: [FRIDAY]Re: Just let me be the first to say...

2003-03-28 Thread Angelo . Andreetto
Anybody outta there who know how to fix my voodoo doll configuration? She doesn't link with the boss so the best part of it is simply useless ;-] -Original Message- From: Becky Norum [SMTP:[EMAIL PROTECTED] Sent: Friday, March 28, 2003 12:01 PM To: Struts Users Mailing List

RE: Pull-down-menue for language select at logon

2003-03-26 Thread Angelo . Andreetto
Why not using a toolbar with icons so users can change the language whenever they want? something like: SCRIPT LANGUAGE=JAVASCRIPT function changeLanguage(language) { document.location='%=request.getContextPath()%/changelanguage.do?input=%= request.getServletPath()%language=' + language;

RE: Pull-down-menue for language select at logon

2003-03-26 Thread Angelo . Andreetto
it could be something like this, but it depends mostly on your back end system... public final class ChangeLanguageAction extends Action { public ActionForward perform(ActionMapping mapping, ActionForm form, HttpServletRequest

RE: Form not populating from post to struts.

2003-03-24 Thread Angelo . Andreetto
Try this: action=/strutscx/signal.do?jsessionid=8AF18163C316123869B5EFBFAD6BC912 -Original Message- From: Simon Kelly [SMTP:[EMAIL PROTECTED] Sent: Monday, March 24, 2003 3:18 PM To: Struts Users Mailing List Subject: Form not populating from post to struts. Hi

RE: Form not populating from post to struts.

2003-03-24 Thread Angelo . Andreetto
I know that, but simply I've never had to pass that info using a form. :-] Why do you put the session id in the form? -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] Sent: Monday, March 24, 2003 3:29 PM To: [EMAIL PROTECTED] Subject: RE: Form not populating