Problem sending form with fmt:message key=" " / tag system and jsp code

I have developt my new web page using jsp. I have done a booking form, please se below here. There are two pages, bookings.jsp and booking_sent.jsp. The page has 6 different languages so i have also used the <fmt:message key=" " /> tag system for each language.
The problem i have is when i send the form it opens a page where you only see all the tags, no text at all. For more information follow this link and try out the form;
http://www.neptunediving.com/neptune/general/bookings.jsp/
When you fill out the form and click send you should come to booking_sent and you do but the page is only full of tags, no text. Booking_sent looks exactly the same as bookings, except the header so why should not this work. I have tried everything but i cannot solve this problem. So i wonder if there is anybody out there who can help me with this?
BOOKINGS.JSP
<%@page import="com.neptunediving.*"%>
<%@include file="../WEB-INF/include/LangSupport.jsp"%>
<%@page contentType="text/html; charset=ISO-8859-1" language="java"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><fmt:message key="bookings.title1" /></title>
<META NAME="description" Content="<fmt:message key="bookings.description1" />
<fmt:message key="bookings.description2" />
<fmt:message key="bookings.description3" />">
<meta name="keywords" CONTENT="<fmt:message key="bookings.keywords1" />
<fmt:message key="bookings.keywords2" />
<fmt:message key="bookings.keywords3" />">
<meta name="robots" CONTENT="index, follow">
<link rel="shortcut icon" href="favicon.ico" >
<meta name="Copyright" CONTENT="Cebu Neptune Diving Adventure, Inc. Copyright (c) 1996-2007">
<meta name="Author" CONTENT="Jesper Nykvist">
<META NAME="revisit-after" CONTENT="45 days">
<META NAME="classification" CONTENT="diving">
<META NAME="classification" CONTENT="scuba">
<META NAME="classification" CONTENT="accommodation">
<META NAME="classification" CONTENT="travel">
<META NAME="classification" CONTENT="restaurants">
<META NAME="distribution" CONTENT="global">
<meta name="FreeFind" content="neverFollowScript">
<meta name="FreeFind" content="noFollowQueries">
<link href="../stylesheet/neptunediving.css" rel="stylesheet" type="text/css" />
</head>
<body>
<a name="Return"></a>
<div class="pageHead">
<div align="center"><%@include
     file="../WEB-INF/include/header.jsp"%></div>
