Closed
Solved
How to fix "Replace with pxTextInput with parameters configured in the UI." warning?
Hello Pega experts,
I have a HTML fragment like this, which is throwing "Replace with pxTextInput with parameters configured in the UI" warning.
What is it, how to fix it?
<pega:forEach name=".A.Aa.Aa1List">
<pega:withEmbedded name="$this">
<pega:when java='<%= tools.getPrimaryPage().getProperty(".BValueGroup(" + tools.getActive().getStringValue(".pyLabel ").replaceAll(" "," ") + ") ").toBoolean() %>'>
<p><label><p:r n=".Label"></p:r></label>: <p:r n=".Value"></p:r></p>
</pega:when>
</pega:withEmbedded>
</pega:forEach>
***Updated by moderator: Lochan to add Categories***