Just investigating
Struts and have a couple of questions.
I have visited some sites which claim to be powered by Struts but view of page source shows no signs of struts tags or .do for the form action. Does this seem likely?
One more newbie question, does ActionForm processing require the use of the Struts form tag. I omitted it in the
JSP and found the ActionForm subclass validate gets called but the setters are not getting invoked?