1
@String idBase="[sys]/prmode/add";
@String htmlName="addDept";
@Strig title="add";
@extends japidviews.web.bk._main.html(title,htmlName,idBase)

Japid 编译错误 japidviews/web/bk/prmode/addDept.java(68):字段 _main.title 不可见

public cn.bran.japid.template.RenderResult render() {

67      long __t = -1;

68      try {super.layout(title,htmlName,idBase);} catch (RuntimeException e) {    super.handleException(e);} 

69      return new cn.bran.japid.template.RenderResultPartial(getHeaders(), getOut(), __t, actionRunners, sourceTemplate);

70  }
4

1 回答 1

1

你写Strig title而不是String title.

于 2013-11-12T10:20:18.707 回答