You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jspwiki.apache.org by Jingang Zhou <zh...@neusoft.com> on 2010/06/23 05:31:30 UTC

how to implement advanced table features in JSPWiki

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" <Al...@comcast.net>
To: <js...@incubator.apache.org>
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. 
---------------------------------------------------------------------------------------------------


Re: how to implement advanced table features in JSPWiki

Posted by Jingang Zhou <zh...@neusoft.com>.
Yes, my mistake.
It works.

Thank you very much.

Robin
----- Original Message ----- 
From: "Dirk Frederickx" <di...@gmail.com>
To: <js...@incubator.apache.org>
Sent: Wednesday, June 23, 2010 8:41 PM
Subject: Re: how to implement advanced table features in JSPWiki


Correction ::

On Wed, Jun 23, 2010 at 2:39 PM, Dirk Frederickx
<di...@gmail.com> wrote:
Did you enclose the markup with the call to the plugin ?

[{Table

| 2010 | A
| ^ | B
}]

 dirk

> On Wed, Jun 23, 2010 at 2:39 PM, Jingang Zhou <zh...@neusoft.com> wrote:
>> I write
>> | 2010 | A
>> | ^ | B
>> and want to see
>> |2010 | A
>> | | B
>> but it shows
>> | 2010 | A
>> | ^ | B
>>
>> Robin
>>
>> ----- Original Message -----
>> From: "Dirk Frederickx" <di...@gmail.com>
>> To: <js...@incubator.apache.org>
>> Sent: Wednesday, June 23, 2010 8:32 PM
>> Subject: Re: how to implement advanced table features in JSPWiki
>>
>>
>> Could you describe what problem you are seeing ?
>> Possibly post some test markup here ?
>> dirk
>>
>> On Wed, Jun 23, 2010 at 2:33 PM, Jingang Zhou <zh...@neusoft.com> wrote:
>>> I do not find any error and I am sure the jspwiki.plugin.searchPath contains no trailing spaces.
>>>
>>> Robin
>>> ----- Original Message -----
>>> From: "Dirk Frederickx" <di...@gmail.com>
>>> To: <js...@incubator.apache.org>
>>> Sent: Wednesday, June 23, 2010 8:24 PM
>>> Subject: Re: how to implement advanced table features in JSPWiki
>>>
>>>
>>> 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 <zh...@neusoft.com> 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" <di...@gmail.com>
>>>> To: <js...@incubator.apache.org>
>>>> 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 <zh...@neusoft.com> 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" <Al...@comcast.net>
>>>>> To: <js...@incubator.apache.org>
>>>>> 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.
>>>> ---------------------------------------------------------------------------------------------------
>>>>
>>>>
>>> ---------------------------------------------------------------------------------------------------
>>> 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.
>> ---------------------------------------------------------------------------------------------------
>>
>>
>
---------------------------------------------------------------------------------------------------
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. 
---------------------------------------------------------------------------------------------------


Re: how to implement advanced table features in JSPWiki

Posted by Dirk Frederickx <di...@gmail.com>.
Correction ::

On Wed, Jun 23, 2010 at 2:39 PM, Dirk Frederickx
<di...@gmail.com> wrote:
Did you enclose the markup with the call to the plugin ?

[{Table

| 2010 | A
| ^       | B
}]

 dirk

