Hi again,
Bernd is right, there was a bug (TOBAGO-193) with ajax requests,
but this should not apply to normal buttons.
Please check this against non ajax requests befor filing a new bug.
Regards,
Volker
2006/12/7, Volker Weber <[EMAIL PROTECTED]>:
Hi John,
there is no limit on textareas value, (at least no one known).
If you can reliable reproduce this, please file a bug report [1].
Regards,
Volker
[1] https://issues.apache.org/jira/secure/CreateIssue!default.jspa
2006/12/7, John <[EMAIL PROTECTED]>:
>
>
> Is there some kind of limit on the amount of text within the textArea Tobago
> tag?
>
> I have the tag within a tabGroup, within a tab.
>
> I fill it up with 100 lines of text from a file (each line terminating with
> a newline only).
> I'm filling it up by calling the UIComponent's setValue
> The UIComponent is bound to the Tobago textArea
>
> As soon as it fills up with text, none of the buttons on the page work
> anymore - can't switch tabs - can't do anything. (Using IE).
> I can consistently reproduce the problem. No java errors are produced. And
> the text appears in the textarea with scrollbars and everything just fine.
>
>
> Thanks,
>
> John