my generated html file excluding class button from sendmessage.jsp ,it gives
problem as i explained earlier 
------------------------------------------------



<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
        <head>
        
                

<script language="JavaScript">
<!--
var taSelected = 0;
//-->
</script>

 
<style type="text/css">

label
{font-size: x-small;}
</style>

                <title>Send Us A Message</title>
                 <link href="/Portfolio/decorators/images/Refresh.css" 
rel="stylesheet"
type="text/css"> 
        
        </head>

        <body>

                
                <div id="wrap">
                        <div id="header">
                                <!--   includes/header.jsp --> 


                

<h1 id="logo-text">Portfolio</h1>               
                        <h2 id="slogan">Management </h2>
                                        <h2 id="date1">
04 Mar 2008
</h2>
                                        <h2 id="welcome">
                                        welcome, hardik
                                        
                                                [ /Portfolio/Logout.do Logout ]
                                                </h2>


                        

                                        
                        </div>
                        <div  id="menu">
                                <ul>
                                <li> /Portfolio/Welcome.do Home </li>
                                <li> /Portfolio/Login_input.do Login </li>
                                <li> /Portfolio/webmail/portfol_main.do 
PortFolio </li>
                                <li> /Portfolio/Welcome.do Support </li>
                                <li> /Portfolio/Welcome.do About </li>          
                                </ul>
                                
                        </div>  
                        <!-- content-wrap starts here -->
                        <div id="content-wrap">
                                <div id="sidebar">
                                            
    
<html>
<head>

</head>
<body>
                                        <h1>Technical</h1>
                                        <div class="left-box">
                                        <p>This is Test</p>
                                        </div>
        
                <h1>Tree</h1>
                <div class="left-box">
                
                
                </div>  
                        
                
                                        
                                        <div class="left-box">
                                                <ul class="sidemenu">           
                
                                                <li> /Portfolio/Welcome.do Home 
</li>
                                                <li> # About </li>
                                                </ul>   
                                        </div>
</body>
</html>
                                </div>
                                <div id="main">
                                

        <script type="text/javascript"
src="/Portfolio/struts/xhtml/validation.js"></script>
                
<form namespace="/" id="SendMessage" name="SendMessage" onsubmit="return
validateForm_SendMessage();" action="/Portfolio/SendMessage.do"
method="post"><table class="wwFormTable">
<tr>
    <td class="tdLabel"><label for="SendMessage_msgReplyTo"
class="label">Your Email*:</label></td>
    <td
><input type="text" name="msgReplyTo" value=""
id="SendMessage_msgReplyTo"/></td>
</tr>

<tr>
    <td class="tdLabel"><label for="SendMessage_subject"
class="label">Subject:</label></td>
    <td
><input type="text" name="subject" value="" id="SendMessage_subject"/></td>
</tr>

<tr>
    <td class="tdLabel"><label for="SendMessage_msgContents"
class="label">Message*:</label></td>
    <td
><textarea name="msgContents" cols="40" rows="15"
id="SendMessage_msgContents" onfocus="if (taSelected == 0){taSelected = 1;
this.select();}">Type your message here.</textarea></td>
</tr>

<tr>
    <td colspan="2"><div align="right"><button type="submit"
id="SendMessage_0" value="Submit" class="button">Submit</button>
</div></td>
</tr>

<tr>
    <td colspan="2"><div align="right"><button type="reset"
value="Reset">Reset</button>
</div></td>
</tr>

</table></form>



<script type="text/javascript">
    function validateForm_SendMessage() {
        form = document.getElementById("SendMessage");
        clearErrorMessages(form);
        clearErrorLabels(form);

        var errors = false;

        return !errors;
    }
</script>


                                
                        </div>
                        <!-- content-wrap ends here -->
                        </div>
                        <!--footer starts here-->
                        <div id="footer">
                        <!--   includes/pagefooter.jsp --> 

<html>
<body>
<center>All Content &copy; Copyright 2008 </center>
</body>
</html>


                        </div>
                <!-- wrap ends here --> 
                </div>
        
        
        </body>
</html>
-------------------------------------------------
-- 
View this message in context: 
http://www.nabble.com/sitemesh-problem-tp15759026p15824819.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to