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

Struts example source code file (example5.jsp)

This example Struts source code file (example5.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

i'm, i'm, tab, tab

The Struts example5.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>

<body>

				<sx:tabbedpanel id="test2" cssStyle="width: 500px; height: 300px;" doLayout="true" labelposition="bottom">
                      <sx:div id="left" label="test1" closable="true">
                          I'm a Tab!!!
                      </sx:div >
                      <sx:div  id="middle" label="test2"  closable="true">
                          I'm the other Tab!!!
                      </sx:div >
                     
                  </sx:tabbedpanel>
				  
				

<s:include value="../footer.jsp"/>

</body>
</html>

Other Struts examples (source code examples)

Here is a short list of links related to this Struts example5.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.