BTW, here's the relevant portions of my managed beans since I'm sure
someone will ask me to check my spelling, etc :-)

public class ReportingBean extends ActionController {
....
  private String qType;
...
  public String getQType() {
      return qType;
  }

  public void setQType(String qType) {
      this.qType = qType;
  }

}

public class UserSettingsBean extends ActionController  {
....
  private String qType;
...
  public String getQType() {
      return qType;
  }

  public void setQType(String qType) {
      this.qType = qType;
  }

}

Thanks,
Greg

Reply via email to