[jira] [Commented] (TRINIDAD-2259) Serious problem with Facelets - launchDialog.xhtml from examples doesn't work as facelet - problem with partialSubmit=true

2012-12-06 Thread Max Starets (JIRA)

[ 
https://issues.apache.org/jira/browse/TRINIDAD-2259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13512058#comment-13512058
 ] 

Max Starets commented on TRINIDAD-2259:
---

I will be working on TRINIDAD-2334 soon. Also filed a related issue 
TRINIDAD-2347

 Serious problem with Facelets - launchDialog.xhtml from examples doesn't work 
 as facelet - problem with partialSubmit=true
 --

 Key: TRINIDAD-2259
 URL: https://issues.apache.org/jira/browse/TRINIDAD-2259
 Project: MyFaces Trinidad
  Issue Type: Bug
  Components: Facelets
Affects Versions: 2.0.1-core
 Environment: mojarra 2.0.9
Reporter: Daniel Charczynski
Assignee: Max Starets
Priority: Critical
 Fix For: 2.0.2-core


 launchDialog.xhtml from examples doesn't work as facelet
 problem with ReturnEvent
 There is simple way to reproduce this issue
 1 download trinidad 2.0.1 examples 
 http://www.apache.org/dyn/closer.cgi/myfaces/binaries/trinidad-2.0.1-example.zip
 2. download and extract tomcat 6.x 
 3. put mojarra 2.0.9 into tomcat libs 
 4. put jstl 1.2.1 api and impl libs into tomcat libs
 do some changes in trinidad-demo.war
 5. copy launchDialog.jspx to launchDialog.xhtml 
 6 change jsp:root  tag of  launchDialog.xhtml  to 
 ui:composition
   xmlns:ui=http://java.sun.com/jsf/facelets;
   xmlns:f=http://java.sun.com/jsf/core;
   xmlns:tr=http://myfaces.apache.org/trinidad;
   xmlns:trd=http://myfaces.apache.org/trinidad/demo;
   xmlns:trh=http://myfaces.apache.org/trinidad/html;
 and end jsp:root to ui:composition
 7. deploy trinidad-demo.war and start server
 8. go to http://localhost:8080/trinidad-demo/faces/demos/launchDialog.xhtml   
 and clickAdd button   - should not work :(
 IT WILL WORK WHEN
  - go to http://localhost:8080/trinidad-demo/faces/demos/launchDialog.xhtml
  - click  (first ellipsis button)
  - close popup
  - Click Add button :)
 important thing is to go load 
 http://localhost:8080/trinidad-demo/faces/demos/launchDialog.xhtml page 
 directly from browser - every test - in order to clear all parameters
 simillar issue is when you change javax.faces.FACELETS_VIEW_MAPPINGS to 
 *.jspx and go to 
 http://localhost:8080/trinidad-demo/faces/demos/launchDialog.jspx

--
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] (TRINIDAD-2259) Serious problem with Facelets - launchDialog.xhtml from examples doesn't work as facelet - problem with partialSubmit=true

2012-12-02 Thread Daniel Charczynski (JIRA)

[ 
https://issues.apache.org/jira/browse/TRINIDAD-2259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13508556#comment-13508556
 ] 

Daniel Charczynski commented on TRINIDAD-2259:
--

You are right Robert - it works.

 Serious problem with Facelets - launchDialog.xhtml from examples doesn't work 
 as facelet - problem with partialSubmit=true
 --

 Key: TRINIDAD-2259
 URL: https://issues.apache.org/jira/browse/TRINIDAD-2259
 Project: MyFaces Trinidad
  Issue Type: Bug
  Components: Facelets
Affects Versions: 2.0.1-core
 Environment: mojarra 2.0.9
