Myfaces 2 issue with inputlistofvalues component

2013-05-02 Thread viswamy2k
Hi,

We migrated from 1.2 to 2.x myfaces and trinidad, whereever we used
inputlistofvalues we saw issue like the popup values are not returned to the
main page, So could you please let us know what could be the issue.

And also when we remove trh:head and include trh:stylesheet everything
works fine

thanks in advance



--
View this message in context: 
http://myfaces.10567.n7.nabble.com/Myfaces-2-issue-with-inputlistofvalues-component-tp114759.html
Sent from the My Faces - Dev mailing list archive at Nabble.com.


[jira] [Commented] (MYFACES-1892) validator element in faces-config should support nested attribute and property definitions

2013-05-02 Thread Dora Rajappan (JIRA)

[ 
https://issues.apache.org/jira/browse/MYFACES-1892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13647434#comment-13647434
 ] 

Dora Rajappan commented on MYFACES-1892:


My observation not related to this bug while testing is myface and mojarra not 
behave same way in tag handling, I had to change position of f:view tag closer 
to form tag and farther when using myface and mojarra respectively.

 validator element in faces-config should support nested attribute and 
 property definitions
 --

 Key: MYFACES-1892
 URL: https://issues.apache.org/jira/browse/MYFACES-1892
 Project: MyFaces Core
  Issue Type: Bug
  Components: General
Affects Versions: 1.2.3
Reporter: Simon Kitching
 Attachments: MYFACES-1892.patch


 As shown in this dtd:
   http://java.sun.com/dtd/web-facesconfig_1_1.dtd 
 the validator element in a faces-config.xml file should support nested 
 attribute and property elements:
 validator
validator-idxyValidtor/validator-name
validator-classcom.xy.XyValidator/validator-class
property
   property-namelength/property-name
   property-classjava.lang.Integer/property
   default-value40/default-value
/property
 /validator 
 However this appears to never have been implemented in either 1.1.x or 1.2.x 
 of core; only validator-id and validator-class are supported. Note that the 
 equivalent feature exists for converters, and does appear to have been 
 implemented.
 See the digester rules registered in the constructor for class 
   org.apache.myfaces.config.impl.digester.DigesterFacesConfigUnmarshallerImpl
 Reported by Joerg (superjoerch at gmx.de) on the myfaces user list, 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (MYFACES-1892) validator element in faces-config should support nested attribute and property definitions

2013-05-02 Thread Dora Rajappan (JIRA)

[ 
https://issues.apache.org/jira/browse/MYFACES-1892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13647511#comment-13647511
 ] 

Dora Rajappan commented on MYFACES-1892:


My observation is UIInput clears properties while restore _validatorList = 
(_DeltaListValidator)
restoreAttachedState(facesContext,values[1]); (that is after 
loading the page when submit is called)
One way to fix this is to reapplyConfiguration after this restore. Or trace the 
converter behaviour exactly and follow for validator.


 validator element in faces-config should support nested attribute and 
 property definitions
 --

 Key: MYFACES-1892
 URL: https://issues.apache.org/jira/browse/MYFACES-1892
 Project: MyFaces Core
  Issue Type: Bug
  Components: General
Affects Versions: 1.2.3
Reporter: Simon Kitching
 Attachments: MYFACES-1892.patch


 As shown in this dtd:
   http://java.sun.com/dtd/web-facesconfig_1_1.dtd 
 the validator element in a faces-config.xml file should support nested 
 attribute and property elements:
 validator
validator-idxyValidtor/validator-name
validator-classcom.xy.XyValidator/validator-class
property
   property-namelength/property-name
   property-classjava.lang.Integer/property
   default-value40/default-value
/property
 /validator 
 However this appears to never have been implemented in either 1.1.x or 1.2.x 
 of core; only validator-id and validator-class are supported. Note that the 
 equivalent feature exists for converters, and does appear to have been 
 implemented.
 See the digester rules registered in the constructor for class 
   org.apache.myfaces.config.impl.digester.DigesterFacesConfigUnmarshallerImpl
 Reported by Joerg (superjoerch at gmx.de) on the myfaces user list, 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (TRINIDAD-2381) Add header tags h1..h6 support to XhtmlFormattedText

2013-05-02 Thread Yee-Wah Lee (JIRA)
Yee-Wah Lee created TRINIDAD-2381:
-

 Summary: Add header tags h1..h6 support to XhtmlFormattedText
 Key: TRINIDAD-2381
 URL: https://issues.apache.org/jira/browse/TRINIDAD-2381
 Project: MyFaces Trinidad
  Issue Type: Improvement
  Components: Components
Reporter: Yee-Wah Lee
Priority: Minor


Allow components which use the XhtmlFormattedText (e.g. outputFormatted) to 
support the HTML header tags h1..h6

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira