You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Vamsavardhana Reddy (JIRA)" <de...@geronimo.apache.org> on 2006/09/05 19:28:22 UTC

[jira] Created: (GERONIMO-2382) Webservers portlet - Form field validation using javascript

Webservers portlet - Form field validation using javascript
-----------------------------------------------------------

                 Key: GERONIMO-2382
                 URL: http://issues.apache.org/jira/browse/GERONIMO-2382
             Project: Geronimo
          Issue Type: Improvement
      Security Level: public (Regular issues)
          Components: console
    Affects Versions: 1.1.1
         Environment: WinXP, G 1.1.1-rc1
            Reporter: Vamsavardhana Reddy
             Fix For: 1.1.2, 1.1.x, 1.2


Form field validation in DB Manager portlet using javascript.

-- 
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: (GERONIMO-2382) Webservers portlet - Form field validation using javascript

Posted by "Gianny Damour (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2382?page=all ]

Gianny Damour updated GERONIMO-2382:
------------------------------------

    Attachment: GERONIMO-2382-v2.patch

m2 layout

> Webservers portlet - Form field validation using javascript
> -----------------------------------------------------------
>
>                 Key: GERONIMO-2382
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2382
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 1.1.1
>         Environment: WinXP, G 1.1.1-rc1
>            Reporter: Vamsavardhana Reddy
>             Fix For: 1.1.2, 1.1.x, 1.2
>
>         Attachments: GERONIMO-2382-v2.patch, GERONIMO-2382.patch
>
>
> Form field validation in DB Manager portlet using javascript.

-- 
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: (GERONIMO-2382) Webservers portlet - Form field validation using javascript

Posted by "Vamsavardhana Reddy (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2382?page=all ]

Vamsavardhana Reddy updated GERONIMO-2382:
------------------------------------------

    Attachment: GERONIMO-2382.patch

GERONIMO-2382.patch:  Validates name, host, port, minThreads, maxThreads, keystoreFile and keystorePassword fields.  Checks for empty strings and non numerical values where applicable.

> Webservers portlet - Form field validation using javascript
> -----------------------------------------------------------
>
>                 Key: GERONIMO-2382
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2382
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 1.1.1
>         Environment: WinXP, G 1.1.1-rc1
>            Reporter: Vamsavardhana Reddy
>             Fix For: 1.1.2, 1.1.x, 1.2
>
>         Attachments: GERONIMO-2382.patch
>
>
> Form field validation in DB Manager portlet using javascript.

-- 
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: (GERONIMO-2382) Webservers portlet - Form field validation using javascript

Posted by "Paul McMahan (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-2382?page=comments#action_12433477 ] 
            
Paul McMahan commented on GERONIMO-2382:
----------------------------------------

Comments on the patch:
The fields that are checked for being numeric should also be checked for being non-empty.  Otherwise the portlet throws an exception when trying to save if they are emptyl.
Using the internal form names instead of the display names seems ok in these portlet since the internal name is just the concatenated form of the display name :-)

> Webservers portlet - Form field validation using javascript
> -----------------------------------------------------------
>
>                 Key: GERONIMO-2382
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2382
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 1.1.1
>         Environment: WinXP, G 1.1.1-rc1
>            Reporter: Vamsavardhana Reddy
>             Fix For: 1.1.2, 1.1.x, 1.2
>
>         Attachments: GERONIMO-2382.patch
>
>
> Form field validation in DB Manager portlet using javascript.

-- 
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: (GERONIMO-2382) Webservers portlet - Form field validation using javascript

Posted by "Gianny Damour (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-2382?page=comments#action_12433550 ] 
            
Gianny Damour commented on GERONIMO-2382:
-----------------------------------------

test

> Webservers portlet - Form field validation using javascript
> -----------------------------------------------------------
>
>                 Key: GERONIMO-2382
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2382
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 1.1.1
>         Environment: WinXP, G 1.1.1-rc1
>            Reporter: Vamsavardhana Reddy
>             Fix For: 1.1.2, 1.1.x, 1.2
>
>         Attachments: GERONIMO-2382.patch
>
>
> Form field validation in DB Manager portlet using javascript.

-- 
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] Assigned: (GERONIMO-2382) Webservers portlet - Form field validation using javascript

Posted by "Gianny Damour (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2382?page=all ]

Gianny Damour reassigned GERONIMO-2382:
---------------------------------------

    Assignee: Gianny Damour

> Webservers portlet - Form field validation using javascript
> -----------------------------------------------------------
>
>                 Key: GERONIMO-2382
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2382
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 1.1.1
>         Environment: WinXP, G 1.1.1-rc1
>            Reporter: Vamsavardhana Reddy
>         Assigned To: Gianny Damour
>             Fix For: 1.2, 1.1.x, 1.1.2
>
>         Attachments: GERONIMO-2382-v2.patch, GERONIMO-2382.patch
>
>
> Form field validation in DB Manager portlet using javascript.

-- 
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: (GERONIMO-2382) Webservers portlet - Form field validation using javascript

Posted by "Paul McMahan (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-2382?page=comments#action_12433556 ] 
            
Paul McMahan commented on GERONIMO-2382:
----------------------------------------

OK thanks Vamsi -- now I see the link to GERONIMO-2378 which addresses the empty numeric fields.

> Webservers portlet - Form field validation using javascript
> -----------------------------------------------------------
>
>                 Key: GERONIMO-2382
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2382
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 1.1.1
>         Environment: WinXP, G 1.1.1-rc1
>            Reporter: Vamsavardhana Reddy
>             Fix For: 1.1.2, 1.1.x, 1.2
>
>         Attachments: GERONIMO-2382.patch
>
>
> Form field validation in DB Manager portlet using javascript.

-- 
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: (GERONIMO-2382) Webservers portlet - Form field validation using javascript

Posted by "Vamsavardhana Reddy (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-2382?page=comments#action_12433549 ] 
            
Vamsavardhana Reddy commented on GERONIMO-2382:
-----------------------------------------------

Please note that checking numeric fields for empty is addressed in the dependency JIRA GERONIMO-2378.

> Webservers portlet - Form field validation using javascript
> -----------------------------------------------------------
>
>                 Key: GERONIMO-2382
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2382
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 1.1.1
>         Environment: WinXP, G 1.1.1-rc1
>            Reporter: Vamsavardhana Reddy
>             Fix For: 1.1.2, 1.1.x, 1.2
>
>         Attachments: GERONIMO-2382.patch
>
>
> Form field validation in DB Manager portlet using javascript.

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