Re: [appfuse-user] Appfuse2-m5 Struts2 Radio
) that > extends > GenericManager, and implement it in your PersonManagerImpl. Then change > you > "GenericManager personManager" to "PersonManager personManager". > > []´s > > On 6/4/07, ganine <[EMAIL PROTECTED]> wrote: >> >> >> I&
[appfuse-user] Appfuse2-m5 Struts2 Radio
I'm trying insert a field gender in my personForm, but I got a error after insert the field and the methods.. personForm.jsp PersonAction private Map genderMap; public Map getGenderMap(){ return genderMap; } public String edit() { genderMap = person