Struts Section Index | Page 7

Can I have multiple form beans per action class? If YES how would the struts config file look like?

How should multiple button support be handled in Struts? Each button gets submitted with different text, but in order to separate the view from the controller that text should not appear in the Action. I'm curious how others have dealt with this situation.

Should we be chaining action servlets?

Struts post-1.0 and Tomcat 3.2.x My post-1.0 version of Struts crashes on tomcat 3.2.x. What can I do about this?

ActionErrors,ActionError about display the error message. In the strut example, we should new ActionError("error.password.mismatch")

Can we access members of an array like <form:select property="array[i]"> in a for loop... It works if I use constants but not expressions.. property="array[0]" is fine but not array[i] or array[<%=i>] for the property attribute of form:select. Any clues???

Has anyone had luck using radio buttons?

Form validation errors in different frame? Possible?

Page caching by overriding the getOutputStream() and getWriter() methods.

War file and directories structure for struts applications Could someone give me a sample structure of a simple application (2 or 3 jsp, 2 or 3 Action classes ...)

Can I use precompiled JSPs with Struts?

Can Struts be used in a commercial product?

How can I contribute to the development of Struts?

Is there a large degree of XML in Struts? Can you swap a stylesheet and switch form HTML to WML?

What's the difference between Jakarta Struts and Jakarta Turbine?

About | Sitemap | Contact