[JBoss JIRA] Created: (RF-1766) Columns in dataTable defaulting to 100px width
by Matthew Lieder (JIRA)
Columns in dataTable defaulting to 100px width
----------------------------------------------
Key: RF-1766
URL: http://jira.jboss.com/jira/browse/RF-1766
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.3
Reporter: Matthew Lieder
For whatever reason, in 3.1.3 (but not 3.1.2.sp1) columns in dataTable's have their CSS width set to "100px" by default. That causes the contents of the columns to wrap at 100px even if the actual column shows as much wider. The workaround is to put the width="auto" attribute on every rich:column.
To see the problem yourself:
<rich:dataTable width="400px">
<rich:column>
This text will wrap. This text will wrap.
</rich:column>
<rich:column width="auto">
This text won't wrap. This text won't wrap. This text won't wrap.
</rich:column>
</rich:dataTable>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 10 months
[JBoss JIRA] Closed: (RF-179) Multiple Interdependent SuggestionBoxes
by Aleksej Yanul (JIRA)
[ http://jira.jboss.com/jira/browse/RF-179?page=all ]
Aleksej Yanul closed RF-179.
----------------------------
> Multiple Interdependent SuggestionBoxes
> ---------------------------------------
>
> Key: RF-179
> URL: http://jira.jboss.com/jira/browse/RF-179
> Project: RichFaces
> Issue Type: Feature Request
> Affects Versions: 3.0.0, 3.0.1
> Environment: Linux OS, Sun application server 9.0update1, JSF 1.2 with facelets
> Reporter: Mircea Pop
> Assigned To: Aleksej Yanul
> Fix For: 3.1.0
>
> Attachments: [modified]expertLawSearch.xhtml, [modified]LawSearchBean.java, example.png, expertLawSearch.xhtml, LawSearchBean.java
>
>
> Ex: If I have 3 input field: Country, City, Street. For all of the fields SuggestionBoxes are used. The list of suggestions for City should be limited to the cities of the selected countries. Same for the list of streets. The suggestionboxes should work with requests beans. Maybe a way to define which field values to be also submitted in the ajax request so on the server side, if I have a country already selected to be able to build the city list. Currently I'm not able to do this.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 10 months
[JBoss JIRA] Created: (RF-1790) h:column (rich:column) are not displayed with rich:colums
by Aleksej Yanul (JIRA)
h:column (rich:column) are not displayed with rich:colums
---------------------------------------------------------
Key: RF-1790
URL: http://jira.jboss.com/jira/browse/RF-1790
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: jsf 1.2
tomcat 6.0.13
jsp
FF
Reporter: Aleksej Yanul
Assigned To: Nick Belaevski
<rich:dataTable id="columnsID" value="#{columns.data1}" var="d1">
// ----- It is not displayed with a browser ----
<h:column><h:outputText value="#{d1.str0}"></h:outputText></h:column>
<rich:column><h:outputText value="#{d1.str0}"></h:outputText></rich:column>
// -------------------------------------------------------
<rich:columns value="#{columns.data2}" var="d2" breakBefore="#{columns.breakBefore}" colspan="#{columns.colspan}"
columns="#{columns.columns}" index="index" rowspan="#{columns.rowspan}" sortable="#{columns.sortable}" title="#{columns.title}"
begin="#{columns.begin}" end="100" width="#{columns.width}">
<h:outputText value="#{d2.str0}"></h:outputText>
</rich:columns>
</rich:dataTable>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 10 months