Reporter: Daniel Charczynski
Assignee: Max Starets
Priority: Critical
 Fix For: 2.0.2-core


 launchDialog.xhtml from examples doesn't work as facelet
 problem with ReturnEvent
 There is simple way to reproduce this issue
 1 download trinidad 2.0.1 examples 
 http://www.apache.org/dyn/closer.cgi/myfaces/binaries/trinidad-2.0.1-example.zip
 2. download and extract tomcat 6.x 
 3. put mojarra 2.0.9 into tomcat libs 
 4. put jstl 1.2.1 api and impl libs into tomcat libs
 do some changes in trinidad-demo.war
 5. copy launchDialog.jspx to launchDialog.xhtml 
 6 change jsp:root  tag of  launchDialog.xhtml  to 
 ui:composition
   xmlns:ui=http://java.sun.com/jsf/facelets;
   xmlns:f=http://java.sun.com/jsf/core;
   xmlns:tr=http://myfaces.apache.org/trinidad;
   xmlns:trd=http://myfaces.apache.org/trinidad/demo;
   xmlns:trh=http://myfaces.apache.org/trinidad/html;
 and end jsp:root to ui:composition
 7. deploy trinidad-demo.war and start server
 8. go to http://localhost:8080/trinidad-demo/faces/demos/launchDialog.xhtml   
 and clickAdd button   - should not work :(
 IT WILL WORK WHEN
  - go to http://localhost:8080/trinidad-demo/faces/demos/launchDialog.xhtml
  - click  (first ellipsis button)
  - close popup
  - Click Add button :)
 important thing is to go load 
 http://localhost:8080/trinidad-demo/faces/demos/launchDialog.xhtml page 
 directly from browser - every test - in order to clear all parameters
 simillar issue is when you change javax.faces.FACELETS_VIEW_MAPPINGS to 
 *.jspx and go to 
 http://localhost:8080/trinidad-demo/faces/demos/launchDialog.jspx

--
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] (TRINIDAD-2259) Serious problem with Facelets - launchDialog.xhtml from examples doesn't work as facelet - problem with partialSubmit=true

2012-12-01 Thread Robert Schoch (JIRA)

[ 
https://issues.apache.org/jira/browse/TRINIDAD-2259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13507976#comment-13507976
 ] 

Robert Schoch commented on TRINIDAD-2259:
-

You may also need the patch from TRINIDAD-2334 will be applied to the full 
function of this constellation.
I have tested it with both patches and it works.

 Serious problem with Facelets - launchDialog.xhtml from examples doesn't work 
 as facelet - problem with partialSubmit=true
 --

 Key: TRINIDAD-2259
 URL: https://issues.apache.org/jira/browse/TRINIDAD-2259
 Project: MyFaces Trinidad
  Issue Type: Bug
  Components: Facelets
Affects Versions: 2.0.1-core
 Environment: mojarra 2.0.9
Reporter: Daniel Charczynski
Assignee: Max Starets
Priority: Critical
 Fix For: 2.0.2-core


 launchDialog.xhtml from examples doesn't work as facelet
 problem with ReturnEvent
 There is simple way to reproduce this issue
 1 download trinidad 2.0.1 examples 
 http://www.apache.org/dyn/closer.cgi/myfaces/binaries/trinidad-2.0.1-example.zip
 2. download and extract tomcat 6.x 
 3. put mojarra 2.0.9 into tomcat libs 
 4. put jstl 1.2.1 api and impl libs into tomcat libs
 do some changes in trinidad-demo.war
 5. copy launchDialog.jspx to launchDialog.xhtml 
 6 change jsp:root  tag of  launchDialog.xhtml  to 
 ui:composition
   xmlns:ui=http://java.sun.com/jsf/facelets;
   xmlns:f=http://java.sun.com/jsf/core;
   xmlns:tr=http://myfaces.apache.org/trinidad;
   xmlns:trd=http://myfaces.apache.org/trinidad/demo;
   xmlns:trh=http://myfaces.apache.org/trinidad/html;
 and end jsp:root to ui:composition
 7. deploy trinidad-demo.war and start server
 8. go to http://localhost:8080/trinidad-demo/faces/demos/launchDialog.xhtml   
 and clickAdd button   - should not work :(
 IT WILL WORK WHEN
  - go to http://localhost:8080/trinidad-demo/faces/demos/launchDialog.xhtml
  - click  (first ellipsis button)
  - close popup
  - Click Add button :)
 important thing is to go load 
 http://localhost:8080/trinidad-demo/faces/demos/launchDialog.xhtml page 
 directly from browser - every test - in order to clear all parameters
 simillar issue is when you change javax.faces.FACELETS_VIEW_MAPPINGS to 
 *.jspx and go to 
 http://localhost:8080/trinidad-demo/faces/demos/launchDialog.jspx

