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!
Hi!Plugins should always insert XHTML. If you want to return wikimarkup, you'll have to first run it through RenderingManager.
/Janne
