Re: Stumped on form field

2009-04-06 Thread Greg Lindholm
t; { > if(this.getRuleIPersonTypes() == null || > this.getRuleIPersonTypes().size() == 0) > { > addActionError(getText("sc_no_type_selected")); > } > if(this.getRuleName() == null || this.getRuleName

Stumped on form field

2009-04-03 Thread Security Management
I cannot figure this out, days is never set, and the debug logging does not show up for setting days, but it does for name. Anyone have any idea? JSP page: <%@ taglib prefix="s" uri="/struts-tags" %>