--
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] (TRINIDAD-2259) Serious problem with Facelets - launchDialog.xhtml from examples doesn't work as facelet - problem with partialSubmit=true

2012-11-30 Thread Daniel Charczynski (JIRA)

[ 
https://issues.apache.org/jira/browse/TRINIDAD-2259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13507215#comment-13507215
 ] 

Daniel Charczynski commented on TRINIDAD-2259:
--

The org.apache.myfaces.trinidadinternal.PPR_OVER_JSF_AJAX workaround works.

 Serious problem with Facelets - launchDialog.xhtml from examples doesn't work 
 as facelet - problem with partialSubmit=true
 --

 Key: TRINIDAD-2259
 URL: https://issues.apache.org/jira/browse/TRINIDAD-2259
 Project: MyFaces Trinidad
  Issue Type: Bug
  Components: Facelets
Affects Versions: 2.0.1-core
 Environment: mojarra 2.0.9
Reporter: Daniel Charczynski
Assignee: Max Starets
Priority: Critical
 Fix For: 2.0.2-core


 launchDialog.xhtml from examples doesn't work as facelet
 problem with ReturnEvent
 There is simple way to reproduce this issue
 1 download trinidad 2.0.1 examples 
 http://www.apache.org/dyn/closer.cgi/myfaces/binaries/trinidad-2.0.1-example.zip
 2. download and extract tomcat 6.x 
 3. put mojarra 2.0.9 into tomcat libs 
 4. put jstl 1.2.1 api and impl libs into tomcat libs
 do some changes in trinidad-demo.war
 5. copy launchDialog.jspx to launchDialog.xhtml 
 6 change jsp:root  tag of  launchDialog.xhtml  to 
 ui:composition
   xmlns:ui=http://java.sun.com/jsf/facelets;
   xmlns:f=http://java.sun.com/jsf/core;
   xmlns:tr=http://myfaces.apache.org/trinidad;
   xmlns:trd=http://myfaces.apache.org/trinidad/demo;
   xmlns:trh=http://myfaces.apache.org/trinidad/html;
 and end jsp:root to ui:composition
 7. deploy trinidad-demo.war and start server
 8. go to http://localhost:8080/trinidad-demo/faces/demos/launchDialog.xhtml   
 and clickAdd button   - should not work :(
 IT WILL WORK WHEN
  - go to http://localhost:8080/trinidad-demo/faces/demos/launchDialog.xhtml
  - click  (first ellipsis button)
  - close popup
  - Click Add button :)
 important thing is to go load 
 http://localhost:8080/trinidad-demo/faces/demos/launchDialog.xhtml page 
 directly from browser - every test - in order to clear all parameters
 simillar issue is when you change javax.faces.FACELETS_VIEW_MAPPINGS to 
 *.jspx and go to 
 http://localhost:8080/trinidad-demo/faces/demos/launchDialog.jspx

--
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] (TRINIDAD-2259) Serious problem with Facelets - launchDialog.xhtml from examples doesn't work as facelet - problem with partialSubmit=true

2012-11-28 Thread Max Starets (JIRA)

[ 
https://issues.apache.org/jira/browse/TRINIDAD-2259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13505969#comment-13505969
 ] 

Max Starets commented on TRINIDAD-2259:
---

The org.apache.myfaces.trinidadinternal.PPR_OVER_JSF_AJAX workaround would 
still apply though

 Serious problem with Facelets - launchDialog.xhtml from examples doesn't work 
 as facelet - problem with partialSubmit=true
 --

 Key: TRINIDAD-2259
 URL: https://issues.apache.org/jira/browse/TRINIDAD-2259
 Project: MyFaces Trinidad
  Issue Type: Bug
  Components: Facelets
