I had the same problem some time ago an in my case it was the missing closing </textarea>. An in your original post you had only
<textarea id="content" name="tabs:panel:form:content:text"> Without closing </textarea>. So it could have been the problem. I'm sorry if this was missleading you. Stefan -----Ursprüngliche Nachricht----- Von: triswork [mailto:[email protected]] Gesendet: Donnerstag, 26. März 2009 13:52 An: [email protected] Betreff: RE: FormComponentPanel woes Hi Stefan You have completely lost me on this one. All I want to do is have my TextArea (contained within my FormComponentPanel) to render properly without sticking arbitrary bits of markup inside itself. That markup you have quoted is being generated by Wicket - not by me :( Stefan Lindner wrote: > > <textarea id="content" name="tabs:panel:form:content:text"> > </textarea> > > Should do it > Linda, I don't have that book unfortunately. The javadocs do mention those two methods, but it seems targeted at compound components. Mine is pretty simple. I just want to decorate my textarea with some text and some Javascript... Linda van der Pal wrote: > > I found it in the book Wicket in Action. > -- View this message in context: http://www.nabble.com/FormComponentPanel-woes-tp22720502p22721375.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
