^1640740821588
@
sname
UserChangePassword
slabel
UserChangePassword
sdescriptors
xworker.web.controls.SimpleControl
sth_createIndex
false
sth_mark
false
  @/@actions
  sname
  actions
  sdescriptors
  xworker.web.controls.SimpleControl/@actions
  sth_createIndex
  false
  sth_mark
  false
  sid
  actions
    @/@actions/@doAction1
    sname
    doAction
    sisSynchronized
    false
    sthrowException
    true
    suseOtherAction
    false
    svarScope
    Local
    sdisableGlobalContext
    false
    Scode
#$@text#$@
import xworker.manong.MaNongServer;
import org.xmeta.Thing;

//用户注册信息
def thing = new Thing();
thing.put("userName", requestBean.userName);
thing.put("password", requestBean.password);
thing.put("newPassword", requestBean.newPassword);
actionContext.peek().put("thing", thing);

//执行注册或更新
def ret = MaNongServer.changePassword(actionContext);

//返回值
response.setContentType("text/plain;charset=utf-8");
response.writer.println(ret.status);
#$@text#$@
    sinterpretationType
    Action
    screateLocalVarScope
    false
    ssaveReturn
    false
    sdebugLog
    false
    sdescriptors
    xworker.lang.actions.Actions/@GroovyAction
    sinheritDescription
    false
    sth_createIndex
    false
    sth_registMyChilds
    false
    sth_registDisabled
    false
    sth_fileMonitor
    false
    sth_mark
    false
    sid
    doAction1
      @/@actions/@doAction1/@contexts
      sname
      contexts
      sdescriptors
      xworker.lang.actions.Inout/@contexts
      sth_createIndex
      false
      sth_mark
      false
      sid
      contexts
        @/@actions/@doAction1/@contexts/@con
        sname
        con
        sconnectionName
        con
        stransaction
        true
        sdataSourcePath
        _local.xworker.db.XWorkerWebDataSource
        sdisable
        false
        sonError
        ignore
        spreventError
        false
        sinherit
        true
        sdescriptors
        xworker.lang.context.Contexts/@DataSouceActionContext
        sth_createIndex
        false
        sth_mark
        false
        sid
        con
    @/@actions/@doAction
    sname
    doAction
    sdescriptors
    xworker.protocol.thing.http.HttpServerActions/@ThingHttpServerDoService
    sth_createIndex
    false
    sth_mark
    false
    sid
    doAction
      @/@actions/@doAction/@actions
      sname
      actions
      sdescriptors
      xworker.protocol.thing.http.HttpServerActions/@ThingHttpServerDoService/@actions1
      sth_createIndex
      false
      sth_mark
      false
      sid
      actions
        @/@actions/@doAction/@actions/@registUser
        sname
        changePassword
        sisSynchronized
        false
        sthrowException
        true
        suseOtherAction
        false
        suseOuterJava
        true
        souterClassName
        xworker.manong.MaNongServer
        smethodName
        changePassword
        sdisableGlobalContext
        false
        sattributeTemplate
        false
        sinterpretationType
        Action
        svarScope
        Global
        screateLocalVarScope
        false
        ssaveReturn
        false
        sdescriptors
        xworker.lang.actions.Actions/@JavaAction
        sth_createIndex
        false
        sth_mark
        false
        sid
        registUser
          @/@actions/@doAction/@actions/@registUser/@contexts
          sname
          contexts
          sdescriptors
          xworker.lang.actions.Inout/@contexts
          sth_createIndex
          false
          sth_mark
          false
          sid
          contexts
            @/@actions/@doAction/@actions/@registUser/@contexts/@con
            sname
            con
            sconnectionName
            con
            stransaction
            true
            sdataSourcePath
            _local.xworker.db.XWorkerWebDataSource
            sdisable
            false
            sonError
            ignore
            spreventError
            false
            sinherit
            true
            sdescriptors
            xworker.lang.context.Contexts/@DataSouceActionContext
            sth_createIndex
            false
            sth_mark
            false
            sid
            con
