alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Struts example source code file (example3.jsp)

This example Struts source code file (example3.jsp) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Struts tags/keywords

end, snippet, snippet, start, test, test, text, text2, text44, text44, text442, text442, this

The Struts example3.jsp source code

<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@ taglib prefix="s" uri="/struts-tags" %>
<%@ taglib prefix="sx" uri="/struts-dojo-tags" %>

<html>
<head>
    <title>Ajax examples - tabbled panel

    <jsp:include page="/ajax/commonInclude.jsp"/>
</head>

<s:url var="ajaxTest" value="/AjaxTest.action" />

<body>

    <table cellpadding="0" cellspacing="10" border="0" width="600">
        <tr>
            <td align="top">
                <!--// START SNIPPET: tabbedpanel-tag-->
                <sx:tabbedpanel id="test2" cssStyle="width: 500px; height: 300px;" doLayout="true">
                      <sx:div id="left" label="left">
                          This is the left pane<br/>
                          <s:form >
                              <s:textfield name="tt" label="Test Text" />  
<s:textfield name="tt2" label="Test Text2" /> </s:form> </sx:div> <sx:div href="%{ajaxTest}" id="ryh1" label="remote one" preload="false"/> <sx:div id="middle" label="middle"> middle tab<br/> <s:form > <s:textfield name="tt" label="Test Text44" />
<s:textfield name="tt2" label="Test Text442" /> </s:form> </sx:div> <sx:div href="%{ajaxTest}" id="ryh21" label="remote right" preload="false"/> </sx:tabbedpanel> <!--// END SNIPPET: tabbedpanel-tag--> </td> </tr> </table> <s:include value="../footer.jsp"/> </body> </html>

Other Struts examples (source code examples)

Here is a short list of links related to this Struts example3.jsp source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.