Hi,I tried to write a plugin, which inserts code into the JSPWiki (in my case: the main page).
Thus I integrated the plugin into the page, using a form and the command:
[{FormOutput form='searchForm' handler='MyPlugin' populate='handler'}]My Plugin returns a String, which contains e.g. "[{FormTextarea name='output' rows=10 cols=80}]". But it does not create a TextArea, but instead just prints the String on the Main Page!
Any suggestions, how to insert such things? THX in advance Benedikt