> On Wed, Jun 23, 2010 at 2:39 PM, Jingang Zhou <zh...@neusoft.com> wrote:
>> I write
>>  | 2010 | A
>>  | ^       | B
>> and want to see
>>  |2010 | A
>>  |         | B
>> but it shows
>>  | 2010 | A
>>  | ^       | B
>>
>> Robin
>>
>> ----- Original Message -----
>> From: "Dirk Frederickx" <di...@gmail.com>
>> To: <js...@incubator.apache.org>
>> Sent: Wednesday, June 23, 2010 8:32 PM
>> Subject: Re: how to implement advanced table features in JSPWiki
>>
>>
>> Could you describe what problem you are seeing ?
>> Possibly post some test markup here ?
>> dirk
>>
>> On Wed, Jun 23, 2010 at 2:33 PM, Jingang Zhou <zh...@neusoft.com> wrote:
>>> I do not find any error and I am sure the jspwiki.plugin.searchPath contains no trailing spaces.
>>>
>>> Robin
>>> ----- Original Message -----
>>> From: "Dirk Frederickx" <di...@gmail.com>
>>> To: <js...@incubator.apache.org>
>>> Sent: Wednesday, June 23, 2010 8:24 PM
>>> Subject: Re: how to implement advanced table features in JSPWiki
>>>
>>>
>>> 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 <zh...@neusoft.com> 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" <di...@gmail.com>
>>>> To: <js...@incubator.apache.org>
>>>> 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 <zh...@neusoft.com> 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" <Al...@comcast.net>
>>>>> To: <js...@incubator.apache.org>
>>>>> 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.
>>>> ---------------------------------------------------------------------------------------------------
>>>>
>>>>
>>> ---------------------------------------------------------------------------------------------------
>>> 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.
>> ---------------------------------------------------------------------------------------------------
>>
>>
>

Re: how to implement advanced table features in JSPWiki

Posted by Dirk Frederickx <di...@gmail.com>.
Did you enclose the markup with the call to the plugin ?

[{TablePlugin

| 2010 | A
| ^       | B
}]

dirk

On Wed, Jun 23, 2010 at 2:39 PM, Jingang Zhou <zh...@neusoft.com> wrote:
> I write
>  | 2010 | A
>  | ^       | B
> and want to see
>  |2010 | A
>  |         | B
> but it shows
>  | 2010 | A
>  | ^       | B
>
> Robin
>
> ----- Original Message -----
> From: "Dirk Frederickx" <di...@gmail.com>
> To: <js...@incubator.apache.org>
> Sent: Wednesday, June 23, 2010 8:32 PM
> Subject: Re: how to implement advanced table features in JSPWiki
>
>
> Could you describe what problem you are seeing ?
> Possibly post some test markup here ?
> dirk
>
> On Wed, Jun 23, 2010 at 2:33 PM, Jingang Zhou <zh...@neusoft.com> wrote:
>> I do not find any error and I am sure the jspwiki.plugin.searchPath contains no trailing spaces.
>>
>> Robin
>> ----- Original Message -----
>> From: "Dirk Frederickx" <di...@gmail.com>
>> To: <js...@incubator.apache.org>
>> Sent: Wednesday, June 23, 2010 8:24 PM
>> Subject: Re: how to implement advanced table features in JSPWiki
>>
>>
>> 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 <zh...@neusoft.com> 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" <di...@gmail.com>
>>> To: <js...@incubator.apache.org>
>>> 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 <zh...@neusoft.com> 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" <Al...@comcast.net>
>>>> To: <js...@incubator.apache.org>
>>>> 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.
>>> ---------------------------------------------------------------------------------------------------
>>>
>>>
>> ---------------------------------------------------------------------------------------------------
>> 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.
> ---------------------------------------------------------------------------------------------------
>
>

Re: how to implement advanced table features in JSPWiki

Posted by Jingang Zhou <zh...@neusoft.com>.
I write
  | 2010 | A
  | ^       | B
and want to see 
  |2010 | A
  |         | B
but it shows
  | 2010 | A
  | ^       | B

Robin

----- Original Message ----- 
From: "Dirk Frederickx" <di...@gmail.com>
To: <js...@incubator.apache.org>
Sent: Wednesday, June 23, 2010 8:32 PM
Subject: Re: how to implement advanced table features in JSPWiki


Could you describe what problem you are seeing ?
Possibly post some test markup here ?
dirk

