You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Piyush Hari (JIRA)" <ad...@incubator.apache.org> on 2006/10/03 19:28:19 UTC

[jira] Created: (ADFFACES-213) fix "messages" component on PDAs

fix "messages" component on PDAs
--------------------------------

                 Key: ADFFACES-213
                 URL: http://issues.apache.org/jira/browse/ADFFACES-213
             Project: MyFaces ADF-Faces
          Issue Type: Improvement
         Environment: PDA
            Reporter: Piyush Hari
            Priority: Minor


The 'messages' component is used at the top of an application page to give the user important messaging information. It will automatically show any messages added to the FacesContext.

This component is currently not supported on PDAs but works fine for desktop applications. Message headers for global messages appear but not the underlying message. Per-component messages do not appear at all. Styling is significantly different too.

Therefore, I propose fixing "messages" components for PDAs in trinidad.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (ADFFACES-213) fix "messages" component on PDAs

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated ADFFACES-213:
----------------------------------------

        Fix Version/s: 1.0.0-incubating-core
    Affects Version/s: 1.0.0-incubating-core

> fix "messages" component on PDAs
> --------------------------------
>
>                 Key: ADFFACES-213
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-213
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>    Affects Versions: 1.0.0-incubating-core
>         Environment: PDA
>            Reporter: Piyush Hari
>         Assigned To: Adam Winer
>            Priority: Minor
>             Fix For: 1.0.0-incubating-core
>
>         Attachments: patch_nov09_03_42PM_messages_pda.patch, patch_oct3_12_23PM_messages_pda.patch
>
>
> The 'messages' component is used at the top of an application page to give the user important messaging information. It will automatically show any messages added to the FacesContext.
> This component is currently not supported on PDAs but works fine for desktop applications. Message headers for global messages appear but not the underlying message. Per-component messages do not appear at all. Styling is significantly different too.
> Therefore, I propose fixing "messages" components for PDAs in trinidad.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ADFFACES-213) fix "messages" component on PDAs

Posted by "Piyush Hari (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-213?page=all ]

Piyush Hari updated ADFFACES-213:
---------------------------------

    Attachment: patch_nov09_03_42PM_messages_pda.patch

I am providing a new patch as per Adam's recommendations.

> fix "messages" component on PDAs
> --------------------------------
>
>                 Key: ADFFACES-213
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-213
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>         Environment: PDA
>            Reporter: Piyush Hari
>            Priority: Minor
>         Attachments: patch_nov09_03_42PM_messages_pda.patch, patch_oct3_12_23PM_messages_pda.patch
>
>
> The 'messages' component is used at the top of an application page to give the user important messaging information. It will automatically show any messages added to the FacesContext.
> This component is currently not supported on PDAs but works fine for desktop applications. Message headers for global messages appear but not the underlying message. Per-component messages do not appear at all. Styling is significantly different too.
> Therefore, I propose fixing "messages" components for PDAs in trinidad.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (ADFFACES-213) fix "messages" component on PDAs

Posted by "Adam Winer (JIRA)" <ad...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/ADFFACES-213?page=comments#action_12443126 ] 
            
Adam Winer commented on ADFFACES-213:
-------------------------------------

As Renderers are shared objects, you cannot use instance variables to store "globalOnly", which is per-component.  Please fix.

> fix "messages" component on PDAs
> --------------------------------
>
>                 Key: ADFFACES-213
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-213
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>         Environment: PDA
>            Reporter: Piyush Hari
>            Priority: Minor
>         Attachments: patch_oct3_12_23PM_messages_pda.patch
>
>
> The 'messages' component is used at the top of an application page to give the user important messaging information. It will automatically show any messages added to the FacesContext.
> This component is currently not supported on PDAs but works fine for desktop applications. Message headers for global messages appear but not the underlying message. Per-component messages do not appear at all. Styling is significantly different too.
> Therefore, I propose fixing "messages" components for PDAs in trinidad.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (ADFFACES-213) fix "messages" component on PDAs

Posted by "Piyush Hari (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-213?page=all ]

Piyush Hari updated ADFFACES-213:
---------------------------------

    Status: Patch Available  (was: Open)

> fix "messages" component on PDAs
> --------------------------------
>
>                 Key: ADFFACES-213
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-213
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>         Environment: PDA
>            Reporter: Piyush Hari
>            Priority: Minor
>         Attachments: patch_oct3_12_23PM_messages_pda.patch
>
>
> The 'messages' component is used at the top of an application page to give the user important messaging information. It will automatically show any messages added to the FacesContext.
> This component is currently not supported on PDAs but works fine for desktop applications. Message headers for global messages appear but not the underlying message. Per-component messages do not appear at all. Styling is significantly different too.
> Therefore, I propose fixing "messages" components for PDAs in trinidad.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (ADFFACES-213) fix "messages" component on PDAs

Posted by "Adam Winer (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-213?page=all ]

