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
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
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
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/
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
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