On Wed, Jun 23, 2010 at 2:33 PM, Jingang Zhou <zh...@neusoft.com> wrote:
> I do not find any error and I am sure the jspwiki.plugin.searchPath contains no trailing spaces.
>
> Robin
> ----- Original Message -----
> From: "Dirk Frederickx" <di...@gmail.com>
> To: <js...@incubator.apache.org>
> Sent: Wednesday, June 23, 2010 8:24 PM
> Subject: Re: how to implement advanced table features in JSPWiki
>
>
> 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 <zh...@neusoft.com> 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" <di...@gmail.com>
>> To: <js...@incubator.apache.org>
>> 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 <zh...@neusoft.com> 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" <Al...@comcast.net>
>>> To: <js...@incubator.apache.org>
>>> 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.
>> ---------------------------------------------------------------------------------------------------
>>
>>
> ---------------------------------------------------------------------------------------------------
> 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. 
---------------------------------------------------------------------------------------------------


Re: how to implement advanced table features in JSPWiki

Posted by Dirk Frederickx <di...@gmail.com>.
Could you describe what problem you are seeing ?
Possibly post some test markup here ?
dirk

On Wed, Jun 23, 2010 at 2:33 PM, Jingang Zhou <zh...@neusoft.com> wrote:
> I do not find any error and I am sure the jspwiki.plugin.searchPath contains no trailing spaces.
>
> Robin
> ----- Original Message -----
> From: "Dirk Frederickx" <di...@gmail.com>
> To: <js...@incubator.apache.org>
> Sent: Wednesday, June 23, 2010 8:24 PM
> Subject: Re: how to implement advanced table features in JSPWiki
>
>
> 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 <zh...@neusoft.com> 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" <di...@gmail.com>
>> To: <js...@incubator.apache.org>
>> 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 <zh...@neusoft.com> 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" <Al...@comcast.net>
>>> To: <js...@incubator.apache.org>
>>> 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.
>> ---------------------------------------------------------------------------------------------------
>>
>>
> ---------------------------------------------------------------------------------------------------
> 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.
> ---------------------------------------------------------------------------------------------------
>
>

Re: how to implement advanced table features in JSPWiki

Posted by Jingang Zhou <zh...@neusoft.com>.
I do not find any error and I am sure the jspwiki.plugin.searchPath contains no trailing spaces.

Robin
----- Original Message ----- 
From: "Dirk Frederickx" <di...@gmail.com>
To: <js...@incubator.apache.org>
Sent: Wednesday, June 23, 2010 8:24 PM
Subject: Re: how to implement advanced table features in JSPWiki


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 <zh...@neusoft.com> 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" <di...@gmail.com>
> To: <js...@incubator.apache.org>
> 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 <zh...@neusoft.com> 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" <Al...@comcast.net>
>> To: <js...@incubator.apache.org>
>> 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.
> ---------------------------------------------------------------------------------------------------
>
>
---------------------------------------------------------------------------------------------------
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. 
---------------------------------------------------------------------------------------------------


Re: how to implement advanced table features in JSPWiki

Posted by Dirk Frederickx <di...@gmail.com>.
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 <zh...@neusoft.com> 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" <di...@gmail.com>
> To: <js...@incubator.apache.org>
> 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 <zh...@neusoft.com> 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" <Al...@comcast.net>
>> To: <js...@incubator.apache.org>
>> 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.
> ---------------------------------------------------------------------------------------------------
>
>

Re: how to implement advanced table features in JSPWiki

Posted by Jingang Zhou <zh...@neusoft.com>.
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" <di...@gmail.com>
To: <js...@incubator.apache.org>
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 <zh...@neusoft.com> 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" <Al...@comcast.net>
> To: <js...@incubator.apache.org>
> 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. 
---------------------------------------------------------------------------------------------------


Re: Changing LOGIN.JSP page

Posted by Foster Schucker <Fo...@Schucker.org>.
Mine is in a page called Login and I have it set up with my own message.

Foster

OK time to log in ..

