Re: difference between html:submit and

2007-05-24 Thread Alin Tomoiaga
>altKey, bundle, indexed, titleKey, and property are >all Struts-specific (I think)... largely message- and >ActionForm-related stuff. altKey, property, indexed are just different names for "functionality" already provided by the simple html tag. I was hoping for a more subtle difference (like

Re: difference between html:submit and

2007-05-23 Thread Alin Tomoiaga
Thank you for your answer. Let me make my question more clear. will be rendered into . will be rendered into . But brings the extra feature that the user text input will be automatically mapped to the ActionForm's corresponding field. Otherwise, you would have had to "parse" the request firs

difference between html:submit and

2007-05-23 Thread Alin Tomoiaga
Hi, What does the html:submit tag bring extra compared to the normal ? Why should we use one over the other? I used them both in a struts application and it seems they both have the same functionality? Thank you, Alin _