[jira] [Created] (TOBAGO-1401) popup is overlayed by pdf

2014-05-29 Thread Volker Weber (JIRA)
Volker Weber created TOBAGO-1401:


 Summary: popup is overlayed by pdf
 Key: TOBAGO-1401
 URL: https://issues.apache.org/jira/browse/TOBAGO-1401
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Themes
Affects Versions: 2.0.0-beta-3
 Environment: IE
Reporter: Volker Weber
Assignee: Udo Schnurpfeil


A tc:object with pdf src overlays in IE a tc:popup above.




--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Created] (MYFACES-3898) Response returns multiple ?xml version='1.0' encoding='utf-8'? headers

2014-05-29 Thread Krashan Brahmanjara (JIRA)
Krashan Brahmanjara created MYFACES-3898:


 Summary: Response returns multiple ?xml version='1.0' 
encoding='utf-8'? headers
 Key: MYFACES-3898
 URL: https://issues.apache.org/jira/browse/MYFACES-3898
 Project: MyFaces Core
  Issue Type: Bug
Affects Versions: 2.2.3, 2.2.4-SNAPSHOT
Reporter: Krashan Brahmanjara


For complex pages Myfaces implemetation return response with many xml headers. 
This is not problem for Firefox but Internet Explorer sometimes cant render 
this pages and show it as plain xml

Current Myfaces response example:
?xml version=1.0 encoding=UTF-8?
!DOCTYPE html
?xml version=1.0 encoding=UTF-8?
?xml version=1.0 encoding=UTF-8?
?xml version=1.0 encoding=UTF-8?
?xml version=1.0 encoding=UTF-8?
?xml version=1.0 encoding=UTF-8?
?xml version=1.0 encoding=UTF-8?
?xml version=1.0 encoding=UTF-8?
?xml version=1.0 encoding=UTF-8?
?xml version=1.0 encoding=UTF-8?
?xml version=1.0 encoding=UTF-8?
?xml version=1.0 encoding=UTF-8?
html xmlns=http://www.w3.org/1999/xhtml;headlink (...)

This problem doesn't occurs for Mojarra implementation.
This implementation returns response :
?xml version=1.0 encoding=UTF-8?
!DOCTYPE HTML
html xmlns=http://www.w3.org/1999/xhtml;headlink href=(...)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (MYFACES-3898) Response returns multiple ?xml version='1.0' encoding='utf-8'? headers

2014-05-29 Thread Krashan Brahmanjara (JIRA)

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

Krashan Brahmanjara commented on MYFACES-3898:
--

Problem similar to MYFACES-3402

 Response returns multiple ?xml version='1.0' encoding='utf-8'? headers
 

 Key: MYFACES-3898
 URL: https://issues.apache.org/jira/browse/MYFACES-3898
 Project: MyFaces Core
  Issue Type: Bug
Affects Versions: 2.2.3, 2.2.4-SNAPSHOT
Reporter: Krashan Brahmanjara

 For complex pages Myfaces implemetation return response with many xml 
 headers. This is not problem for Firefox but Internet Explorer sometimes cant 
 render this pages and show it as plain xml
 Current Myfaces response example:
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE html
 ?xml version=1.0 encoding=UTF-8?
 ?xml version=1.0 encoding=UTF-8?
 ?xml version=1.0 encoding=UTF-8?
 ?xml version=1.0 encoding=UTF-8?
 ?xml version=1.0 encoding=UTF-8?
 ?xml version=1.0 encoding=UTF-8?
 ?xml version=1.0 encoding=UTF-8?
 ?xml version=1.0 encoding=UTF-8?
 ?xml version=1.0 encoding=UTF-8?
 ?xml version=1.0 encoding=UTF-8?
 ?xml version=1.0 encoding=UTF-8?
 html xmlns=http://www.w3.org/1999/xhtml;headlink (...)
 This problem doesn't occurs for Mojarra implementation.
 This implementation returns response :
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE HTML
 html xmlns=http://www.w3.org/1999/xhtml;headlink href=(...)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