</div>
<table class="nav" cellspacing="0">
     <tbody>
          <%@include file="../WEB-INF/include/bookings.jsp"%>
          <table width="100%" height="362" cellspacing="0" class="listTable">
               <tbody>
                    <tr class="subhead">
                         <td width="54%" height="31"><%@include
                              file="../WEB-INF/include/freefind.jsp"%></td>
                         <td width="46%">
                         <h1><span class="date"> <%@include
                              file="../WEB-INF/include/showtime.jsp"%> </span></h1>
                         </td>
                    </tr>
                    <tr>
                         <td height="169" colspan="2">
                         <h2 align="center" class="listTable"><fmt:message key="general.bookings.header1" /></h2>
                         <h2 align="center" class="listTable"><fmt:message key="general.bookings.header2" /></h2>
                         <hr />
                         <p align="center"><fmt:message key="general.bookings.header3" />
                         <fmt:message key="general.bookings.header4" />
                         <fmt:message key="general.bookings.header5" /></p>
                         <p align="center"><fmt:message key="general.bookings.header6" />
                         <fmt:message key="general.bookings.header7" />
                         <fmt:message key="general.bookings.header8" /></p>
                         <hr />
                         </td>
                    </tr>
                    <tr>
                                   <td height="20" colspan="2">
                                   <form id="bookings" name="bookings" method="post"
                                   action="booking_sent.jsp">
                                   <h2 class="newsBody"><fmt:message key="general.bookings.header9" /></h2>
                                   <table width="100%" border="1" cellpadding="4">
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text1" /></p>
                                   </td>
                                   <td width="30%"><input type="text" name="from" size="30"
                                        maxlength="25" />
                                    </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text2" /></p>
                                   </td>
                                   <td width="30%"><input type="text" name="email" size="30"
                                        maxlength="25" />
                                    </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text3" /></p>
                                   </td>
                                   <td width="30%"><select name="region">
                                        <option><fmt:message key="general.bookings.text4" /></option>
                                        <option><fmt:message key="general.bookings.text5" /></option>
                                        <option><fmt:message key="general.bookings.text6" /></option>
                                        <option><fmt:message key="general.bookings.text7" /></option>
                                        <option><fmt:message key="general.bookings.text8" /></option>
                                        <option><fmt:message key="general.bookings.text9" /></option>
                                        <option><fmt:message key="general.bookings.text10" /></option>
                                        <option><fmt:message key="general.bookings.text11" /></option>
                                        <option><fmt:message key="general.bookings.text12" /></option>
                                        <option><fmt:message key="general.bookings.text13" /></option>
                                        <option><fmt:message key="general.bookings.text14" /></option>
                                   </select>
                                    </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text15" /></p>
                                   </td>
                                   <td width="30%"><select name="language">
                                        <option><fmt:message key="general.bookings.text16" /></option>
                                        <option><fmt:message key="general.bookings.text17" /></option>
                                        <option><fmt:message key="general.bookings.text18" /></option>
                                        <option><fmt:message key="general.bookings.text19" /></option>
                                        <option><fmt:message key="general.bookings.text20" /></option>
                                        <option><fmt:message key="general.bookings.text21" /></option>
                                        <option><fmt:message key="general.bookings.text22" /></option>
                                        <option><fmt:message key="general.bookings.text23" /></option>
                                        <option><fmt:message key="general.bookings.text24" /></option>
                                        <option><fmt:message key="general.bookings.text25" /></option>
                                        <option><fmt:message key="general.bookings.text26" /></option>
                                   </select>
                                    </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text27" />
                                   <fmt:message key="general.bookings.text28" />
                                   <fmt:message key="general.bookings.text29" /></p>
                                   </td>
                                   <td width="30%">
                                   <p class="listTable"><fmt:message key="general.bookings.text30" /><input type="radio"
                                        name="mailing" value="Yes" />
                                        <class="listTable"><fmt:message key="general.bookings.text31" /><input type="radio"
                                        name="mailing" value="No" checked="checked" /></p>
                                    </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text32" /></p>
                                   </td>
                                   <td width="30%"><select name="find us">
                                        <option><fmt:message key="general.bookings.text33" /></option>
                                        <option><fmt:message key="general.bookings.text34" /></option>
                                        <option><fmt:message key="general.bookings.text35" /></option>
                                        <option><fmt:message key="general.bookings.text36" /></option>
                                        <option><fmt:message key="general.bookings.text37" /></option>
                                        <option><fmt:message key="general.bookings.text38" /></option>
                                        <option><fmt:message key="general.bookings.text39" /></option>
                                        <option><fmt:message key="general.bookings.text40" /></option>
                                        <option><fmt:message key="general.bookings.text41" /></option>
                                        <option><fmt:message key="general.bookings.text42" /></option>
                                   </select>
                                    </td>
                              </tr>
                              <tr>
                                   </table>
                                   <br />
                                   <h2 class="newsBody"><fmt:message key="general.bookings.text43" /></h2>
                                   <table width="100%" border="1" cellpadding="4">
                                    </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text44" /></p>
                                   </td>
                                   <td width="30%"><input type="text" name="flight no, from"
                                        size="30" maxlength="25" />
                                    </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text45" /></p>
                                   </td>
                                   <td width="30%"><input type="text"
                                        name="arrival time, place" size="30" maxlength="25" />
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text46" />
                                   <fmt:message key="general.bookings.text47" /></p>
                                   </td>
                                   <td width="30%">
                                   <p class="listTable"><fmt:message key="general.bookings.text48" /><input type="radio"
                                        name="transport" value="Pick-up" />
                                        <class ="listtable="listTable""><fmt:message key="general.bookings.text49" /><input type="radio"
                                        name="transport" value="Bus" checked="checked" /></p>
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text50" /></p>
                                   </td>
                                   <td width="30%"><input type="text" name="stay from" size="30"
                                        maxlength="25" />
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text51" /></p>
                                   </td>
                                   <td width="30%"><input type="text" name="stay to" size="30"
                                        maxlength="25" />
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text52" /></p>
                                   </td>
                                   <td width="30%"><input type="text" name="guests (adults)" size="30"
                                        maxlength="25" />
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text53" /></p>
                                   </td>
                                   <td width="30%"><input type="text" name="guests (children)" size="30"
                                        maxlength="25" />
                                    </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text54" /></p>
                                   </td>
                                   <td width="30%"><input type="text" name="rooms (fan)" size="30"
                                        maxlength="25" />
                                    </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text55" /></p>
                                   </td>
                                   <td width="30%"><input type="text" name="rooms (air-con)" size="30"
                                        maxlength="25" />
                                    </td>
                              </tr>
                              <tr>
                         </table>
                         <br />
                         <h2 class="newsBody"><fmt:message key="general.bookings.text56" /></h2>
                         <table width="100%" border="1" cellpadding="4">
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text57" /></p>
                                   </td>
                                   <td width="30%">
                                   <p class="listTable"><fmt:message key="general.bookings.text58" /><input type="radio"
                                        name="certified diver" value="Yes" />
                                        <class="listTable"><fmt:message key="general.bookings.text59" /><input type="radio"
                                        name="certified diver" value="No" checked="checked" /></p>
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text60" />
                                   <fmt:message key="general.bookings.text61" /></p>
                                   </td>
                                   <td width="30%">
                                   <p class="listTable"><fmt:message key="general.bookings.text62" /><input type="radio"
                                        name="introductory course" value="Yes" />
                                        <class ="listTable""><fmt:message key="general.bookings.text63" /><input type="radio"
                                        name="introductory course" value="No" checked="checked" /></p>
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text64" /></p>
                                   </td>
                                   <td width="30%"><select name="where to dive">
                                        <option><fmt:message key="general.bookings.text65" /></option>
                                        <option><fmt:message key="general.bookings.text66" /></option>
                                        <option><fmt:message key="general.bookings.text67" /></option>
                                   </select></td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text68" /></p>
                                   </td>
                                   <td width="30%"><select name="dive course(s)">
                                        <option><fmt:message key="general.bookings.text69" /></option>
                                        <option><fmt:message key="general.bookings.text70" /></option>
                                        <option><fmt:message key="general.bookings.text71" /></option>
                                        <option><fmt:message key="general.bookings.text72" /></option>
                                        <option><fmt:message key="general.bookings.text73" /></option>
                                        <option><fmt:message key="general.bookings.text74" /></option>
                                        <option><fmt:message key="general.bookings.text75" /></option>
                                        <option><fmt:message key="general.bookings.text76" /></option>
                                        <option><fmt:message key="general.bookings.text77" /></option>
                                        <option><fmt:message key="general.bookings.text78" /></option>
                                        <option><fmt:message key="general.bookings.text79" /></option>
                                        <option><fmt:message key="general.bookings.text80" /></option>
                                   </select>
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text81" /></p>
                                   </td>
                                   <td width="30%"><input type="text" name="other dive course"
                                        size="30" maxlength="25" />
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text82" /></p>
                                   </td>
                                   <td width="30%"><select name="divepackage / safari">
                                        <option><fmt:message key="general.bookings.text83" /></option>
                                        <option><fmt:message key="general.bookings.text84" /></option>
                                        <option><fmt:message key="general.bookings.text85" /></option>
                                        <option><fmt:message key="general.bookings.text86" /></option>
                                        <option><fmt:message key="general.bookings.text87" /></option>
                                        <option><fmt:message key="general.bookings.text88" /></option>
                                        <option><fmt:message key="general.bookings.text89" /></option>
                                        <option><fmt:message key="general.bookings.text90" /></option>
                                        <option><fmt:message key="general.bookings.text91" /></option>
                                        <option><fmt:message key="general.bookings.text92" /></option>
                                        <option><fmt:message key="general.bookings.text93" /></option>
                                   </select>
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text94" /></p>
                                   </td>
                                   <td width="30%"><input type="text" name="dive package or safari from" size="30"
                                        maxlength="25" />
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text95" /></p>
                                   </td>
                                   <td width="30%"><input type="text" name="dive package or safari to" size="30"
                                        maxlength="25" />
                                   </td>
                              </tr>
                              <tr>
                              </table>
                         <br />
                         <h2 class="newsBody"><fmt:message key="general.bookings.text96" /></h2>
                         <fmt:message key="general.bookings.text97" />
                         <fmt:message key="general.bookings.text98" />
                         <fmt:message key="general.bookings.text99" /></p>
                         <div align="left"> <textarea name="comments" cols="55" rows="10"></textarea>
                         <div>
                         <br />
                         <input name="Submit" type="submit" value="<fmt:message key="general.bookings.button1" />" />
                         <input type="reset" name="Clear form and start again..!"
                         value="<fmt:message key="general.bookings.button2" />" /></p>
                         </form>
                         </td>
                    </tr>
                    <tr>
                         <td height="29" colspan="2"><a href="#Return"><img
                              src='<%=URLHelper.getURL("images/arrow.gif")%>'
                              alt="Return to top" width="21" height="21" border="0" /></a>
                              <fmt:message key="general.bookings.link1" />
                         </td>
                    </tr>
                    <tr>
                         <td height="105" colspan="2">
                         <hr />
                         <div class="pageFoot">
                         <div align="center"><font size="-1"><b><font
                              size="3" face="Verdana, Arial, Helvetica, sans-serif"> <%@include
                              file="../WEB-INF/include/footer.jsp"%>
                         </div>
                         </td>
                    </tr>
               </tbody>
          </table>
          <p><br style="clear: both;" />
          </p>
     </tbody>
