You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "David Vittor (JIRA)" <ji...@apache.org> on 2015/08/04 14:28:04 UTC

[jira] [Created] (JSPWIKI-900) Problem with the WikiFormsPlugin Text Area

David Vittor created JSPWIKI-900:
------------------------------------

             Summary: Problem with the WikiFormsPlugin Text Area
                 Key: JSPWIKI-900
                 URL: https://issues.apache.org/jira/browse/JSPWIKI-900
             Project: JSPWiki
          Issue Type: Bug
          Components: Plugins, Templates and UI
    Affects Versions: 2.10.1
            Reporter: David Vittor
            Priority: Minor


There is something wrong with the text area on the forms page. The problem can be seen on this page.
https://jspwiki-wiki.apache.org/Wiki.jsp?page=WikiFormsPlugin

The code snippet below does not render correctly. It breaks HTML syntax rules.
{noformat}
!! FormTextareas...

Of course what good is a form without the abiltiy to have a multiline text area.

Please tell us why you like [Monty Python|http://en.wikipedia.org/wiki/Monty_Python]
{{{
[{FormTextarea name='whyIlikeMontyPython' rows=5 cols=40}]
}}}
[{FormTextarea name='whyIlikeMontyPython' rows=5 cols=40}]
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)