This is an automated email from the ASF dual-hosted git repository.

thiagohp pushed a commit to branch better-page-invalidation
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git


The following commit(s) were added to refs/heads/better-page-invalidation by 
this push:
     new 4613517b2 Trying to fix build failure
4613517b2 is described below

commit 4613517b224791c1028170e9a9b8029e6636d66c
Author: Thiago H. de Paula Figueiredo <thi...@arsmachina.com.br>
AuthorDate: Sat Apr 29 00:21:50 2023 -0300

    Trying to fix build failure
---
 tapestry-beanvalidator/src/test/webapp/RadioGroupWithValidation.tml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/tapestry-beanvalidator/src/test/webapp/RadioGroupWithValidation.tml 
b/tapestry-beanvalidator/src/test/webapp/RadioGroupWithValidation.tml
index f1123a14c..27fe900b1 100644
--- a/tapestry-beanvalidator/src/test/webapp/RadioGroupWithValidation.tml
+++ b/tapestry-beanvalidator/src/test/webapp/RadioGroupWithValidation.tml
@@ -20,11 +20,11 @@
                        <h1>test 2</h1>
                        <t:BeanEditForm object="bean">
                                <p:number>
-                                       <t:comp t:id="group2">
+                                       <t:RadioGroup t:id="group2">
                                                <t:radio value="1"/>1<br/>
                                                <t:radio value="2"/>2<br/>
                                                <t:radio value="3"/>3<br/>
-                                       </t:comp>
+                                       </t:RadioGroup>
                                </p:number>
                        </t:BeanEditForm>
                </div>

Reply via email to