ec879b6 Ticket 47468 - Change security password validation error is out of order

Authored and Committed by nkinder 10 years ago
    Ticket 47468 - Change security password validation error is out of order
    
    When changing the NSS security database password from Console, the
    input validation errors that are returned by Admin Server are out of
    order from teh UI elements in the Console.  The way we were calling
    the function to fetch parameters were causing the calling order to
    process the input fields from the bottom up as viewed in the UI.  This
    makes the error message that is returned to the user look a bit odd.
    
    This patch simply forces the parameters to be fetched in the same
    order as they are displayed in the UI in Console.
    
        
file modified
+19 -5