Git Product home page Git Product logo

struts2.3.xto2.5.23's Introduction

struts2.3.xTo2.5.23

some script for update struts2.3.x to 2.5.23

current find 3 situation will make project occur exception

  1. id to var;
    in struts2.3.x tag: <s:* id=""/> is valid, but in 2.5.23 need change it to <s:* var=""/>, struts won't find ognl of this tag with id;
    <s:*> contains [action,append,bean,date,generator,iterator,merge,number,set,sort,subset,text,url] like <s:action> <s:append> and so on)
  2. <s:text name="中文字符串"/> to 中文字符串   in struts2.3.x tag <s:text name="中文字符串"/> is valid, but not in 2.5.23;()
  3. find field like aAaaa in java
    some field in java, like private String sText; struts can't find this field get/set function;
    you need write by hump like scriptText, not sText, sText auto create set/get setSText/getSText, make struts can't find get/set function

struts2.3.xto2.5.23's People

Contributors

jauadoc avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.