| 
jforum example source code file (CommentContent.jsp)
 The jforum CommentContent.jsp source code
<%@ taglib uri="/WEB-INF/jspwiki.tld" prefix="wiki" %>
<wiki:TabbedSection defaultTab="addcomment">
  <wiki:Tab id="pagecontent" title="Discussion page">
    <wiki:InsertPage/>
  </wiki:Tab>
  <wiki:Tab id="addcomment" title="Add comment">
    <wiki:Include page="editors/plain.jsp"/>
  </wiki:Tab>
  <wiki:Tab id="edithelp" title="Help">
    <wiki:NoSuchPage page="EditPageHelp">
      <div class="error">
         Ho hum, it seems that the EditPageHelp<wiki:EditLink page="EditPageHelp">?
         page is missing.  Someone must've done something to the installation...
      </div>
    </wiki:NoSuchPage>
    <wiki:InsertPage page="EditPageHelp" />
  </wiki:Tab>
</wiki:TabbedSection>
Other jforum examples (source code examples)Here is a short list of links related to this jforum CommentContent.jsp source code file:  | 
| ... this post is sponsored by my books ... | |
         
           #1 New Release!  | 
      
         
           FP Best Seller  | 
  
Copyright 1998-2024 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.