[java ee programming] Why only CreateCoffees.java execute when I run JDBCSamples_mysql project

2010-10-27 Thread Saji
Hi When I am running JDBCSamples_mysql I have notices only one table is created ie COFFEES. This is because only CreateCoffees.java is executed. Can any one guide me, How only CreateCoffees.java is run when the project is run thanks Joseph John -- You received this message

[java ee programming] Struts Basics - Reusing the ActionForm's validation

2010-10-27 Thread Mike M. Lin
Re: Homework for Struts Basics I want to have a special error page (.jsp) in addition to the indexpassionname.jsp and indexnopassionname.jsp. So my controller HelloAction needs to figure out when to forward the request to the error page. Right now I'm doing something like this in

[java ee programming] Re: Why only CreateCoffees.java execute when I run JDBCSamples_mysql project

2010-10-27 Thread Michèle Garoche
On 28 oct, 07:45, Saji jjk.s...@gmail.com wrote: Hi Michele   Thanks for the reply   My  doubt was that why CreateCoffees.java only runs when I run the project, How is it decided that CreateCoffees.java only should run   I have done the necessary changes for the con parameter for all other