Adam Winer updated ADFFACES-213:
--------------------------------

    Status: Open  (was: Patch Available)

> fix "messages" component on PDAs
> --------------------------------
>
>                 Key: ADFFACES-213
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-213
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>         Environment: PDA
>            Reporter: Piyush Hari
>            Priority: Minor
>         Attachments: patch_oct3_12_23PM_messages_pda.patch
>
>
> The 'messages' component is used at the top of an application page to give the user important messaging information. It will automatically show any messages added to the FacesContext.
> This component is currently not supported on PDAs but works fine for desktop applications. Message headers for global messages appear but not the underlying message. Per-component messages do not appear at all. Styling is significantly different too.
> Therefore, I propose fixing "messages" components for PDAs in trinidad.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (ADFFACES-213) fix "messages" component on PDAs

Posted by "Piyush Hari (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-213?page=all ]

Piyush Hari updated ADFFACES-213:
---------------------------------

    Attachment: patch_oct3_12_23PM_messages_pda.patch

I am attaching a patch that resolves this issue (patch_oct3_12_23PM_messages_pda.patch). Messages on a PDA are rendered in a similar fashion as in a desktop renderer in this patch. Whether or not all messages display depend on the value of globalOnly attribute set by the application developor. Background Styling has been included as well. 

> fix "messages" component on PDAs
> --------------------------------
>
>                 Key: ADFFACES-213
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-213
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>         Environment: PDA
>            Reporter: Piyush Hari
>            Priority: Minor
>         Attachments: patch_oct3_12_23PM_messages_pda.patch
>
>
> The 'messages' component is used at the top of an application page to give the user important messaging information. It will automatically show any messages added to the FacesContext.
> This component is currently not supported on PDAs but works fine for desktop applications. Message headers for global messages appear but not the underlying message. Per-component messages do not appear at all. Styling is significantly different too.
> Therefore, I propose fixing "messages" components for PDAs in trinidad.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (ADFFACES-213) fix "messages" component on PDAs

Posted by "Piyush Hari (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-213?page=all ]

Piyush Hari updated ADFFACES-213:
---------------------------------

    Status: Patch Available  (was: Open)

> fix "messages" component on PDAs
> --------------------------------
>
>                 Key: ADFFACES-213
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-213
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>         Environment: PDA
>            Reporter: Piyush Hari
>            Priority: Minor
>         Attachments: patch_nov09_03_42PM_messages_pda.patch, patch_oct3_12_23PM_messages_pda.patch
>
>
> The 'messages' component is used at the top of an application page to give the user important messaging information. It will automatically show any messages added to the FacesContext.
> This component is currently not supported on PDAs but works fine for desktop applications. Message headers for global messages appear but not the underlying message. Per-component messages do not appear at all. Styling is significantly different too.
> Therefore, I propose fixing "messages" components for PDAs in trinidad.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (ADFFACES-213) fix "messages" component on PDAs

Posted by "Piyush Hari (JIRA)" <ad...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/ADFFACES-213?page=comments#action_12443145 ] 
            
Piyush Hari commented on ADFFACES-213:
--------------------------------------

The same is being done in MessageBoxRenderer.java for desktop (under ui->laf->base->desktop). In that case, this should be removed as well. right ?

> fix "messages" component on PDAs
> --------------------------------
>
>                 Key: ADFFACES-213
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-213
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>         Environment: PDA
>            Reporter: Piyush Hari
>            Priority: Minor
>         Attachments: patch_oct3_12_23PM_messages_pda.patch
>
>
> The 'messages' component is used at the top of an application page to give the user important messaging information. It will automatically show any messages added to the FacesContext.
> This component is currently not supported on PDAs but works fine for desktop applications. Message headers for global messages appear but not the underlying message. Per-component messages do not appear at all. Styling is significantly different too.
> Therefore, I propose fixing "messages" components for PDAs in trinidad.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (ADFFACES-213) fix "messages" component on PDAs

Posted by "Adam Winer (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-213?page=all ]

Adam Winer updated ADFFACES-213:
--------------------------------

        Status: Resolved  (was: Patch Available)
    Resolution: Fixed
      Assignee: Adam Winer

Checked in patch.

> fix "messages" component on PDAs
> --------------------------------
>
>                 Key: ADFFACES-213
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-213
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>         Environment: PDA
>            Reporter: Piyush Hari
>         Assigned To: Adam Winer
>            Priority: Minor
>         Attachments: patch_nov09_03_42PM_messages_pda.patch, patch_oct3_12_23PM_messages_pda.patch
>
>
> The 'messages' component is used at the top of an application page to give the user important messaging information. It will automatically show any messages added to the FacesContext.
> This component is currently not supported on PDAs but works fine for desktop applications. Message headers for global messages appear but not the underlying message. Per-component messages do not appear at all. Styling is significantly different too.
> Therefore, I propose fixing "messages" components for PDAs in trinidad.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira