Hello Matt, thanks for the speedy and informative reply. Just like Log4j (Doh!)
- Original Message -
From: "Matt Raible"
To: users@appfuse.dev.java.net
Sent: Thursday, June 18, 2009 3:49:58 PM GMT -06:00 US/Canada Central
Subject: Re: [appfuse-user] Appfuse-wicket-ibatis UserModel class
You should be able to add the following to your class and then call
log.debug(message) and logging messages will show up in your console.
private final Log log = LogFactory.getLog(YourClass.class);
Matt
On Thu, Jun 18, 2009 at 2:52 PM, David Brown
wrote:
> Hello appfuse folks, I have a very nic
Hello appfuse folks, I have a very nice web app worked up from the
appfuse-wicket-ibatis-1.8.2 module and the efforts of Matt Raible. I have been
able to duplicate all of the necessary classes to implement my own
functionality similar to the: UserXXX.java classes. My version of these classes
is
Hai Friends,
I am using appfuse 1.9.4 for developing my web app. I hosted my app
in wasce 2.0. I made a small web app (not using appfuse) which performs some
operation and it is deployed in the same server. Both the application
performs a insert opeartion on a table 'FileInfo' (not at the