Re: JSP problems



> 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


.



Relevant Pages