Affects Versions: 2.0.1-core
 Environment: mojarra 2.0.9
Reporter: Daniel Charczynski
Assignee: Max Starets
Priority: Critical
 Fix For: 2.0.2-core


 launchDialog.xhtml from examples doesn't work as facelet
 problem with ReturnEvent
 There is simple way to reproduce this issue
 1 download trinidad 2.0.1 examples 
 http://www.apache.org/dyn/closer.cgi/myfaces/binaries/trinidad-2.0.1-example.zip
 2. download and extract tomcat 6.x 
 3. put mojarra 2.0.9 into tomcat libs 
 4. put jstl 1.2.1 api and impl libs into tomcat libs
 do some changes in trinidad-demo.war
 5. copy launchDialog.jspx to launchDialog.xhtml 
 6 change jsp:root  tag of  launchDialog.xhtml  to 
 ui:composition
   xmlns:ui=http://java.sun.com/jsf/facelets;
   xmlns:f=http://java.sun.com/jsf/core;
   xmlns:tr=http://myfaces.apache.org/trinidad;
   xmlns:trd=http://myfaces.apache.org/trinidad/demo;
   xmlns:trh=http://myfaces.apache.org/trinidad/html;
 and end jsp:root to ui:composition
 7. deploy trinidad-demo.war and start server
 8. go to http://localhost:8080/trinidad-demo/faces/demos/launchDialog.xhtml   
 and clickAdd button   - should not work :(
 IT WILL WORK WHEN
  - go to http://localhost:8080/trinidad-demo/faces/demos/launchDialog.xhtml
  - click  (first ellipsis button)
  - close popup
  - Click Add button :)
 important thing is to go load 
 http://localhost:8080/trinidad-demo/faces/demos/launchDialog.xhtml page 
 directly from browser - every test - in order to clear all parameters
 simillar issue is when you change javax.faces.FACELETS_VIEW_MAPPINGS to 
 *.jspx and go to 
 http://localhost:8080/trinidad-demo/faces/demos/launchDialog.jspx

--
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] (TRINIDAD-2259) Serious problem with Facelets - launchDialog.xhtml from examples doesn't work as facelet - problem with partialSubmit=true

2012-11-22 Thread Daniel Charczynski (JIRA)

[ 
https://issues.apache.org/jira/browse/TRINIDAD-2259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13502727#comment-13502727
 ] 

Daniel Charczynski commented on TRINIDAD-2259:
--

Unfortunately I can't confirm that the patch slove this problem.
After patching dialog is shown but result is not counted - nothing happened 
after clicking submit on dialog.


 Serious problem with Facelets - launchDialog.xhtml from examples doesn't work 
 as facelet - problem with partialSubmit=true
 --

 Key: TRINIDAD-2259
 URL: https://issues.apache.org/jira/browse/TRINIDAD-2259
 Project: MyFaces Trinidad
  Issue Type: Bug
  Components: Facelets
Affects Versions: 2.0.1-core
 Environment: mojarra 2.0.9
