BTW:

Here is the markup rendered...

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
<!-- Application: tap.proto -->
<!-- Page: Login -->
<!-- Generated: Mon Oct 30 15:34:32 EST 2006 -->
<html>
<head>
<meta name="generator" content="Tapestry Application Framework, version 
4.0.2"/>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
<base href="http://localhost:8080/tap.proto-1.0/"/>
<title>Application Login</title>
</head>

<script language="JavaScript">
    function breakOutOfFrame() {
        if ( top.location != location )
                top.location.href = document.location.href;
    }

    function closeDialog() {
        dojo.widget.byId('popUpLoginDialog').hide();
    }
</script>


<body onload="breakOutOfFrame()">
<script type="text/javascript" 
src="/tap.proto-1.0/assets/557f2081d45a7528f898e7e384717596/org/apache/tapestry/form/Form.js;jsessionid=E8E3F6A476ECAF708ECAFEA39FF2AD2D"></script>
<script type="text/javascript" 
src="/tap.proto-1.0/assets/127f79a41a62a42853cc59b33324bde1/net/sf/tacos/ajax/components/tacos.js;jsessionid=E8E3F6A476ECAF708ECAFEA39FF2AD2D"></script>
<script type="text/javascript" 
src="/tap.proto-1.0/assets/ec266084ece29ede795db38c9c8cbf3d/net/sf/tacos/ajax/components/prototype.js;jsessionid=E8E3F6A476ECAF708ECAFEA39FF2AD2D"></script>
<script type="text/javascript"><!--



dojo.require("dojo.dom");
dojo.require("dojo.html");
dojo.require("dojo.event");
dojo.require("dojo.widget.Dialog");



// --></script>

<div id="loginDialogContent" style="display:none" bgColor="white" 
bgOpacity="0.5">
        <h1>Application Login</h1>

        <form method="post" 
action="/tap.proto-1.0/Login,$Form.sdirect;jsessionid=E8E3F6A476ECAF708ECAFEA39FF2AD2D"
 
name="Form" id="Form">
<div style="display:none;"><input type="hidden" name="formids" 
value="emailAddress,password,login,cancel,rememberMe"/>
<input type="hidden" name="submitmode" value=""/>
<input type="hidden" name="submitname" value=""/>
</div>
<!-- <span jwcid="proto.component:ShowError" /> -->
                <table border="3">
                <tr>
            <td>
                                Email Address
            </td>

            <td><input type="text" name="emailAddress" value="" 
id="emailAddress" size="40"/></td>
        </tr>
                <tr>
            <td>
                                Password
            </td>
            <td><input type="password" name="password" value="" 
id="password" size="40"/></td>
        </tr>

        <tr>
            <td/>
            <td>
                <input type="submit" name="login" value="Login" id="login"/>
                <input type="submit" name="cancel" value="Cancel" 
id="cancel" onclick="javascript:this.form.events.cancel();"/>
            </td>
        </tr>
                <tr>
                <td/>
            <td>
                        Remember Me
                <input type="checkbox" name="rememberMe" checked="checked" 
id="rememberMe"/>
                </td>
        </tr>

                </table>
        </form>

        <p><a 
href="/tap.proto-1.0/Home.html;jsessionid=E8E3F6A476ECAF708ECAFEA39FF2AD2D">Home</a></p>
</div>

<script language="JavaScript" type="text/javascript"><!--
Tapestry.register_form('Form');
Tapestry.onsubmit('Form', function(event) { Tapestry.require_field(event, 
'emailAddress', 'You must enter a value for Email Address.'); });
Tapestry.onsubmit('Form', function(event) { Tapestry.require_field(event, 
'password', 'You must enter a value for Password.'); });
Tapestry.set_focus('emailAddress');




        dojo.event.connect(window, "onload", function(e) {
                tacos.buildDialog(false, "loginDialogContent", false);
        });



// --></script></body>
</html>
<!-- Render time: ~ 156 ms -->

_________________________________________________________________
Stay in touch with old friends and meet new ones with Windows Live Spaces 
http://clk.atdmt.com/MSN/go/msnnkwsp0070000001msn/direct/01/?href=http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Tacos-devel mailing list
Tacos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tacos-devel

Reply via email to