[
https://issues.apache.org/jira/browse/JSPWIKI-519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18038627#comment-18038627
]
Alex O'Ree commented on JSPWIKI-519:
------------------------------------
how are you inserting the javascript? i don't believe we support wiki pages
adding script elements for obvious security reasons. I just tried it with the
latest build and i couldn't get it do anything.
i suppose you could edit the jsp pages to include your own javascript logic but
then you're on your own.
a better path would be make a jsp wiki plugin (java) and then you can insert
the plugin on to the page and have it render whatever html you need to the
browser, including javascript.
> Using Script on a JSPWiki page
> ------------------------------
>
> Key: JSPWIKI-519
> URL: https://issues.apache.org/jira/browse/JSPWIKI-519
> Project: JSPWiki
> Issue Type: Bug
> Affects Versions: 2.8.1
> Environment: Using JSPWiki on Windows in Internet Explorer and Mozilla
> Reporter: Stephen Thompson
> Priority: Minor
>
> I'm working for a company that currently uses VQWiki and wants to convert
> them to pages that are compatitble with and use JSPWiki. I have everything
> converted, but some of the pages have some <script> in them. My main problem
> is laying out some functions between one script tag, having some wiki mark
> up, then referring to the previously defined function. Here's an example of
> code,
> {{<script>
> some script code
> function populateTable()
> {
> .......
> }
> </script>
> Example of Wikitext.......
> <script>
> populateTable()
> </script>}}
> When I view that page, and view the errors that are on that page, it says
> object expected in line (whichever line the populateTable function is called
> on), or in Mozilla, the error would be "populateTable is not defined." I've
> checked all opening and closing parenthesis and brackets and all of that
> stuff. I was wondering if there was something I am doing wrong, or if there
> is something you could help me with.
> Thanks
--
This message was sent by Atlassian Jira
(v8.20.10#820010)