zoukankan      html  css  js  c++  java
  • struct 2: get stack value

    eg:

    Struts ValueStack Debug

    Value Stack Contents

    ObjectProperty NameProperty Value
    com.*******.******.action.Home appUrl abc
    texts dddddd

    Stack Context

    These items are available using the #key notation

    KeyValue
    com.opensymphony.xwork2.dispatcher.HttpServletRequest        org.apache.struts2.dispatcher.StrutsRequestWrapper@143dc25

    <s:property value="appUr">

    =>abc

    <s:property value="#request['com.opensymphony.xwork2.dispatcher.HttpServletRequest']" />

    =>org.apache.struts2.dispatcher.StrutsRequestWrapper@143dc25

  • 相关阅读:
    poj1087最大流拆点
    3月15上午的函数练习
    3月15
    3月13上午
    3月13
    3月12
    break语句
    3月11
    3月10号
    3月9号
  • 原文地址:https://www.cnblogs.com/tiechui/p/1883937.html
Copyright © 2011-2022 走看看