^1407735087399
@
sname
MathAdd
slabel
MathAdd
sdescriptors
xworker.example.tutorial.webcontrol.WebControl
sth_createIndex
false
sth_registMyChilds
false
sth_mark
false
@/@MainView
sname
MainView
sbelongToHtml
true
sstyle
default
shasHead
false
shasBottom
false
SotherHeads
#$@text#$@
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<LINK REL ="stylesheet" TYPE="text/css" HREF="fckeditor/editor/css/fck_editorarea.css" TITLE="Style"/>
<script type="text/javascript" src="js/xworker/InnerBrowserUtil.js"></script>
#$@text#$@
sdescriptors
xworker.example.tutorial.webcontrol.WebControl/@View
sth_createIndex
false
sth_registMyChilds
false
sth_mark
false
@/@MainView/@htmlCode
sname
htmlCode
ShtmlCode
#$@text#$@
<form action="do" name="form"><input name="sc" type="hidden" value="xworker.example.tutorial.webcontrol.MathAdd" />
<p><input name="x" type="text" value="${x?if_exists}" />+<input name="y" type="text" value="${y?if_exists}" />=${result?if_exists}</p>

<p><input name="计算" type="submit" value="提交查询内容" /></p>
</form>

<p>&nbsp;</p>
#$@text#$@
sdescriptors
xworker.html.base.container.childs/@htmlCode
sth_createIndex
false
sth_registMyChilds
false
sth_mark
false
@/@ExceptionView
sname
ExceptionView
sbelongToHtml
true
sstyle
default
shasHead
false
shasBottom
false
SotherHeads
#$@text#$@
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<LINK REL ="stylesheet" TYPE="text/css" HREF="fckeditor/editor/css/fck_editorarea.css" TITLE="Style"/>
<script type="text/javascript" src="js/xworker/InnerBrowserUtil.js"></script>
#$@text#$@
sdescriptors
xworker.example.tutorial.webcontrol.WebControl/@View
sth_createIndex
false
sth_registMyChilds
false
sth_mark
false
@/@ExceptionView/@htmlCode
sname
htmlCode
ShtmlCode
#$@text#$@
<p>计算错误：${exception?if_exists}</p>

<form action="do" name="form"><input name="sc" type="hidden" value="xworker.example.tutorial.webcontrol.MathAdd" />
<p><input name="x" type="text" value="${x?if_exists}" />+<input name="y" type="text" value="${y?if_exists}" />=${result?if_exists}</p>

<p><input name="计算" type="submit" value="提交查询内容" /></p>
</form>

<p>&nbsp;</p>
#$@text#$@
sdescriptors
xworker.html.base.container.childs/@htmlCode
sth_createIndex
false
sth_registMyChilds
false
sth_mark
false
@/@success
sname
success
svalue
xworker.example.tutorial.webcontrol.MathAdd/@MainView
sdescriptors
xworker.example.tutorial.webcontrol.WebControl/@Result
sth_createIndex
false
sth_registMyChilds
false
sth_mark
false
@/@exception
sname
exception
svalue
xworker.example.tutorial.webcontrol.MathAdd/@ExceptionView
sdescriptors
xworker.example.tutorial.webcontrol.WebControl/@Result
sth_createIndex
false
sth_registMyChilds
false
sth_mark
false
@/@actions
sname
actions
sdescriptors
xworker.lang.MetaThing/@actions
sth_createIndex
false
sth_registMyChilds
false
sth_mark
false
@/@actions/@doAction
sname
doAction
sisSynchronized
false
sthrowException
true
suseOtherAction
false
svarScope
Local
sdisableGlobalContext
false
Scode
#$@text#$@
try{
    x = Integer.parseInt(request.getParameter("x"));
    y = Integer.parseInt(request.getParameter("y"));
    result = x + y;
    return "success";
}catch(Exception e){
    exception = e.getMessage();
    return "exception";
}
#$@text#$@
sinitBreakPoint
false
ssuccessBreakPoint
false
sexceptionBreakPoint
false
seditBreakPoint
false
sinterpretationType
Action
screateLocalVarScope
false
ssaveReturn
false
sdescriptors
xworker.lang.actions.Actions/@GroovyAction
sth_createIndex
false
sth_registMyChilds
false
sth_mark
false
