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/06 00:25:24 UTC

[jira] Created: (ADFFACES-221) show Error Message Icon on PDAs when an error occurs

show Error Message Icon on PDAs when an error occurs
----------------------------------------------------

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


When a validation error occurs on an input field, for ex : 'value not entered' when 'required' attribute is set to 'true' on an inputText, messages are rendered alongwith a Icon that is specific to the type of message (For ex : one icon for ERROR, one icon for INFORMATION). This appears fine on a Desktop. On a PDA, the error icon is missing, however, the message text does get rendered as in a desktop.
 
Therefore, I propose displaying an Error Message Icon on a PDA. 

-- 
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-221) show Error Message Icon on PDAs when an error occurs

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

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

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

> show Error Message Icon on PDAs when an error occurs
> ----------------------------------------------------
>
>                 Key: ADFFACES-221
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-221
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>    Affects Versions: 1.0.0-incubating-core
>         Environment: PDA
>            Reporter: Piyush Hari
>            Priority: Minor
>             Fix For: 1.0.0-incubating-core
>
>         Attachments: patch_oct05_05_30PM_errorIcon_messages_pda.patch
>
>
> When a validation error occurs on an input field, for ex : 'value not entered' when 'required' attribute is set to 'true' on an inputText, messages are rendered alongwith a Icon that is specific to the type of message (For ex : one icon for ERROR, one icon for INFORMATION). This appears fine on a Desktop. On a PDA, the error icon is missing, however, the message text does get rendered as in a desktop.
>  
> Therefore, I propose displaying an Error Message Icon on a PDA. 

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


[jira] Updated: (ADFFACES-221) show Error Message Icon on PDAs when an error occurs

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

Piyush Hari updated ADFFACES-221:
---------------------------------

    Attachment: patch_oct05_05_30PM_errorIcon_messages_pda.patch

I am providing a patch that solves this issue (trunk-oct05_06_errorIcon_messages\patches\patch_oct05_05_30PM_errorIcon_messages_pda.patch)
Error Messages display the Icon on PDAs (Pocket IE, IE mobile and BlackBerry). Error Icon property was being anulled in PdaHTMLSkin.java. I commented out that code.

> show Error Message Icon on PDAs when an error occurs
> ----------------------------------------------------
>
>                 Key: ADFFACES-221
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-221
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>         Environment: PDA
>            Reporter: Piyush Hari
>            Priority: Minor
>         Attachments: patch_oct05_05_30PM_errorIcon_messages_pda.patch
>
>
> When a validation error occurs on an input field, for ex : 'value not entered' when 'required' attribute is set to 'true' on an inputText, messages are rendered alongwith a Icon that is specific to the type of message (For ex : one icon for ERROR, one icon for INFORMATION). This appears fine on a Desktop. On a PDA, the error icon is missing, however, the message text does get rendered as in a desktop.
>  
> Therefore, I propose displaying an Error Message Icon on a PDA. 

-- 
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-221) show Error Message Icon on PDAs when an error occurs

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

Adam Winer updated ADFFACES-221:
--------------------------------

        Status: Resolved  (was: Patch Available)
    Resolution: Fixed

The patch included a lot of whitespace changes;  please avoid this when providing patches, as it makes it difficult to figure out what changed.

> show Error Message Icon on PDAs when an error occurs
> ----------------------------------------------------
>
>                 Key: ADFFACES-221
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-221
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>         Environment: PDA
>            Reporter: Piyush Hari
>            Priority: Minor
>         Attachments: patch_oct05_05_30PM_errorIcon_messages_pda.patch
>
>
> When a validation error occurs on an input field, for ex : 'value not entered' when 'required' attribute is set to 'true' on an inputText, messages are rendered alongwith a Icon that is specific to the type of message (For ex : one icon for ERROR, one icon for INFORMATION). This appears fine on a Desktop. On a PDA, the error icon is missing, however, the message text does get rendered as in a desktop.
>  
> Therefore, I propose displaying an Error Message Icon on a PDA. 

-- 
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-221) show Error Message Icon on PDAs when an error occurs

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

Piyush Hari updated ADFFACES-221:
---------------------------------

    Status: Patch Available  (was: Open)

> show Error Message Icon on PDAs when an error occurs
> ----------------------------------------------------
>
>                 Key: ADFFACES-221
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-221
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>         Environment: PDA
>            Reporter: Piyush Hari
>            Priority: Minor
>         Attachments: patch_oct05_05_30PM_errorIcon_messages_pda.patch
>
>
> When a validation error occurs on an input field, for ex : 'value not entered' when 'required' attribute is set to 'true' on an inputText, messages are rendered alongwith a Icon that is specific to the type of message (For ex : one icon for ERROR, one icon for INFORMATION). This appears fine on a Desktop. On a PDA, the error icon is missing, however, the message text does get rendered as in a desktop.
>  
> Therefore, I propose displaying an Error Message Icon on a PDA. 

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