</table>
</body>
</html>
BOOKING_SENT.JSP
<%@page import="com.neptunediving.*"%>
<%@include file="../WEB-INF/include/LangSupport.jsp"%>
<%@page contentType="text/html; charset=ISO-8859-1" language="java"%>
<%
     String message;
     message  = "Booking";
     message += "\r\nFrom: " + request.getParameter("from");
     message += "\r\nEmail: " + request.getParameter("email");
     message += "\r\nRegion: " + request.getParameter("region");
     message += "\r\nlanguage: " + request.getParameter("language");
     message += "\r\nMailing: " + request.getParameter("mailing");
     message += "\r\nFind us: " + request.getParameter("find us");
     message += "\r\nFlight: " + request.getParameter("flight no, from");
     message += "\r\nArrival: " + request.getParameter("arrival time, place");
     message += "\r\nPickup: " + request.getParameter("transport");
     message += "\r\nStay from: " + request.getParameter("stay from");
     message += "\r\nStay to: " + request.getParameter("stay to");
     message += "\r\nAdult: " + request.getParameter("guests (adults)");
     message += "\r\nChildren: " + request.getParameter("guests (children)");
     message += "\r\nFan: " + request.getParameter("rooms (fan)");
     message += "\r\nAir-con: " + request.getParameter("rooms (air-con)");
     message += "\r\nCertification: " + request.getParameter("certified diver");
     message += "\r\nIntroductory dive: " + request.getParameter("introductory course");
     message += "\r\nWhere to dive: " + request.getParameter("where to dive");
     message += "\r\nDive courses: " + request.getParameter("dive course(s)");
     message += "\r\nOther dive course: " + request.getParameter("other dive course");
     message += "\r\nDive package or safari: " + request.getParameter("divepackage / safari");
     message += "\r\nDive package or safari from: " + request.getParameter("dive package or safari from");
     message += "\r\nDive package or safari to: " + request.getParameter("dive package or safari to");
     message += "\r\nComments: " + request.getParameter("comments");
     Mailer mailer = new Mailer();
     mailer.sendMail(request.getParameter("from") + "<" + request.getParameter("email") + ">",
               "booking_sent",
               message);
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><fmt:message key="booking_sent.title1" /></title>
<META NAME="description" Content="<fmt:message key="booking_sent.description1" />
<fmt:message key="booking_sent.description2" />
<fmt:message key="booking_sent.description3" />">
<meta name="keywords" CONTENT="<fmt:message key="booking_sent.keywords1" />
<fmt:message key="booking_sent.keywords2" />
<fmt:message key="booking_sent.keywords3" />">
<meta name="robots" CONTENT="index, follow">
<link rel="shortcut icon" href="favicon.ico" >
<meta name="Copyright" CONTENT="Cebu Neptune Diving Adventure, Inc. Copyright (c) 1996-2007">
<meta name="Author" CONTENT="Jesper Nykvist">
<META NAME="revisit-after" CONTENT="45 days">
<META NAME="classification" CONTENT="diving">
<META NAME="classification" CONTENT="scuba">
<META NAME="classification" CONTENT="accommodation">
<META NAME="classification" CONTENT="travel">
<META NAME="classification" CONTENT="restaurants">
<META NAME="distribution" CONTENT="global">
<meta name="FreeFind" content="neverFollowScript">
<meta name="FreeFind" content="noFollowQueries">
<link href="../stylesheet/neptunediving.css" rel="stylesheet" type="text/css" />
</head>
<body>
<a name="Return"></a>
<div class="pageHead">
<div align="center"><%@include
     file="../WEB-INF/include/header.jsp"%></div>
</div>
<table class="nav" cellspacing="0">
     <tbody>
          <%@include file="../WEB-INF/include/bookings.jsp"%>
          <table width="100%" height="362" cellspacing="0" class="listTable">
               <tbody>
                    <tr class="subhead">
                         <td width="54%" height="31"><%@include
                              file="../WEB-INF/include/freefind.jsp"%></td>
                         <td width="46%">
                         <h1><span class="date"> <%@include
                              file="../WEB-INF/include/showtime.jsp"%> </span></h1>
                         </td>
                    </tr>
                    <tr>
                         <td height="169" colspan="2">
                         <h2 align="center" class="listTable"><fmt:message key="general.booking_sent.header1" /></h2>
                         <h2 align="center" class="listTable"><fmt:message key="general.booking_sent.header2" /></h2>
                         <hr />
                         <p align="center"><fmt:message key="general.booking_sent.header3" />
                         <fmt:message key="general.booking_sent.header4" />
                         <fmt:message key="general.booking_sent.header5" /></p>
                         <p align="center"><fmt:message key="general.booking_sent.header6" />
                         <fmt:message key="general.booking_sent.header7" />
                         <fmt:message key="general.booking_sent.header8" /></p>
                         <hr />
                         </td>
                    </tr>
                    <tr>
                                   <td height="20" colspan="2">
                                   <form id="bookings" name="bookings" method="post"
                                   action="booking_sent.jsp">
                                   <h2 class="newsBody"><fmt:message key="general.booking_sent.header9" /></h2>
                                   <table width="100%" border="1" cellpadding="4">
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.booking_sent.text1" /></p>
                                   </td>
                                   <td width="30%"><input type="text" name="from" size="30"
                                        maxlength="25" />
                                    </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.booking_sent.text2" /></p>
                                   </td>
                                   <td width="30%"><input type="text" name="email" size="30"
                                        maxlength="25" />
                                    </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.booking_sent.text3" /></p>
                                   </td>
                                   <td width="30%"><select name="region">
                                        <option><fmt:message key="general.booking_sent.text4" /></option>
                                        <option><fmt:message key="general.booking_sent.text5" /></option>
                                        <option><fmt:message key="general.booking_sent.text6" /></option>
                                        <option><fmt:message key="general.booking_sent.text7" /></option>
                                        <option><fmt:message key="general.booking_sent.text8" /></option>
                                        <option><fmt:message key="general.booking_sent.text9" /></option>
                                        <option><fmt:message key="general.booking_sent.text10" /></option>
                                        <option><fmt:message key="general.booking_sent.text11" /></option>
                                        <option><fmt:message key="general.booking_sent.text12" /></option>
                                        <option><fmt:message key="general.booking_sent.text13" /></option>
                                        <option><fmt:message key="general.booking_sent.text14" /></option>
                                   </select>
                                    </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.booking_sent.text15" /></p>
                                   </td>
                                   <td width="30%"><select name="language">
                                        <option><fmt:message key="general.booking_sent.text16" /></option>
                                        <option><fmt:message key="general.booking_sent.text17" /></option>
                                        <option><fmt:message key="general.booking_sent.text18" /></option>
                                        <option><fmt:message key="general.booking_sent.text19" /></option>
                                        <option><fmt:message key="general.booking_sent.text20" /></option>
                                        <option><fmt:message key="general.booking_sent.text21" /></option>
                                        <option><fmt:message key="general.booking_sent.text22" /></option>
                                        <option><fmt:message key="general.booking_sent.text23" /></option>
                                        <option><fmt:message key="general.booking_sent.text24" /></option>
                                        <option><fmt:message key="general.booking_sent.text25" /></option>
                                        <option><fmt:message key="general.booking_sent.text26" /></option>
                                   </select>
                                    </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.booking_sent.text27" />
                                   <fmt:message key="general.booking_sent.text28" />
                                   <fmt:message key="general.booking_sent.text29" /></p>
                                   </td>
                                   <td width="30%">
                                   <p class="listTable"><fmt:message key="general.booking_sent.text30" /><input type="radio"
                                        name="mailing" value="Yes" />
                                        <class="listTable"><fmt:message key="general.booking_sent.text31" /><input type="radio"
                                        name="mailing" value="No" checked="checked" /></p>
                                    </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.booking_sent.text32" /></p>
                                   </td>
                                   <td width="30%"><select name="find us">
                                        <option><fmt:message key="general.booking_sent.text33" /></option>
                                        <option><fmt:message key="general.booking_sent.text34" /></option>
                                        <option><fmt:message key="general.booking_sent.text35" /></option>
                                        <option><fmt:message key="general.booking_sent.text36" /></option>
                                        <option><fmt:message key="general.booking_sent.text37" /></option>
                                        <option><fmt:message key="general.booking_sent.text38" /></option>
                                        <option><fmt:message key="general.booking_sent.text39" /></option>
                                        <option><fmt:message key="general.booking_sent.text40" /></option>
                                        <option><fmt:message key="general.booking_sent.text41" /></option>
                                        <option><fmt:message key="general.booking_sent.text42" /></option>
                                   </select>
                                    </td>
                              </tr>
                              <tr>
                                   </table>
                                   <br />
                                   <h2 class="newsBody"><fmt:message key="general.booking_sent.text43" /></h2>
                                   <table width="100%" border="1" cellpadding="4">
                                    </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.booking_sent.text44" /></p>
                                   </td>
                                   <td width="30%"><input type="text" name="flight no, from"
                                        size="30" maxlength="25" />
                                    </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.booking_sent.text45" /></p>
                                   </td>
                                   <td width="30%"><input type="text"
                                        name="arrival time, place" size="30" maxlength="25" />
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.booking_sent.text46" />
                                   <fmt:message key="general.booking_sent.text47" /></p>
                                   </td>
                                   <td width="30%">
                                   <p class="listTable"><fmt:message key="general.booking_sent.text48" /><input type="radio"
                                        name="transport" value="Pick-up" />
                                        <class ="listtable="listTable""><fmt:message key="general.booking_sent.text49" /><input type="radio"
                                        name="transport" value="Bus" checked="checked" /></p>
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.booking_sent.text50" /></p>
                                   </td>
                                   <td width="30%"><input type="text" name="stay from" size="30"
                                        maxlength="25" />
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.booking_sent.text51" /></p>
                                   </td>
                                   <td width="30%"><input type="text" name="stay to" size="30"
                                        maxlength="25" />
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.booking_sent.text52" /></p>
                                   </td>
                                   <td width="30%"><input type="text" name="guests (adults)" size="30"
                                        maxlength="25" />
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.booking_sent.text53" /></p>
                                   </td>
                                   <td width="30%"><input type="text" name="guests (children)" size="30"
                                        maxlength="25" />
                                    </td>
                          