[{Raw

<form method="POST" action="j_security_check">
<table>
<tr><td>Username: </td><td><input type="text" name="j_username"></td></tr>
<tr><td>Password: </td><td><input type="password" 
name="j_password"></td></tr>
<input type="hidden" name="j_uri" value="Login.jsp">

<tr><td> </td><td><input type=submit value="Login"></td></tr>
</table>
</form>

}]
Robert FORBES wrote:

>Good afternoon;
>
>I would like to change the message on the login page where it says
>
>"Don't have an account ? Join XXXXXXX now!"  
>
>(where XXXXXXX is the [{$applicationname}]  )
>
>I have searched (I think) thoroughly to see where this is coming from and
>have not found it.  I hope I don't have to change the application code.
>Anybody know where this is found ?
>
>Thank you in advance
>
>Robert
>
>
>
>  
>


Re: Changing LOGIN.JSP page

Posted by Lo...@log-net.com.
I believe these text elements are in:

WEB-INF\i18n\templates\*.properties



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
LOG-NET, Inc.
The Logistics Network Management System
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
230 Half Mile Road
Third Floor
Red Bank, NJ 07701
PH: 732-758-6800
FAX: 732-747-7497
http://www.LOG-NET.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CONFIDENTIAL & PRIVILEGED
Unless otherwise indicated or if obvious from the nature of the content, 
the information contained herein is privileged and confidential 
information/work product. The communication is intended for the use of the 
individual or entity named above.  If the reader of this transmission is 
not the intended recipient, you are  hereby notified that any 
dissemination, distribution or copying of this communication is strictly 
prohibited.  If you have received this communication in error, please 
notify the sender immediately by telephone (732-758-6800) or by electronic 
mail (postmaster@LOG-NET.com), and destroy any copies, electronic, paper 
or otherwise, which you may have of this communication.  Thank you.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



"Robert FORBES" <rf...@highlinecorp.com> 
06/30/2010 04:01 PM
Please respond to
jspwiki-user@incubator.apache.org


To
<js...@incubator.apache.org>
cc

Subject
Changing LOGIN.JSP page






Good afternoon;

I would like to change the message on the login page where it says

"Don't have an account ? Join XXXXXXX now!" 

(where XXXXXXX is the [{$applicationname}]  )

I have searched (I think) thoroughly to see where this is coming from and
have not found it.  I hope I don't have to change the application code.
Anybody know where this is found ?

Thank you in advance

Robert



Changing LOGIN.JSP page

Posted by Robert FORBES <rf...@highlinecorp.com>.
Good afternoon;

I would like to change the message on the login page where it says

"Don't have an account ? Join XXXXXXX now!"  

(where XXXXXXX is the [{$applicationname}]  )

I have searched (I think) thoroughly to see where this is coming from and
have not found it.  I hope I don't have to change the application code.
Anybody know where this is found ?

Thank you in advance

Robert


Re: how to implement advanced image features in JSPWiki

Posted by Dirk Frederickx <di...@gmail.com>.
Plse check out the ImagePlugin, standard part of the jspwiki download.

dirk


On Wed, Jun 23, 2010 at 1:42 PM, Jingang Zhou <zh...@neusoft.com> wrote:
> hello all,
>
> How to implement advanced image features in JSPWiki, e.g., surrounding words like that of in the microsoft office word?
>
> Best regards.
>
> Robin
> ---------------------------------------------------------------------------------------------------
> 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.
> ---------------------------------------------------------------------------------------------------
>
>

how to implement advanced image features in JSPWiki

Posted by Jingang Zhou <zh...@neusoft.com>.
hello all,

How to implement advanced image features in JSPWiki, e.g., surrounding words like that of in the microsoft office word?

Best regards.

Robin
---------------------------------------------------------------------------------------------------
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. 
---------------------------------------------------------------------------------------------------


Re: how to implement advanced table features in JSPWiki

Posted by Dirk Frederickx <di...@gmail.com>.
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 <zh...@neusoft.com> 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" <Al...@comcast.net>
> To: <js...@incubator.apache.org>
> 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.
> ---------------------------------------------------------------------------------------------------
>
>