Re: [VOTE] Release of Extensions Validator 2.0.8

2014-05-29 Thread Jakob Korherr
+1

Cheers,
Jakob

2014-05-27 22:34 GMT+02:00 Hazem Saleh hazem.sa...@gmail.com:
 +1

 Sent from my iPhone

 On May 27, 2014, at 8:19 PM, Werner Punz werner.p...@gmail.com wrote:

 +1

 Werner


 Am 27.05.14 10:14, schrieb Gerhard Petracek:
 +1

 regards,
 gerhard



 2014-05-27 8:29 GMT+02:00 Gerhard Petracek gpetra...@apache.org
 mailto:gpetra...@apache.org:

Hi,

we were running the needed tasks to get the 8th release of Apache
MyFaces Extensions Validator out.
The artifacts are deployed to Nexus [1].

The release contains the following modules for JSF 2.x:
  - ExtVal Core
  - ExtVal Property-Validation
  - ExtVal Bean-Validation
  - Trinidad-Support-Module
  - Generic-Support-Module

Please take a look at the 2.0.8 artifacts and vote!

Please note:
This vote is majority approval with a minimum of three +1 votes
(see [2]).


[ ] +1 for community members who have reviewed the bits
[ ] +0
[ ] -1 for fatal flaws that should cause these bits not to be
released, and why..


Thanks,
Gerhard

[1]

 https://repository.apache.org/content/repositories/orgapachemyfaces-1024/org/apache/myfaces/extensions/validator/
[2] http://www.apache.org/foundation/voting.html#ReleaseVotes





-- 
Jakob Korherr

blog: http://www.jakobk.com
twitter: http://twitter.com/jakobkorherr
work: http://www.irian.at


[jira] [Commented] (MYFACES-3898) Response returns multiple ?xml version='1.0' encoding='utf-8'? headers

2014-05-29 Thread Leonardo Uribe (JIRA)

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

Leonardo Uribe commented on MYFACES-3898:
-

I don't think it is similar, because MYFACES-3402 was caused when the ajax 
response was generated. In this case the compiler is adding extra xml 
declarations. The code that writes the xml declaration is on 
org.apache.myfaces.view.facelets.compiler.SAXCompiler.writeXmlDecl(...), but I 
can't see anything wrong. We need an test case, so we can debug it more 
properly. 

If you have multiple templates, the trimming of the xml declaration occurs by 
the presence of ui:composion or cc:interface/cc:implementation. It is something 
implicit, so maybe that's the problem, you have found a valid syntax that cause 
the problem, but without understand the reasons why it could occur, I'm afraid 
we cannot fix it.

 Response returns multiple ?xml version='1.0' encoding='utf-8'? headers
 

 Key: MYFACES-3898
 URL: https://issues.apache.org/jira/browse/MYFACES-3898
 Project: MyFaces Core
  Issue Type: Bug
Affects Versions: 2.2.3, 2.2.4-SNAPSHOT
Reporter: Krashan Brahmanjara

 For complex pages Myfaces implemetation return response with many xml 
 headers. This is not problem for Firefox but Internet Explorer sometimes cant 
 render this pages and show it as plain xml
 Current Myfaces response example:
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE html
 ?xml version=1.0 encoding=UTF-8?
 ?xml version=1.0 encoding=UTF-8?
 ?xml version=1.0 encoding=UTF-8?
 ?xml version=1.0 encoding=UTF-8?
 ?xml version=1.0 encoding=UTF-8?
 ?xml version=1.0 encoding=UTF-8?
 ?xml version=1.0 encoding=UTF-8?
 ?xml version=1.0 encoding=UTF-8?
 ?xml version=1.0 encoding=UTF-8?
 ?xml version=1.0 encoding=UTF-8?
 ?xml version=1.0 encoding=UTF-8?
 html xmlns=http://www.w3.org/1999/xhtml;headlink (...)
 This problem doesn't occurs for Mojarra implementation.
 This implementation returns response :
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE HTML
 html xmlns=http://www.w3.org/1999/xhtml;headlink href=(...)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


