[JBoss JIRA] Created: (RF-10709) Taglib: status missing attribute name
by Pavol Pitonak (JIRA)
Taglib: status missing attribute name
-------------------------------------
Key: RF-10709
URL: https://issues.jboss.org/browse/RF-10709
Project: RichFaces
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: component
Affects Versions: 4.0.0.CR1
Environment: RichFaces 4.0.0-SNAPSHOT r.22066
Reporter: Pavol Pitonak
Component a4j:status is missing attribute "name" in taglib. Ilya's comment on this attribute during taglib review:
??We could want to add "name" as alias to id(currently used and present in taglib) in future just for consistensy with other referencable components, but at least not now and in general questionable.??
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 9 months
[JBoss JIRA] Created: (RF-10750) h:commandLink and a4j:commandLink does not work in rich:extendedDataTable
by Rene O (JIRA)
h:commandLink and a4j:commandLink does not work in rich:extendedDataTable
-------------------------------------------------------------------------
Key: RF-10750
URL: https://issues.jboss.org/browse/RF-10750
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.0.0.CR1
Environment: tested with:
------------
tomcat-6.0.29
and
tomcat-7.0.11
myfaces-2.0.4
and
myfaces-2.0.5-snapshot
and
mojarra-2.1.1-b02
richfaces-4.0.0-CR1
and
richfaces-4.0.0-SNAPSHOT (13.03.2011)
Reporter: Rene O
<h:form>
<rich:extendedDataTable
.... >
<f:facet name="header">
<h:outputText value="Table" />
</f:facet>
<rich:column>
<f:facet name="header">
<h:outputText value="action" />
</f:facet>
<h:commandLink value="download" immediate="true" action="#{myCtr.doSomething}" />
</rich:column>
...
</rich:extendedDataTable>
</h:form>
@ManagedBean
@RequestScoped
MyCtr {
...
public void doSomething(){
System.out.println("doSomething");
}
...
}
If i use a h:commandLink within the rich:extendedDataTable, the action is never called. The same behaviour applies to a4j:commandLink.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 9 months
[JBoss JIRA] Created: (RF-10749) extendedDataTable: provide the way to recalculate markup after parent sizes changes.
by Ilya Shaikovsky (JIRA)
extendedDataTable: provide the way to recalculate markup after parent sizes changes.
------------------------------------------------------------------------------------
Key: RF-10749
URL: https://issues.jboss.org/browse/RF-10749
Project: RichFaces
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: component-tables
Affects Versions: 4.0.0.CR1
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
Fix For: 4.Future
If the table sizes not set it's stretched to parent sizes (both vertically and horizontaly) with only exclusion for width(if summ of column width is greater than parent size - table will be larger than parent).
And if the parent resizes - width adjusted automatically. But that does'n applied to height.
If that possible to add such functionality to updateLayout() or some other JS API function in order the users could manually ask the table to recalculate both sizes?
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 9 months