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

jforum example source code file (CommentContent.jsp)

This example jforum source code file (CommentContent.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 - jforum tags/keywords

add, add, discussion, editpagehelp, editpagehelp, help, help, ho, someone, someone

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

 

new blog posts

 

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.