Re: [VOTE] Release of Extensions Validator 2.0.8

2014-05-29 Thread Grant Smith
+1


On Thu, May 29, 2014 at 6:13 AM, Jakob Korherr jakob.korh...@gmail.comwrote:

 +1

 Cheers,
 Jakob

 2014-05-27 22:34 GMT+02:00 Hazem Saleh hazem.sa...@gmail.com:
  +1
 
  Sent from my iPhone
 
  On May 27, 2014, at 8:19 PM, Werner Punz werner.p...@gmail.com wrote:
 
  +1
 
  Werner
 
 
  Am 27.05.14 10:14, schrieb Gerhard Petracek:
  +1
 
  regards,
  gerhard
 
 
 
  2014-05-27 8:29 GMT+02:00 Gerhard Petracek gpetra...@apache.org
  mailto:gpetra...@apache.org:
 
 Hi,
 
 we were running the needed tasks to get the 8th release of Apache
 MyFaces Extensions Validator out.
 The artifacts are deployed to Nexus [1].
 
 The release contains the following modules for JSF 2.x:
   - ExtVal Core
   - ExtVal Property-Validation
   - ExtVal Bean-Validation
   - Trinidad-Support-Module
   - Generic-Support-Module
 
 Please take a look at the 2.0.8 artifacts and vote!
 
 Please note:
 This vote is majority approval with a minimum of three +1 votes
 (see [2]).
 
 
 [ ] +1 for community members who have reviewed the bits
 [ ] +0
 [ ] -1 for fatal flaws that should cause these bits not to be
 released, and why..
 
 
 Thanks,
 Gerhard
 
 [1]
 
 https://repository.apache.org/content/repositories/orgapachemyfaces-1024/org/apache/myfaces/extensions/validator/
 [2] http://www.apache.org/foundation/voting.html#ReleaseVotes
 
 



 --
 Jakob Korherr

 blog: http://www.jakobk.com
 twitter: http://twitter.com/jakobkorherr
 work: http://www.irian.at




-- 
Grant Smith - V.P. Information Technology
Marathon Computer Systems, LLC.


Re: [VOTE] release of MyFaces Test 1.0.7

2014-05-29 Thread Grant Smith
+1


On Mon, May 26, 2014 at 9:31 AM, Hazem Saleh haz...@apache.org wrote:

 +1


 On Mon, May 26, 2014 at 7:28 PM, Werner Punz werner.p...@gmail.comwrote:

 +1

 Werner


 Am 26.05.14 14:57, schrieb Jakob Korherr:

  +1

 Cheers,
 Jakob

 2014-05-26 14:43 GMT+02:00 Leonardo Uribe lu4...@gmail.com:

 +1

 2014-05-26 14:43 GMT+02:00 Leonardo Uribe lu4...@gmail.com:

 Hi,

 I was running the needed tasks to get the 1.0.7 release of Apache
 MyFaces Test out.

 Please note that this vote concerns all of the following parts:
   1. Maven artifact group org.apache.myfaces.test v1.0.7  [1]

 The artifacts are deployed to nexus repository [1] and to my private
 Apache account [3] for binary and source packages.

 The release notes could be found at [4].

 Please take a look at the 1.0.7 artifacts and vote!

 Please note: This vote is majority approval with a minimum of three
 +1 votes (see [3]).

 
 [ ] +1 for community members who have reviewed the bits
 [ ] +0
 [ ] -1 for fatal flaws that should cause these bits not to be released,
   and why..
 

 Thanks,
 Leonardo Uribe

 [1] https://repository.apache.org/content/repositories/
 orgapachemyfaces-1023/org/apache/myfaces/test/
  https://repository.apache.org/content/groups/staging/org/
 apache/myfaces/test/
 [2] http://www.apache.org/foundation/voting.html#ReleaseVotes
 [3] http://people.apache.org/~lu4242/myfacestest107binsrc
 [4] https://issues.apache.org/jira/secure/ReleaseNote.jspa?
 projectId=12310951version=12327053









 --
 Hazem Saleh

 Author of Pro JSF and HTML5 book:
 http://www.amazon.com/Pro-JSF-HTML5-Building-Components/dp/1430250100/

 Author of JavaScript Unit Testing book:
 http://www.amazon.com/dp/1782160620/

 Co-author of (The Definitive Guide to Apache MyFaces and Facelets) book:
 http://www.amazon.com/-/e/B002M052KY

 DeveloperWorks Contributing Author

 https://www.ibm.com/developerworks/mydeveloperworks/blogs/hazem/entry/ibm_developerworks_contributing_author?lang=en_us

 An Apache committer, IBMer, and a technical speaker

 Twitter: http://www.twitter.com/hazems




