Programming Tutorials

Comment on Tutorial - Handling multiple buttons in HTML Form in Struts By Charles



Comment Added by : Charles

Comment Added at : 2008-03-21 01:36:46

Comment on Tutorial : Handling multiple buttons in HTML Form in Struts By Charles
farhaan, thats why I said, "Using the HTML Button Label to distinguish the buttons works for most of the cases except when you have a internationalized Struts web application." in the last para. Therefore in this case, like you have rightly suggested that we may use a ( || ) or clause in the if statement to handle multiple strings.

View Tutorial