Re: Need help with XMLForm

2002-09-26 Thread Bobby Mitchell
Bobby Mitchell wrote: > I'm trying to use the logger with my version of WizardAction.java. > > I tried to get info by putting the statement: > getLogger().debug("TESTING: "); in perform(), but I don't get any > messages in the log files. > > How can I use the logger in WizardAction.java? > Anot

Need help with XMLForm

2002-09-26 Thread Bobby Mitchell
I'm trying to use the logger with my version of WizardAction.java. I tried to get info by putting the statement: getLogger().debug("TESTING: "); in perform(), but I don't get any messages in the log files. How can I use the logger in WizardAction.java? -- Robert J. (Bobby) Mitchell Systems A

Re: Need help with XMLForm

2002-09-25 Thread Ivelin Ivanov
If can just extract the code from say WizardAction.jave. Form.lookup( id, objectModel ); Form.addViolation( violation ); - Original Message - From: "Bobby Mitchell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 25, 2002 1:01 PM Subject:

Need help with XMLForm

2002-09-25 Thread Bobby Mitchell
Can I use xsp to add Violations to an instance of XMLForm? If so, can you provide a short code snippet? -- Robert J. (Bobby) Mitchell Systems Administrator NASA Institute for Advanced Concepts 555A 14th St Atlanta, Ga. 30318 Phone: (404)347-9633 Fax: (404)347-9638 --

Re: Need help with XMLForm and Mod-db (Please disregard my earlierposts)

2002-09-12 Thread Bobby Mitchell
My solution is to change the code in DatabaseAction.java to remove the table_name. from the variable names. I made this change to test it and it works. I suppose I need to change the code in such a way to allow a user to supply a configuration directive such as false. Is there any reason I sh