RE : Beginner question: form bean executing but action class not

2004-02-12 Thread f f
The easiest way to learn is look at the working example(and from book of course). Struts comes with great example. Compare your xml configurations & and other things(such as tags), with, say struts-example/web-inf/struts-config.xml. __ Do you Yahoo!? Yahoo! Finance:

Re: Beginner question: form bean executing but action class not

2004-02-11 Thread f f
you don't supply the controller I hope this helps, Fredrich - Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online

Beginner question: form bean executing but action class not

2004-02-10 Thread Gregg Williams
Hi, I have gotten my first extremely simple (2 web pages) Struts application working and am slowly adding features to it. In first page, you enter data into a form and click the submit button. This takes you to the second page, which displays the data from the form; and clicking the submit butt