Hi all, I have a newbie struts question for you: to choose an Action method to execute from a jsp is ALWAYS needed to specify the method=<methodname> parameter when calling the Action path (i.e. users.html).
I know that there is a default called by the "unspecified" method, and I know that adding the method parameter always works. But I have found in some points that calling only the path without method parameter works! But only in some special cases I think, because I have made many tests and searched through the code but I have found nothing that could help me. Thank you Fabrizio
