[
https://issues.apache.org/jira/browse/TOMAHAWK-1135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12538439
]
Guy Bashan commented on TOMAHAWK-1135:
--------------------------------------
I used the latest build taken from few days ago.
This is a code example:
-------------------------------------
<f:facet name="footer">
<h:panelGroup>
<h:outputLink value="test_profile_details.jsp">
<h:outputText value="New" />
</h:outputLink>
<f:verbatim> | </f:verbatim>
<h:commandLink value="Edit" action="#{test_profile_manage.editAction}"
onclick="if(!checkAction('profileTable','edit')){return
false;}"/>
<f:verbatim> | </f:verbatim>
<t:commandLink value="Set Inactive"
action="#{test_profile_manage.setInactiveAction}"
onclick="if (!confirm('Are you sure you would like to set
Profile inactive?')) { return false }"/>
</h:panelGroup>
</f:facet>
> pprPanelGroup doesn't refresh verbatim tags
> -------------------------------------------
>
> Key: TOMAHAWK-1135
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1135
> Project: MyFaces Tomahawk
> Issue Type: Bug
> Components: PPRPanelGroup
> Affects Versions: 1.1.6, 1.1.7-SNAPSHOT
> Reporter: Guy Bashan
>
> I have table wrapped with pprPanelGroup tag. In the table there are parts of
> code in verbatim tag. The table is refreshed properly, but doesn't show the
> content of verbatim tags.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.