Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

HTML comments appearing withing TextArea upon rendering of block

$
0
0
Hey all,

I’ve recently been using T 5.3 for an internal site, and have run into a
bit of a snag when using a select component along with a zone and blocks to
conditionally render parts of a form. I’ll include my code below, but first
I’d like to explain what I’m attempting to do, as well as what is going
wrong. Essentially, I populate a t:select component first from a list of
pre-defined values, then using the onValueChangedFrom() method, I get the
value of the currently selected item from t:select in order to
conditionally render the next part of my form. Each item in the select menu
corresponds to a block, which is then displayed within a zone that
corresponds to the t:select component. This all works fine, and is not the
issue that I’m running into. The issue I do have however, is when the value
for select corresponds to a block with a TextArea inside it, html comments
appear within that area. Here is a snippet of code, with (un)important bits
and pieces redacted. The block labeled createBlock is the one with a
TextArea component within it.

Test.java

Test.tml

Below is an example of the comments that populate the TextArea upon
switching from another block, line 17 refers to this line:

<td><t:TextArea t:id="createCSV" t:value="createCSV"

Thanks in advance for all the help!

Regards,

Matthew A Resch

Viewing all articles
Browse latest Browse all 5648

Trending Articles