[JBoss JIRA] Updated: (RF-191) c:forEach inside tab Panel problems
by Nick Belaevski (JIRA)
[ http://jira.jboss.com/jira/browse/RF-191?page=all ]
Nick Belaevski updated RF-191:
------------------------------
Fix Version/s: 3.2.0
(was: Future Versions)
Assignee: Anton Belevich (was: Nick Belaevski)
> 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: Anton Belevich
> Fix For: 3.2.0
>
> Attachments: 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] Updated: (RF-1289) Getting A4J Undefined though My renderer is properly adding support as child to the component.
by Nick Belaevski (JIRA)
[ http://jira.jboss.com/jira/browse/RF-1289?page=all ]
Nick Belaevski updated RF-1289:
-------------------------------
Priority: Critical (was: Major)
> Getting A4J Undefined though My renderer is properly adding support as child to the component.
> ----------------------------------------------------------------------------------------------
>
> Key: RF-1289
> URL: http://jira.jboss.com/jira/browse/RF-1289
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.0
> Environment: Windows , Tomcat , Java 1.5, ajax4jsf1.1.0 , oscacche2.3.2
> Reporter: Karthik M
> Assigned To: Sergey Halipov
> Priority: Critical
> Fix For: 3.2.0
>
> Attachments: ajax4jsf Help.zip, web.xml
>
> Original Estimate: 4 days
> Remaining Estimate: 4 days
>
> To replicate this behaviour follow these steps:
> 1) create a custom component and its rendrerer.
> 2) In this parent renderere code try to create 2 child components to this parent component programatically (say 2 input texts..).
> 3) Each of this individual child components has to be ajax aware. So we add support objects to it with neccessary metadata.
> 4) in the xhtml try to verfy whether all the components are rendrered correctly and whether their defined events fire AJAX call.
> There is a thread on this forum where i have staed ths problem...URL is attached..
> I have already set code to sergeysmirnov(a)dev.java.net with subject Query on ajax4jsf.
> I have noted that till the last line of my renderer code all flow is correct..only whne HTML is generated it has no AJAX script declaration or support objects...but the A4J submit function exists...
> I have tried with several beta as well as stable versions but it did not work.
> Please help with this issue..kindly suggest any ideas to make this work..
--
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-1289) Getting A4J Undefined though My renderer is properly adding support as child to the component.
by Nick Belaevski (JIRA)
[ http://jira.jboss.com/jira/browse/RF-1289?page=all ]
Nick Belaevski reassigned RF-1289:
----------------------------------
Assignee: Sergey Halipov (was: Alexej Kushunin)
> Getting A4J Undefined though My renderer is properly adding support as child to the component.
> ----------------------------------------------------------------------------------------------
>
> Key: RF-1289
> URL: http://jira.jboss.com/jira/browse/RF-1289
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.0
> Environment: Windows , Tomcat , Java 1.5, ajax4jsf1.1.0 , oscacche2.3.2
> Reporter: Karthik M
> Assigned To: Sergey Halipov
> Fix For: 3.2.0
>
> Attachments: ajax4jsf Help.zip, web.xml
>
> Original Estimate: 4 days
> Remaining Estimate: 4 days
>
> To replicate this behaviour follow these steps:
> 1) create a custom component and its rendrerer.
> 2) In this parent renderere code try to create 2 child components to this parent component programatically (say 2 input texts..).
> 3) Each of this individual child components has to be ajax aware. So we add support objects to it with neccessary metadata.
> 4) in the xhtml try to verfy whether all the components are rendrered correctly and whether their defined events fire AJAX call.
> There is a thread on this forum where i have staed ths problem...URL is attached..
> I have already set code to sergeysmirnov(a)dev.java.net with subject Query on ajax4jsf.
> I have noted that till the last line of my renderer code all flow is correct..only whne HTML is generated it has no AJAX script declaration or support objects...but the A4J submit function exists...
> I have tried with several beta as well as stable versions but it did not work.
> Please help with this issue..kindly suggest any ideas to make this work..
--
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-1431) orderingList: table headers are not displayed for JSF 1.1
by Tsikhon Kuprevich (JIRA)
orderingList: table headers are not displayed for JSF 1.1
---------------------------------------------------------
Key: RF-1431
URL: http://jira.jboss.com/jira/browse/RF-1431
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.3
Environment: JSF 1.1
tomcat 6
IE FF
Reporter: Tsikhon Kuprevich
Assigned To: Nick Belaevski
Attachments: 27-ordering-caption-jsf1.1.gif
<rich:orderingList value="#{listBean.capitals}" var="capitals" id="MyId">
<f:facet name="caption">caption_1</f:facet>
<h:column>
<f:facet name="header">header_1</f:facet>
<h:outputText value="#{capitals.stateFlag}"/>
</h:column>
<h:column>
<f:facet name="header">header_2</f:facet>
<h:outputText value="#{capitals.capitalName}"/>
</h:column>
</rich:orderingList>
--
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