[JBoss JIRA] Created: (RF-10311) CSV: JSR-303 validators works using ajax falback only
by Ilya Shaikovsky (JIRA)
CSV: JSR-303 validators works using ajax falback only
-----------------------------------------------------
Key: RF-10311
URL: https://issues.jboss.org/browse/RF-10311
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-validators
Affects Versions: 4.0.0.Milestone5
Reporter: Ilya Shaikovsky
Assignee: Alexander Smirnov
Fix For: 4.0.0.CR1
Please check richfaces-showcase in SVN. Client Validation section and jsr303 page.
tried next ones :
@Length(min = 3, max = 12)
private String name = null;
@Pattern(regexp = "^[\\w\\-]([\\.\\w])+[\\w]+(a)([\\w\\-]+\\.)+[a-zA-Z]{2,4}$")
private String email = null;
@Min(value = 18)
@Max(value = 99)
private Integer age;
private String country;
private String jobTitle;
@AssertTrue
private boolean agreed;
And all of them not works. So decided to stop and ask you to check for my or CSV code general issues.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months
[JBoss JIRA] Created: (RF-10428) DnD: drop events are sent for all decoded drop targets
by Nick Belaevski (JIRA)
DnD: drop events are sent for all decoded drop targets
------------------------------------------------------
Key: RF-10428
URL: https://issues.jboss.org/browse/RF-10428
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-drag/drop
Affects Versions: 4.0.0.Milestone6
Reporter: Nick Belaevski
Assignee: Nick Belaevski
Priority: Critical
Fix For: 4.0.0.Milestone6
Add code to the page (dataBean.data should have more than one item):
<a4j:repeat value="#{dataBean.data}">
<a4j:outputPanel id="drp" layout="block" styleClass="droppable">
drop here!<br />
<dnd:dropTarget id="target" acceptedTypes="#{dataBean.acceptedTypes}" execute="@form"/>
</a4j:outputPanel>
</a4j:repeat>
Drop to any target -> bunch of events will be triggered.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months
[JBoss JIRA] Created: (RF-10399) DnD: drop event fired with null values
by Ilya Shaikovsky (JIRA)
DnD: drop event fired with null values
--------------------------------------
Key: RF-10399
URL: https://issues.jboss.org/browse/RF-10399
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-drag/drop
Affects Versions: 4.0.0.Milestone5
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
http://community.jboss.org/message/582819
could confirm null values for dragSource and dropTarget. Need to review event.
P.S. think could be even moved to post 4f as currently you already have minimum of really required properties : drag/drop values and source.
One more - please use forum code (with iteration) during checking. I can't confirm the issue of multiple listener calling but maybe I'm missing something.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months
[JBoss JIRA] Created: (RF-10403) Client API: dataTable: problems with subtables API
by Ilya Shaikovsky (JIRA)
Client API: dataTable: problems with subtables API
--------------------------------------------------
Key: RF-10403
URL: https://issues.jboss.org/browse/RF-10403
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-tables
Affects Versions: 4.0.0.Milestone5
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
subtables functionality:
expand/collapseAllSubTables - does not works at all. - FAIL
seems not complex to fix as just selector broken(removals in CSS?) because switchSubtable() - works.
b.t.w. do we able to switch the control for the subtable if switch called on table - it remains in prev state but subtable switched. - IMPROVEMENT QUESTION.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months