Hello ! I'm facing something I call "strange struts behavior". I have the following situation :
1) I have a list iterator on a form. Each list member has a link calling a href="./someAction.do?parameter=value". 2) When I execute the action once everything works fine. It goes to the URL set by the action, loads the form, executes and go back to my list. 3) When I try to execute the action again Struts doesn't do anything and shows me a blank page with the URL to my action. What's up ? Am I doing something wrong ? Should I have a special implementation or configuration to execute an action twice ? Thanks in advance and regards, Michel. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

