If JSPWiki doesn't recognise the plugin, it normally generates an error. Make sure to check the jspwiki.properties file -- eg the line with jspwiki.plugin.searchPath should not contain any trailing spaces (probably no trailing comma as well)
dirk On Wed, Jun 23, 2010 at 2:03 PM, Jingang Zhou <[email protected]> wrote: > I download the v0.3 tableplugin (Table.jar) and place it in the WEB-INF/lib > and modify the plugin searchPath in the WEB-INF/jspwiki.properties to > jspwiki.plugin.searchPath = brushed.jspwiki.tableplugin, > but it does not work and shows as regular text. > > My JSPWiki version is 2.4.103. > > best regards. > > Robin > > ----- Original Message ----- > From: "Dirk Frederickx" <[email protected]> > To: <[email protected]> > Sent: Wednesday, June 23, 2010 6:11 PM > Subject: Re: how to implement advanced table features in JSPWiki > > > You may want to try the TablePlugin. > > It extends JSPWiki's table markup : > - merge cells horizontally and/or vertically (aka colspan and rowspan) > - auto-numbering of rows > - multi-line table markup to ease the entry of large or complex table > cells, including nested tables > - additional formatting for odd/even rows, headers, etc. > > See http://www.jspwiki.org/wiki/TablePlugin > > dirk > > On Wed, Jun 23, 2010 at 5:31 AM, Jingang Zhou <[email protected]> wrote: >> hello all, >> >> how to how to implement advanced table features in JSPWiki, e.g., row or >> column span ? >> >> best regrads. >> >> Robin >> ----- Original Message ----- >> From: "James Goodwin" <[email protected]> >> To: <[email protected]> >> Sent: Wednesday, June 23, 2010 11:25 AM >> Subject: SimpleJSPWiki file corrupt >> >> >>>I downloaded simpleJSPWiki.zip from the link on the page >>> http://doc.jspwiki.org/2.4/wiki/Simple%20JSPWiki >>> >>> The file is corrupt. Extract All in Windows gives some random >>> mysterious error number. 7Zip opens the archive ok but if you >>> drill down to simpleJSPWiki .zip\wiki\tomcat\lib\catalina.jar, >>> and try to extract just that file, you get an error >>> >>> 0 CRC failed in '\wiki\tomcat\lib\catalina.jar'. File is broken >>> >>> /Jim Goodwin >> --------------------------------------------------------------------------------------------------- >> Confidentiality Notice: The information contained in this e-mail and any >> accompanying attachment(s) >> is intended only for the use of the intended recipient and may be >> confidential and/or privileged of >> Neusoft Corporation, its subsidiaries and/or its affiliates. If any reader >> of this communication is >> not the intended recipient, unauthorized use, forwarding, printing, storing, >> disclosure or copying >> is strictly prohibited, and may be unlawful.If you have received this >> communication in error,please >> immediately notify the sender by return e-mail, and delete the original >> message and all copies from >> your system. Thank you. >> --------------------------------------------------------------------------------------------------- >> >> > --------------------------------------------------------------------------------------------------- > Confidentiality Notice: The information contained in this e-mail and any > accompanying attachment(s) > is intended only for the use of the intended recipient and may be > confidential and/or privileged of > Neusoft Corporation, its subsidiaries and/or its affiliates. If any reader of > this communication is > not the intended recipient, unauthorized use, forwarding, printing, storing, > disclosure or copying > is strictly prohibited, and may be unlawful.If you have received this > communication in error,please > immediately notify the sender by return e-mail, and delete the original > message and all copies from > your system. Thank you. > --------------------------------------------------------------------------------------------------- > >
