Hi All,
I am not able to retrive form object in FormAction.
I have tried following two ways, but not succedded. Credentials is my form object class.
1. Credentials credentials = (Credentials)getFormObject(requestContext);
2. Credentials credentials = (Credentials) requestContext.getExternalContext().getSessionMap( ).get(objectKey);
Your kind guidence will be appriciated
regards,
Bakul.


Reply With Quote