[JBoss JIRA] Commented: (RF-191) c:forEach inside tab Panel problems
by Sergey Halipov (JIRA)
[ http://jira.jboss.com/jira/browse/RF-191?page=comments#action_12389956 ]
Sergey Halipov commented on RF-191:
-----------------------------------
It works fine with JSTL from attached richfacescapitals.war file but with the latest richfaces snapshop 3.2.0. Tested on tomcat 6.0.13 with JDKs 1.6.0_03 and 1.5.0_13.
> c:forEach inside tab Panel problems
> -----------------------------------
>
> Key: RF-191
> URL: http://jira.jboss.com/jira/browse/RF-191
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.0.1
> Environment: JSP 2.1
> JSF 1.2
> JSTL 1.2
> Rich Faces Rc3
> Reporter: Ilya Shaikovsky
> Assigned To: Sergey Halipov
> Fix For: 3.2.0
>
> Attachments: appserv-jstl.jar , richfacescapitals.war
>
>
> war file attached.
> Under tomcat 6.0.1 - only labels doesn't generated.
> Under Tomcat 6.0.3 exception thrown:
> org.apache.jasper.JasperException: /index.jsp(30,6) According to TLD or attribute directive in tag file, attribute label does not accept any expressions
> In facelets env - c:forEach works as excpected.
--
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
18 years, 4 months
[JBoss JIRA] Created: (RF-1389) orderingList: horizontal and vertical scrollers should not appear unless the listWidth and height attributes are not specified.
by Tsikhon Kuprevich (JIRA)
orderingList: horizontal and vertical scrollers should not appear unless the listWidth and height attributes are not specified.
-------------------------------------------------------------------------------------------------------------------------------
Key: RF-1389
URL: http://jira.jboss.com/jira/browse/RF-1389
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.3
Reporter: Tsikhon Kuprevich
FireFox 2, IE 6, 7.
<rich:orderingList id="mytable" value="#{listBean.capitals}"
var="capitals" cellClasses="test1">
<f:facet name="caption">caption2</f:facet>
<rich:column>
<f:facet name="header">header header header header header1</f:facet>
<h:outputText value="#{capitals.capitalName}" />
</rich:column>
<rich:column>
<f:facet name="header">header2</f:facet>
<h:outputText>X</h:outputText>
</rich:column>
<rich:column>
<f:facet name="header">header3</f:facet>
<h:outputText value="#{capitals.stateName}" />
</rich:column>
<rich:column>
<f:facet name="header">header4</f:facet>
<h:outputText value="#{capitals.stateFlag}" />
</rich:column>
</rich:orderingList>
If height or width is not defined, the component should stretch to the content.
see the next paragraphs of orderingList func spec 1.11 revision:
FuncSpec-RF-OL-CL-030-1.0 List Height
FuncSpec-RF-OL-CL-040-1.8 List Width
--
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
18 years, 4 months
[JBoss JIRA] Resolved: (RF-187) Tree Tables : SubTables based on tree
by Nick Belaevski (JIRA)
[ http://jira.jboss.com/jira/browse/RF-187?page=all ]
Nick Belaevski resolved RF-187.
-------------------------------
Resolution: Duplicate Issue
> Tree Tables : SubTables based on tree
> --------------------------------------
>
> Key: RF-187
> URL: http://jira.jboss.com/jira/browse/RF-187
> Project: RichFaces
> Issue Type: Feature Request
> Affects Versions: 3.0.1
> Reporter: Antoine Herzog
> Assigned To: Nick Belaevski
> Fix For: Future Versions
>
>
> Sorry if this compenent is yet in preparation, or provided through a tips on how to combine components.
> this component is for showing a tree in tables.
> the main table (main database table) show like dataTable.
> the subDataTable can be recursively added, following a tree data model.
> examples : customer, orders, details of orders (products and prices).
> or : some organisations, with their sub organisations (departements, subsidiaries,...), shown with 3, or 4 levels.
> can be usefull for showing a table, and the sub tables in relation with it, and sub sub tables.
> Thanks.
--
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
18 years, 4 months
[JBoss JIRA] Assigned: (RF-191) c:forEach inside tab Panel problems
by Nick Belaevski (JIRA)
[ http://jira.jboss.com/jira/browse/RF-191?page=all ]
Nick Belaevski reassigned RF-191:
---------------------------------
Assignee: Sergey Halipov (was: Anton Belevich)
Try the project using attached JSTL
> c:forEach inside tab Panel problems
> -----------------------------------
>
> Key: RF-191
> URL: http://jira.jboss.com/jira/browse/RF-191
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.0.1
> Environment: JSP 2.1
> JSF 1.2
> JSTL 1.2
> Rich Faces Rc3
> Reporter: Ilya Shaikovsky
> Assigned To: Sergey Halipov
> Fix For: 3.2.0
>
> Attachments: appserv-jstl.jar , richfacescapitals.war
>
>
> war file attached.
> Under tomcat 6.0.1 - only labels doesn't generated.
> Under Tomcat 6.0.3 exception thrown:
> org.apache.jasper.JasperException: /index.jsp(30,6) According to TLD or attribute directive in tag file, attribute label does not accept any expressions
> In facelets env - c:forEach works as excpected.
--
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
18 years, 4 months