org.apache.turbine.util.Log logs to the server log, as far as I know. Import it and use:
Log.debug(String) --joe > -----Original Message----- > From: Sangam Dash [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 17, 2002 3:29 PM > To: David Sean Taylor; Jetspeed Users List > Subject: Re: Hi need some help > > > David Sean Taylor wrote: > > >David Sean Taylor > >Bluesunrise.com > >[EMAIL PROTECTED] > >+01 (707) 773 4646 > > > > > > > >>-----Original Message----- > >>From: Sangam Dash [mailto:[EMAIL PROTECTED]] > >>Sent: Tuesday, December 17, 2002 12:50 PM > >>To: David Sean Taylor > >>Subject: Re: Hi David need some help > >> > >> > >>just one more question > >>the examples use existing tables > >>how to use a new table that i just created and insert data > into that? > >>in the coffees-form.vm file you are using coffee.CoffeeName or > >>coffee.SupplierId > >>what is coffee in here? > >>where do you define that? > >> > >> > > > >Again thats covered in the tutorial. > >>From the tutorial, see coffees-schema.xml to see how the > database was > >created and the OM classes generated by Torque. > >Also see the ant tasks which generate the OM. > > > > > > > > > > > hi > > i did crate a table a jsp action class and a jsp template to > enter the > email to the table > but i have a silly question again > i had some system.out.println() statements inside the class > where does it print those? > i could not find them > is there any other way to check whether its going to the > class's method > that i call from the jsp portlet? > is there any other way to debug? > please help > thanks > sangam dash > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
