. . . as seen on Matt Raible's wiki.

Download the latest version.

Screenshot#

screenshot-redman.png

Comments/Discussion#

Very nice: The edit text area is as wide as the browser window allows and there are buttons to make it taller or lower. Sweet! MichaelSchubart It's very usefull the show/hide menu trik Guigar

Enhancements:
It would be great to have different bullets for each indentation level (one icon for "*", other for "**"...). Is it possible? Guigar

Update:
I had to change a line in the PreviewContent.jsp in order to save without a conflict or error

   
<input type="hidden" name="edittime" 
value="<%= Long.parseLong(request.getParameter("edittime")) %>" /> 

Another Update:
Very nice template! I didn't need to change the edittime field, but I did need to change the "text" field from a hidden textbox to a hidden textarea in PreviewContent.jsp. The original "text" field had problems with some characters which would cause parts of the page to not display correctly. JeffSheets

   <textarea rows="4" cols="20" readonly="true" style="display:none" name="text"><%=pageContext.getAttribute("usertext", PageContext.REQUEST_SCOPE) %>


----

Hi all,

I'm trying to use this template... Looks really sharp.

But after installing it, I can't edit any of my pages! I get the following error page:

--------------------
JSPWiki has detected an error

Error Message
    No parameter text set!
Exception
    javax.servlet.ServletException
Place where detected
    org.apache.jsp.Edit_jsp._jspService(), line 191 

-----------

I tried blindly the changes suggested here but they didn't work.

Can anyone help?
Please contact me @ mcq1@cdc.gov

thanks,
--mcq1, 09-Jan-2007
Bug still there I get the Same error, would be good if this was fixed. 18-July-2007

Add new attachment

In order to upload a new attachment to this page, please use the following box to find the file, then click on “Upload”.

List of attachments

Kind Attachment Name Size Version Date Modified Author Change note
png
screenshot-redman.png 8.2 kB 3 25-Mar-2004 14:15 12.44.20.2
« This page (revision-18) was last changed on 26-Sep-2007 23:53 by JanneJalkanen