This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: a4j:actionparam is always null in method ??????????????nohacks Mar 6, 2008 12:43 AM (in response to nohacks)I found the problem...this works for me... 
 FacesContext context = FacesContext.getCurrentInstance();
 String resultMEMBER_ID_str4 = context.getExternalContext().getRequestParameterMap().get("memberId_str").toString();
 Enjoy
 Phil
- 
        2. Re: a4j:actionparam is always null in method ??????????????sergeysmirnov Mar 6, 2008 2:23 AM (in response to nohacks)the actionparam is the same as any other field of the form. If validation on the form is OK, the model value is set. Otherwise, it is not. 
