[
https://issues.apache.org/jira/browse/TOBAGO-772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12727783#action_12727783
]
Guido Dubois commented on TOBAGO-772:
-------------------------------------
Popup is opened as follows:
...
<c:set var="rendered"
value="#{prodis3.userInRoleAdminUser and product.status >= 2}"
/>
<tc:link actionListener="#{popupcheckedproductController.click}"
label="#{bundle.menuActionMarkAsChecked}"
image="image/checked.png" immediate="false" transition="true"
markup="tablecell" rendered="${rendered}">
<tc:attribute name="renderedPartially"
value="popupCheckedProduct" />
<tc:popupReference for="popupCheckedProduct" />
<!-- Popup dialog Produkt auf geprüft setzen -->
<ui:include src="/en1470_13297/popupCheckedProduct.xhtml" />
</tc:link>
...
> Facelets, validation in popup only executed once
> ------------------------------------------------
>
> Key: TOBAGO-772
> URL: https://issues.apache.org/jira/browse/TOBAGO-772
> Project: MyFaces Tobago
> Issue Type: Bug
> Components: Facelets
> Affects Versions: 1.0.22
> Environment: Facelets 1.1.14, MyFaces 1.1.6 snap (08.01.2008), Tobago
> 1.0.22 snap (14.06.2009)
> Reporter: Guido Dubois
>
> If you have for e.g. required fields in a popup, the validation for required
> is only executed once. If you submit a second time, required is ignored. Same
> behavior for converting errors in input fields.
> - Used components tc:in and tc:selectOneChoice
> - After the first submit, components are not marked as invalid (missing red
> border)
> - tx-components are completly not rerendered after validation errors
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.