-- 
Grant Smith - V.P. Information Technology
Marathon Computer Systems, LLC.


[jira] [Commented] (MYFACES-3898) Response returns multiple ?xml version='1.0' encoding='utf-8'? headers

2014-05-29 Thread Krashan Brahmanjara (JIRA)

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

Krashan Brahmanjara commented on MYFACES-3898:
--

The problem is in tag compiler.
I got some tags defined in standard taglib.xml. If those tags are included in 
template then first line off tag source is included below !DOCTYPE html row.

Of course we can remove ?xml version=1.0 encoding=UTF-8? line from tag 
source but this is not backward compatibile solution.

 Response returns multiple ?xml version='1.0' encoding='utf-8'? headers
 

 Key: MYFACES-3898
 URL: https://issues.apache.org/jira/browse/MYFACES-3898
 Project: MyFaces Core
  Issue Type: Bug
Affects Versions: 2.2.3, 2.2.4-SNAPSHOT
Reporter: Krashan Brahmanjara

 For complex pages Myfaces implemetation return response with many xml 
 headers. This is not problem for Firefox but Internet Explorer sometimes cant 
 render this pages and show it as plain xml
 Current Myfaces response example:
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE html
 ?xml version=1.0 encoding=UTF-8?
 ?xml version=1.0 encoding=UTF-8?
 ?xml version=1.0 encoding=UTF-8?
 ?xml version=1.0 encoding=UTF-8?
 ?xml version=1.0 encoding=UTF-8?
 ?xml version=1.0 encoding=UTF-8?
 ?xml version=1.0 encoding=UTF-8?
 ?xml version=1.0 encoding=UTF-8?
 ?xml version=1.0 encoding=UTF-8?
 ?xml version=1.0 encoding=UTF-8?
 ?xml version=1.0 encoding=UTF-8?
 html xmlns=http://www.w3.org/1999/xhtml;headlink (...)
 This problem doesn't occurs for Mojarra implementation.
 This implementation returns response :
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE HTML
 html xmlns=http://www.w3.org/1999/xhtml;headlink href=(...)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Created] (TRINIDAD-2477) NoSuchElementException in UIXIterator.visitData

2014-05-29 Thread Jing Wu (JIRA)
Jing Wu created TRINIDAD-2477:
-

 Summary: NoSuchElementException in UIXIterator.visitData
 Key: TRINIDAD-2477
 URL: https://issues.apache.org/jira/browse/TRINIDAD-2477
 Project: MyFaces Trinidad
  Issue Type: Bug
  Components: Components
Affects Versions: 2.1.0-core
 Environment: this is environment independent.
Reporter: Jing Wu






--
This message was sent by Atlassian JIRA
(v6.2#6252)