Re: [appfuse-user] multiple questions

2007-04-11 Thread Matt Raible
On 4/11/07, sarat.pediredla <[EMAIL PROTECTED]> wrote: Why would you debug the code if the database record already exists? Just look at your DB and see if the record already exists, which should answer the question. It is a valid point about some of these questions. and this is for Matt. Matt

Re: [appfuse-user] multiple questions

2007-04-11 Thread Matt Raible
On 4/11/07, nmall <[EMAIL PROTECTED]> wrote: Michael Thanks for your reply. The strange thing is that it gives the same error for any username/password which does not exist in my database table. My question is how to debug this - don't we need to download the source jsps/servlets. If you cr

Re: [appfuse-user] multiple questions

2007-04-11 Thread sarat.pediredla
Why would you debug the code if the database record already exists? Just look at your DB and see if the record already exists, which should answer the question. It is a valid point about some of these questions. and this is for Matt. Matt, Isnt it worth adding this as a sub section or link out

Re: [appfuse-user] multiple questions

2007-04-11 Thread nmall
Michael Thanks for your reply. The strange thing is that it gives the same error for any username/password which does not exist in my database table. My question is how to debug this - don't we need to download the source jsps/servlets. Michael Horwitz wrote: > > Answers below: > > On 4/11/

Re: [appfuse-user] multiple questions

2007-04-11 Thread Michael Horwitz
Answers below: On 4/11/07, nmall <[EMAIL PROTECTED]> wrote: Hi, 1) I downloaded appfuse source from svn and still cannot find tehe LoginServlet.java and other jsps. How do we get these so we can modify them and use them. If you run mvn war:inplace in the web module (or at the top level if

[appfuse-user] multiple questions

2007-04-11 Thread nmall
Hi, 1) I downloaded appfuse source from svn and still cannot find tehe LoginServlet.java and other jsps. How do we get these so we can modify them and use them. 2) Can we use ant with appfuse 2.x. I am quite new to Maven and not sure we can build a whole new app with it. 3) I was trying to add