Re: JSP problems
- From: "Rune Runnestø" <rune@xxxxxxxxxxx>
- Date: Tue, 26 Apr 2005 19:24:38 +0200
> The problems encountered are:
> 1) The message "Your greeting is now saved in the Guestbook" does not
> appear. How is that ?
>
> 2) The jsp:include of the file ReadFromFile.jsp to the file
Guestbook.jsp
> should only take place when the file "allGreetings.txt" is created.
How do I
> make the code for that ?
>
> 3) When the name of a person appears in the included file in the
bottom of
> the file "Guestbook.jsp", under "Registered visitors so far", it
should be
> possible to send an email to the person it the person has written the
> emailaddress in the form. Just by cliking on the name. How do I code
this
> link. (something with <href mailto: I guess )?
>
> Regards
> Rune
Re 1, is there a typo in the Send INPUT tag in what s/b the "name"
attribute?
yours:
<input type="submit" namn="Send" value="Send">
corrected?:
<input type="submit" name="Send" value="Send">
It looks like it keeps your writing code from entering the if block.
Yes, you are right. But that's just an initial obstacle.
Rune
.
- References:
- JSP problems
- From: Rune Runnestø
- Re: JSP problems
- From: shakah
- JSP problems
- Prev by Date: Re: struts - how to display image from database ?
- Next by Date: j2ee application authentication
- Previous by thread: Re: JSP problems
- Next by thread: custom header elements soap messages
- Index(es):
Relevant Pages
|