[gatein-issues] [JBoss JIRA] (GTNPORTAL-3266) Redirect Admin UI: Redirect still created if name is invalid (if input does not loses focus)

Alexandre Mendonça (JIRA) jira-events at lists.jboss.org
Thu Oct 3 03:23:02 EDT 2013


    [ https://issues.jboss.org/browse/GTNPORTAL-3266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12809104#comment-12809104 ] 

Alexandre Mendonça commented on GTNPORTAL-3266:
-----------------------------------------------

This happens on Tomcat due to having javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL set to true, thus causing it not to submit the empty value ("") for validation, as it is null. This is not directly related to this issue/patch and a separate issue will be created to handle it.

It works properly and this patch fixes the issue for both JBoss AS and Tomcat for situations like name collision.
                
> Redirect Admin UI: Redirect still created if name is invalid (if input does not loses focus)
> --------------------------------------------------------------------------------------------
>
>                 Key: GTNPORTAL-3266
>                 URL: https://issues.jboss.org/browse/GTNPORTAL-3266
>             Project: GateIn Portal
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 3.6.1.Final
>            Reporter: Alexandre Mendonça
>            Assignee: Alexandre Mendonça
>
> When redirect is created, if the name is empty/invalid, if the input does not loses focus the "Save Changes" button is still enabled and clicking it saves it with previous valid name.
> When redirect name input element does not remain focused, it works fine.

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



More information about the gatein-issues mailing list