[ https://issues.apache.org/jira/browse/TRINIDAD-695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12607183#action_12607183 ]
Stephen Friedrich commented on TRINIDAD-695: -------------------------------------------- Matthias, really sorry for that. I should have put that in friendlier terms (things are getting hectic for me in preparation of going live with my app). However objectively the statement is very probably true. While developing my (not that large) application I have hit maybe a dozen bugs (most of them already in Jira for many months). Looking back at historical project reports, I have spent almost two weeks in finding workarounds. For example it would have taken less time not to use panelFormLayout from the start (but plain old tables for layout) or to not use XmlMenuModel (rather than find out later than using two instances on the same page are not supported.) Admittedly some of the problems do not really qualify as bugs but as missing features. (For example I needed a hack to remove the "Show all" option from table's pagination controls and I had to bend code a lot to work around missing skinning options). Trinidad has some very nice concepts (PPR, panelFormLayout, subform, lightweight dialogs, ...), but I had to put up a fight to be able to use them. IMHO I have done my share, provided bug reports, researched causes and created examples. I am willing to supply patches if I can, though I think Trinidad's code base is quite complex. Thanks again for helping! > tr:form skips c/s validation on submit by 'defaultCommand' > ---------------------------------------------------------- > > Key: TRINIDAD-695 > URL: https://issues.apache.org/jira/browse/TRINIDAD-695 > Project: MyFaces Trinidad > Issue Type: Bug > Affects Versions: 1.0.2-core > Reporter: Vadim Dmitriev > Assignee: Matthias Weßendorf > Fix For: 1.0.9-core, 1.2.9-core > > > tr:form skips client-side validation when submitted by "defaultCommand". > For example: > <tr:form defaultCommand="submitter"> > <tr:inputText value="" required="true" /> > <tr:commandButton id="submitter" /> > </tr:form> > will produce c/s validation errors when tr:commandButton clicked, but will > submit form to server if 'enter' is pressed while in tr:inputText. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.