[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-344) Portal booking example loses conversation after validation error
by Gavin King (JIRA)
[ http://jira.jboss.com/jira/browse/JBSEAM-344?page=all ]
Gavin King closed JBSEAM-344.
-----------------------------
Fix Version/s: 1.1.0.CR2
(was: 1.1.0.GA)
Resolution: Done
> Portal booking example loses conversation after validation error
> ----------------------------------------------------------------
>
> Key: JBSEAM-344
> URL: http://jira.jboss.com/jira/browse/JBSEAM-344
> Project: JBoss Seam
> Issue Type: Bug
> Components: Portal
> Affects Versions: 1.0.1
> Environment: JBoss 4.0.4.GA
> JBoss Portal 2.4.0-Beta1
> (used jems-installer-1.2.0.BETA)
> JBoss Seam 1.0.1.GA
> Reporter: Mauro Lopez
> Assigned To: Gavin King
> Fix For: 1.1.0.CR2
>
>
> Followed this steps:
> - deployed the application in examples/portal using ant, as described in examples/portal/readme.txt
> - Entered http://localhost:8080/portal
> - Selected the SeamHibernate portlet tab, registered user, logged in...
> - Searched hotels, selected one of them, and pressed the "Book" button.
> In the Book Hotel screen, if the credit card number hasn't got 16 digits, a message is shown. After that, having entered 16 digits for the credit card, instead of the confirm screen, the "Search Hotels" screen is shown, with the message "No conversation".
> So, after a failed validation, the conversation is lost.
> In my own examples I've substituted conversational scope with session scope, just to see them working.
--
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, 1 month
[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-344) Portal booking example loses conversation after validation error
by Gavin King (JIRA)
[ http://jira.jboss.com/jira/browse/JBSEAM-344?page=all ]
Gavin King closed JBSEAM-344.
-----------------------------
Resolution: Done
> Portal booking example loses conversation after validation error
> ----------------------------------------------------------------
>
> Key: JBSEAM-344
> URL: http://jira.jboss.com/jira/browse/JBSEAM-344
> Project: JBoss Seam
> Issue Type: Bug
> Components: Portal
> Affects Versions: 1.0.1
> Environment: JBoss 4.0.4.GA
> JBoss Portal 2.4.0-Beta1
> (used jems-installer-1.2.0.BETA)
> JBoss Seam 1.0.1.GA
> Reporter: Mauro Lopez
> Assigned To: Gavin King
> Fix For: 1.1.0.GA
>
>
> Followed this steps:
> - deployed the application in examples/portal using ant, as described in examples/portal/readme.txt
> - Entered http://localhost:8080/portal
> - Selected the SeamHibernate portlet tab, registered user, logged in...
> - Searched hotels, selected one of them, and pressed the "Book" button.
> In the Book Hotel screen, if the credit card number hasn't got 16 digits, a message is shown. After that, having entered 16 digits for the credit card, instead of the confirm screen, the "Search Hotels" screen is shown, with the message "No conversation".
> So, after a failed validation, the conversation is lost.
> In my own examples I've substituted conversational scope with session scope, just to see them working.
--
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, 1 month
[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-344) Portal booking example loses conversation after validation error
by Gavin King (JIRA)
[ http://jira.jboss.com/jira/browse/JBSEAM-344?page=comments#action_12347667 ]
Gavin King commented on JBSEAM-344:
-----------------------------------
How can we detect a validation failure? getRenderResponse()?
> Portal booking example loses conversation after validation error
> ----------------------------------------------------------------
>
> Key: JBSEAM-344
> URL: http://jira.jboss.com/jira/browse/JBSEAM-344
> Project: JBoss Seam
> Issue Type: Bug
> Components: Portal
> Affects Versions: 1.0.1
> Environment: JBoss 4.0.4.GA
> JBoss Portal 2.4.0-Beta1
> (used jems-installer-1.2.0.BETA)
> JBoss Seam 1.0.1.GA
> Reporter: Mauro Lopez
> Assigned To: Gavin King
> Fix For: 1.1.0.GA
>
>
> Followed this steps:
> - deployed the application in examples/portal using ant, as described in examples/portal/readme.txt
> - Entered http://localhost:8080/portal
> - Selected the SeamHibernate portlet tab, registered user, logged in...
> - Searched hotels, selected one of them, and pressed the "Book" button.
> In the Book Hotel screen, if the credit card number hasn't got 16 digits, a message is shown. After that, having entered 16 digits for the credit card, instead of the confirm screen, the "Search Hotels" screen is shown, with the message "No conversation".
> So, after a failed validation, the conversation is lost.
> In my own examples I've substituted conversational scope with session scope, just to see them working.
--
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, 1 month
[jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-344) Portal booking example loses conversation after validation error
by Gavin King (JIRA)
[ http://jira.jboss.com/jira/browse/JBSEAM-344?page=all ]
Gavin King updated JBSEAM-344:
------------------------------
Fix Version/s: 1.1.0.GA
User says this is actually because responseComplete is not set.
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3988331
> Portal booking example loses conversation after validation error
> ----------------------------------------------------------------
>
> Key: JBSEAM-344
> URL: http://jira.jboss.com/jira/browse/JBSEAM-344
> Project: JBoss Seam
> Issue Type: Bug
> Components: Portal
> Affects Versions: 1.0.1
> Environment: JBoss 4.0.4.GA
> JBoss Portal 2.4.0-Beta1
> (used jems-installer-1.2.0.BETA)
> JBoss Seam 1.0.1.GA
> Reporter: Mauro Lopez
> Assigned To: Gavin King
> Fix For: 1.1.0.GA
>
>
> Followed this steps:
> - deployed the application in examples/portal using ant, as described in examples/portal/readme.txt
> - Entered http://localhost:8080/portal
> - Selected the SeamHibernate portlet tab, registered user, logged in...
> - Searched hotels, selected one of them, and pressed the "Book" button.
> In the Book Hotel screen, if the credit card number hasn't got 16 digits, a message is shown. After that, having entered 16 digits for the credit card, instead of the confirm screen, the "Search Hotels" screen is shown, with the message "No conversation".
> So, after a failed validation, the conversation is lost.
> In my own examples I've substituted conversational scope with session scope, just to see them working.
--
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, 1 month
[jbossseam-issues] [JBoss JIRA] Assigned: (JBSEAM-344) Portal booking example loses conversation after validation error
by Gavin King (JIRA)
[ http://jira.jboss.com/jira/browse/JBSEAM-344?page=all ]
Gavin King reassigned JBSEAM-344:
---------------------------------
Assignee: Gavin King
> Portal booking example loses conversation after validation error
> ----------------------------------------------------------------
>
> Key: JBSEAM-344
> URL: http://jira.jboss.com/jira/browse/JBSEAM-344
> Project: JBoss Seam
> Issue Type: Bug
> Components: Portal
> Affects Versions: 1.0.1
> Environment: JBoss 4.0.4.GA
> JBoss Portal 2.4.0-Beta1
> (used jems-installer-1.2.0.BETA)
> JBoss Seam 1.0.1.GA
> Reporter: Mauro Lopez
> Assigned To: Gavin King
> Fix For: 1.1.0.GA
>
>
> Followed this steps:
> - deployed the application in examples/portal using ant, as described in examples/portal/readme.txt
> - Entered http://localhost:8080/portal
> - Selected the SeamHibernate portlet tab, registered user, logged in...
> - Searched hotels, selected one of them, and pressed the "Book" button.
> In the Book Hotel screen, if the credit card number hasn't got 16 digits, a message is shown. After that, having entered 16 digits for the credit card, instead of the confirm screen, the "Search Hotels" screen is shown, with the message "No conversation".
> So, after a failed validation, the conversation is lost.
> In my own examples I've substituted conversational scope with session scope, just to see them working.
--
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, 1 month
[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-469) ConvertDateTime fails verification of JSF RI
by Stas Garifulin (JIRA)
ConvertDateTime fails verification of JSF RI
--------------------------------------------
Key: JBSEAM-469
URL: http://jira.jboss.com/jira/browse/JBSEAM-469
Project: JBoss Seam
Issue Type: Bug
Components: JSF
Environment: Seam cvs head
jsf ri 1.2
tomcat 5.5.20
Reporter: Stas Garifulin
Priority: Minor
Jsf ri has context parameter com.sun.faces.verifyObjects: Set this flag to true if you want the JavaServer Faces Reference Implementation to verify that all of the
application objects you have configured (components, converters, renderers, and validators) can be successfully created.
If i set it to true then verification fails for org.jboss.seam.ui.ConvertDateTime: constructor of this converter tries to create TimeZone component which throw "No active application component" exception.
--
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, 1 month