You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Guy Bashan (JIRA)" <de...@myfaces.apache.org> on 2007/10/25 14:07:51 UTC

[jira] Created: (TOMAHAWK-1135) pprPanelGroup doesn't refresh verbatim tags

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.


[jira] Commented: (TOMAHAWK-1135) pprPanelGroup doesn't refresh verbatim tags

Posted by "Ernst Fastl (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOMAHAWK-1135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12537733 ] 

Ernst Fastl commented on TOMAHAWK-1135:
---------------------------------------

that sounds pretty much like TOMAHAWK-1052

have you used the latest nightly build of the sandbox?
if so, could you paste an example JSP/facelets snipped to show how you embedded the
verbatim tags in the table.

Thanks in advance

> 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.


[jira] Commented: (TOMAHAWK-1135) pprPanelGroup doesn't refresh verbatim tags

Posted by "Guy Bashan (JIRA)" <de...@myfaces.apache.org>.
    [ 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>&nbsp;|&nbsp;</f:verbatim>
      <h:commandLink value="Edit" action="#{test_profile_manage.editAction}"
                     onclick="if(!checkAction('profileTable','edit')){return false;}"/>
      <f:verbatim>&nbsp;|&nbsp;</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.


[jira] Commented: (TOMAHAWK-1135) pprPanelGroup doesn't refresh verbatim tags

Posted by "Guy Bashan (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOMAHAWK-1135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12538440 ] 

Guy Bashan commented on TOMAHAWK-1135:
--------------------------------------

The above code is a part of a dataTable of course ...

> 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.