Reporter: Daniel Charczynski
Priority: Critical
 Fix For: 2.0.2-core


 launchDialog.xhtml from examples doesn't work as facelet
 problem with ReturnEvent
 There is simple way to reproduce this issue
 1 download trinidad 2.0.1 examples 
 http://www.apache.org/dyn/closer.cgi/myfaces/binaries/trinidad-2.0.1-example.zip
 2. download and extract tomcat 6.x 
 3. put mojarra 2.0.9 into tomcat libs 
 4. put jstl 1.2.1 api and impl libs into tomcat libs
 do some changes in trinidad-demo.war
 5. copy launchDialog.jspx to launchDialog.xhtml 
 6 change jsp:root  tag of  launchDialog.xhtml  to 
 ui:composition
   xmlns:ui=http://java.sun.com/jsf/facelets;
   xmlns:f=http://java.sun.com/jsf/core;
   xmlns:tr=http://myfaces.apache.org/trinidad;
   xmlns:trd=http://myfaces.apache.org/trinidad/demo;
   xmlns:trh=http://myfaces.apache.org/trinidad/html;
 and end jsp:root to ui:composition
 7. deploy trinidad-demo.war and start server
 8. go to http://localhost:8080/trinidad-demo/faces/demos/launchDialog.xhtml   
 and clickAdd button   - should not work :(
 IT WILL WORK WHEN
  - go to http://localhost:8080/trinidad-demo/faces/demos/launchDialog.xhtml
  - click  (first ellipsis button)
  - close popup
  - Click Add button :)
 important thing is to go load 
 http://localhost:8080/trinidad-demo/faces/demos/launchDialog.xhtml page 
 directly from browser - every test - in order to clear all parameters
 simillar issue is when you change javax.faces.FACELETS_VIEW_MAPPINGS to 
 *.jspx and go to 
 http://localhost:8080/trinidad-demo/faces/demos/launchDialog.jspx

--
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] (TRINIDAD-2259) Serious problem with Facelets - launchDialog.xhtml from examples doesn't work as facelet - problem with partialSubmit=true

2012-10-20 Thread Robert Schoch (JIRA)

[ 
https://issues.apache.org/jira/browse/TRINIDAD-2259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13480826#comment-13480826
 ] 

Robert Schoch commented on TRINIDAD-2259:
-

The id's are not rendered if not explicitly set. This causes the error.

see https://issues.apache.org/jira/browse/TRINIDAD-2216
and https://issues.apache.org/jira/browse/TRINIDAD-2302

 Serious problem with Facelets - launchDialog.xhtml from examples doesn't work 
 as facelet - problem with partialSubmit=true
 --

 Key: TRINIDAD-2259
 URL: https://issues.apache.org/jira/browse/TRINIDAD-2259
 Project: MyFaces Trinidad
  Issue Type: Bug
  Components: Facelets
Affects Versions: 2.0.1-core
 Environment: mojarra 2.0.9
Reporter: Daniel Charczynski
Priority: Critical
 Fix For: 2.0.2-core


 launchDialog.xhtml from examples doesn't work as facelet
 problem with ReturnEvent
 There is simple way to reproduce this issue
 1 download trinidad 2.0.1 examples 
 http://www.apache.org/dyn/closer.cgi/myfaces/binaries/trinidad-2.0.1-example.zip
 2. download and extract tomcat 6.x 
 3. put mojarra 2.0.9 into tomcat libs 
 4. put jstl 1.2.1 api and impl libs into tomcat libs
 do some changes in trinidad-demo.war
 5. copy launchDialog.jspx to launchDialog.xhtml 
 6 change jsp:root  tag of  launchDialog.xhtml  to 
 ui:composition
   xmlns:ui=http://java.sun.com/jsf/facelets;
   xmlns:f=http://java.sun.com/jsf/core;
   xmlns:tr=http://myfaces.apache.org/trinidad;
   xmlns:trd=http://myfaces.apache.org/trinidad/demo;
   xmlns:trh=http://myfaces.apache.org/trinidad/html;
 and end jsp:root to ui:composition
 7. deploy trinidad-demo.war and start server
 8. go to http://localhost:8080/trinidad-demo/faces/demos/launchDialog.xhtml   
 and clickAdd button   - should not work :(
 IT WILL WORK WHEN
  - go to http://localhost:8080/trinidad-demo/faces/demos/launchDialog.xhtml
  - click  (first ellipsis button)
  - close popup
  - Click Add button :)
 important thing is to go load 
 http://localhost:8080/trinidad-demo/faces/demos/launchDialog.xhtml page 
 directly from browser - every test - in order to clear all parameters
 simillar issue is when you change javax.faces.FACELETS_VIEW_MAPPINGS to 
 *.jspx and go to 
 http://localhost:8080/trinidad-demo/faces/demos/launchDialog.jspx

--
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