Nope, can't delete posts on this forum,
I have developed my new web page using jsp. I have done a booking form,
There are two pages, bookings.jsp and booking_sent.jsp.
The page has 6 different languages so i have also used the <fmt:message key=" " /> tag system for each language.
The problem i have is when i send the form it opens a page where you only see all the tags, no text at all.
For more information follow this link and try out the form; http://www.neptunediving.com/neptune/general/bookings.jsp/
When you fill out the form and click send you should come to booking_sent and you do but the page is only full of tags, no text. Booking_sent looks exactly the same as bookings, except the header so why should not this work. I have tried everything but i cannot solve this problem. So i wonder if there is anybody out there who can help me with this?
Tried going to that URL and got an error page served by Apache Webserver
Maybe you haven't got the correct connector going between the webserver and the application server?

Similar Messages

  • Send mail with Z Message Class in me21n and me22n

    Hi everyone, i'm new at the forum and this is may first post so i ask for apologies if i post it in the wrong please.
    Well my question is this, i have an z class message in the NACE transaction that it's suppose to send a mail, well if i use the standard program SAPFM06P form ENTRY_NEU with a sapscript it send correctly the mail and i can display it in the SOST transaction, but i need it to display a smartform not a sapscript, so i copy the program to Z and make it call my smartform, if i go now to the me21n/me22n/me23n an make a print preview it's display my smartform correctly, to this point it's all ok, but the problem is that when i modify something in the order and save, my Z message class does not send the mail (i can't see it in the SOST transaction)
    I was looking and it seems the problem is that the SOST and the SOOD table are not update but the NAST table does, so when i go to the SOST transaction it doesn't find the data to display.
    I know that the update it's done in the form BUCHEN of the SAPLMEPO, but i can't find where.
    Does anybody know how can i fix this problem? basically i want the me21n and me22n send the mail.
    Thanks a lot

    Thanks for your quick answer, I'll check and let you know any news
    PD: what do you mean by "you need to maintain condition records as external send. then only it will send the mail automatically"?
    Edited by: -tk85- on Jan 18, 2012 3:32 PM

  • Conflict sending booking form with jsp and fmt:message key=

    I have developed my new web page using jsp and together with this i am using jBoss 4.0.5.GA!
    The web page has 6 different languages so i have used the <fmt:message key=" " /> tag system for each language.
    On the web page there are a booking form who has two pages, bookings.jsp and booking_sent.jsp.
    The problem i have is when i send the form it opens a page where you only see all the tags, no text at all. For more information follow this link and try out the form; http://www.neptunediving.com/neptune/general/bookings.jsp/
    bookings.jsp and booking_sent.jsp looks exactly the same, except the header text. There most be some sort of conflict here, either with the <fmt:message key=" " /> tag system or maybe with the String message i use to retrieve the information from the form. Both <fmt:message key=" " /> tag system and the String message use the word message so i have tried to change the String message to String msg instead but i still get the same result.
    I have tried everything but i cannot solve this problem. So i wonder if there is anybody out there who can help me with this?

    Nope, can't delete posts on this forum,
    I have developed my new web page using jsp. I have done a booking form,
    There are two pages, bookings.jsp and booking_sent.jsp.
    The page has 6 different languages so i have also used the <fmt:message key=" " /> tag system for each language.
    The problem i have is when i send the form it opens a page where you only see all the tags, no text at all.
    For more information follow this link and try out the form; http://www.neptunediving.com/neptune/general/bookings.jsp/
    When you fill out the form and click send you should come to booking_sent and you do but the page is only full of tags, no text. Booking_sent looks exactly the same as bookings, except the header so why should not this work. I have tried everything but i cannot solve this problem. So i wonder if there is anybody out there who can help me with this?
    Tried going to that URL and got an error page served by Apache Webserver
    Maybe you haven't got the correct connector going between the webserver and the application server?

  • Problems sending emails with iPhone 3G and outlook exchange

    I have a problem sending email with exchange. Receiving and answering mail works fine and calender updates work fine. However when I initiate an email from the phone it syncs and ends up in the sent folder in the computer but never reaches the recipient. I have tried this many times with different recipients and phones. It only happens from my iphone and ipad. Any suggestions?
    Any help much appreciated

    The iPhone you returned is still syncing against your server and locking out your account. Someone possibly has access to your mail data. I'd recommend having your Exchange Administrator install the Microsoft Exchange Server ActiveSync Web Administration Tool (http://www.microsoft.com/downloads/details.aspx?FamilyID=E6851D23-D145-4DBF-A2CC -E0B4C6301453&displaylang=en) and attempt to wipe/delete/block that other iPhone.
    Message was edited by: ethanm

  • When i try to send a picture or a video with imessage on my iphone 4, it sends it with text messages and not imessage and it takes a lot of time ! How can i fix this ? thanks :)

    Hey guys ,
    When i try to send a picture with imessage to an another iphone it's sends it with text messages (not all the times but often) and it takes a lot of time ! Who could I fix this ?
    Thanks anyway ,
    guitarist young

    For Instagram you can try and uninstall and reinstall the app and see if that fixes it. But if not you can try and resetting all settings, Settings>General>Reset>Reset All Settings.

  • I cannot send pictures with text messages...can anyone help?

    I cannot send pictures with text messages...can anyone help?

        Hello Drussell52
    I would love to assist you! Let's get those pictures flowing. Are you seeing an error message? Can you use the Browser on the Z10? What zip are you in?
    I look forward to your reply.
    JoeL_VZW
    Follow us on Twitter @VZWSupport

  • Problem sending attachements with gmail account on mail

    Hello:
    I have a lot of problems sending attachments with my gmail account using mail.
    1. Attachments are not big.
    2. I don't have the same problem with other non gmail accounts.
    3. When ever I have this problem I go to gamil.com and I am able to send the attachment with no problem.
    Any suggestions?
    Thanks

    No idea ?
    Nemrod

  • Problem sending mail with attachments???

    Hi Everybody,
    I have got a problem sending mail with attachments...
    I am able to send a plain mail ... but when i am trying to send mail along with an attachment ... its not being sent....
    its not showing any error it is simply hanging...
    what should i do?
    If u know any solns please do suggest me....
    Thanks in advance

    activation.jar is already there...
    initially i wrote a swing program as a front end and it was working abs fine... in my sense it was properly sending mails along with the attachments...
    when i changed the front-end to JSP handled by Servlets i am getting a problem...
    and even the swing program stopped working ...
    now swing program is getting compiled but it is hanging at run time showing an exception "Exception occured during event dispatching"
    i dont understand what probably may be the problem...
    if u can trace out, please give me any suggestions
    Thanks in advance and regards

  • Sending pictures with text messages on iPhone 4

    I am no longer able to send pictures with text messages on my iPhone 4.  I used to have this capability, but it was lost with one of the software updates.
    This function is not one of the options when I attempt to send a photograph.  Also the camera icon next to the text entry bar in Messaging does not work.
    How can I get this capability back?

    I am no longer able to send pictures with text messages on my iPhone 4.  I used to have this capability, but it was lost with one of the software updates.
    This function is not one of the options when I attempt to send a photograph.  Also the camera icon next to the text entry bar in Messaging does not work.
    How can I get this capability back?

  • XML Forms with Expiring Message Date

    Hi,
      I need to create a XML form with Expiring Message Date i.e the messages should not be visible in the iview after entered expiring date. Kindly let me know how can I achieve this.
    Thanks & Regards,
    Ravi

    Hello Ravi
    This can be achieved through the Time-based Publishing service provided by SAP.  To make sure the service is active for your repository, go to System Administration > System Configuration > Knowledge Management > Content Management > Repository Managers > CM Repository (if that's the kind of repository you're working in).  Then select your repository and make sure that 'tbp' is in the list of Repository Services assigned.  If not, assign that service and restart the portal.
    Then, within KM Content, enter the Details menu of the folder within that repository for which you'd like this service activated, then go to Settings > Lifetime and click the 'Enable Time-Dependent Publishing' button.  This will activate the service for that folder.
    Then in your XML form, you can provide the Lifetime properties "Valid From" and/or "Valid To" to specify when a message should be active, and when it should expire.  At that point, anyone who has read access to that folder would only see the messages that are within these active dates.
    Hope this helps!  For more information, see SAP's <a href="http://help.sap.com/saphelp_nw04/helpdata/en/e8/a9a76828b8dc469969ff450ec81ced/frameset.htm">Lifetime of Documents</a> documentation.
    Cheers,
    Fallon

  • Sending mail with attachment fails on MAC Mail and WRP400.

    Sending mail with attachment fails on MAC Mail and WRP400.
    We have hundreds of WRP400 connected with Mac (Machintosh) computers. No special configurations are applied (no virtual server or DMZ). Web navigation, P2P programs and sending mail without attachment work right.
    The problem is the impossibility to send mails with medium or big size files attachment from MAC Mail.
    If we use Windows PCs or a different linksys routers (eg. WRT54G) the problem not happens.
    We have upgraded WRP400 firmware version from 1.00.06 to 2.00.05 but the result is the same. Sending mail with attachment using Mac fails.
    We tried to configure WRP400 with DMZ to a particular MAC. We tried to configure Virtual server on tcp 25 port of a MAC. The result is always the same.
    This is a WRP400 bug? Windows PCs work right. MAC and MAC mail works right with other linksys router.
    We need help. Thanks.

    The problem was fixed since beta firmware 2.00.11.
    I think that this issue was caused from a bug that decrease upload bitrate of WRP400 after some days of activity.
    See more details on Cisco forum under title "WRP400 stops responding after browsing certain websites".
    Thanks.

  • Ever since upgrading to Mountain Lion, my AOL messages sometimes, but not always open with a blank page. If I open AOL in Firefox, the messages open fine.  This does not happen with any messages by any means, and it is not any type of certain message

    Ever since upgrading to Mountain Lion, my AOL messages sometimes, but not always open with a blank page. If I open AOL in Firefox, the messages open fine.  This does not happen with any messages by any means, and it is not any type of certain message. In fact, in the same screen I can often open an email from the same sender with email intact. This is weird. Sometimes I close the page and open a new page. Sometimes that works and sometimes it does not. It is a very annoying thing.

    Hi,
    When you start Messages fro the first time you are asked for an Apple ID
    When this is verified and entered it appears in Messages Menu > Preference > Accounts and is Enabled.
    The App should have also picked on on those iChat Accounst you had before.
    These should be Enabled if they were when you last used iChat.
    Exactly which "Accounts" are logged in can be seen in Message Menu > Accounts and will include the iMessage "Account" and Bonjour.
    In the Window menu you will see CMD +0 for the Messages window and CMD+1 for the "Buddies" window which is a combined list at this stage.
    Go to the Preferences > General Section and Untick the "Collect all accounts into one list".
    This will give you separate iChat type Buddy lists.
    You can check if that account/Buddy list is set to Invisible or if in the Preferences > Accounts > Security you have settings that will block some people from seeing you as On line.
    You are saying Buddies can see you as On Line which implies they are still sending to your AIM based Names (@Mac.com is a valid AIM Screen Name)
    I am not sure from your post if you are trying to iMessage their email IDs thinking they are Apple IDs and that they are using Messages as well.
    There is no Buddy list for iMessages side
    No-one can tell you are "On Line" until they have your details in the "To" spot in Messages with the correct iMessaged contact info (iPhone Number or Apple ID)
    Obviously an Apple ID can be an email or look like one.
    In some cases they are also valid AIM Screen Names as well.
    In the case or the @mac.com name you may have linked this Apple ID to iMessages as well.
    11:31 PM      Saturday; August 11, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • How can I allow the application to line through a field that has been locked after being digitally signed?  We have multiple sections on a form with some fields being proposed information and other in another section having the approved information. once

    How can I allow the application to line through a field that has been locked after being digitally signed?
    We have multiple sections on a form with some fields being proposed information and other in another section having the approved information. once the approved information is entered we line through the proposed field so the data entry clerk won't pick up the wrong information.  However we are receiving an error when attempting to enter data  in the field which we have this edit.  Error property: line through cannot be set because doing so would violate the document permission setting.  any idea how we can get around this issue?

    You can control which fields are locked down after signing by setting up a collection. Then those that are not locked can be changed after signing. If this is not possible, then the line outs must occur prior to signing.

  • Updated my iphone with iOS7.0.3, still dont have the option to reject the call or reject the call with a message when someone call and the phone is in the lock screen?

    Updated my iphone with iOS7.0.3, still dont have the option to reject the call or reject the call with a message when someone call and the phone is in the lock screen? I was of the impression that this issue will be fixed with updates. Please see the screenshot.

    Hello Beardsell,
    This is when the phone is unlocked mode. My snapshot is when the phone is locked.
    Remember when you get a call when the phone is locked and you used to have slide to answer in iOS 6 and if you slide up you would have options to reject, reject with a message and reject with a reminder. We dont have that in iOS 7. iOS 7 *****,  I cannot get back to iOS6, apple needs to be user friendly. Screen shot 1 when the phone is locked, screenshot 2 when the phone is unlocked.

  • HT201210 in my phone when i open it appers a mesage with this message : error in application occured .error code : DF XX2700/6F1D WHAT'S THAT?

    in my phone when i open it appers a mesage with this message : error in application occured .error code : DF XX2700/6F1D WHAT'S THAT?

    i googled it - try a different sim card - did you go through a demagnetizer or something?

Maybe you are looking for

  • Problem in HTML parsing

    I am trying to parse the HTML, and for a HTML code like this <span class="authorName">Steve </span> I want to retrieve the value "Steve" Right now, I am using a parser, to generate the HTML tree and by using the this code.. Tidy tidy = new Tidy(); ti

  • Design view is unavailable for x64 and ARM target platforms. - Visual Studio 2013 Update 3

    Hello. I am having this problem at design view when i set project to x64. However problem disappear when i set to any cpu which makes it 32 bit. Design view is unavailable for x64 and ARM target platforms. Here my full XAML code <Window x:Class="dokt

  • 16:9 widescreen issue

    I have a movie in 16:9 and in DVD Studio pro it looks widescreen and through a projector and on a computer it is widescreen but on my tv it is anamorphically smushed. Is this just a problem with the TV-DVD player communication or do i need to somethi

  • IPad map app crashing

    My ipad2 map app will not open

  • Bridge Start Up

    Hi, I have Bridge CS4, is it neccessary for Bridge to start up with windows vista?,or can I disable it from the start up in vista.Thanks