Raible's Wiki

Raible Designs
Wiki Home
News
Recent Changes

AppFuse

Homepage
  - Korean
  - Chinese
  - Italian
  - Japanese

QuickStart Guide
  - Chinese
  - French
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish
  - Japanese

User Guide
  - Korean
  - Chinese

Tutorials
  - Chinese
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish

FAQ
  - Korean

Latest Downloads

Other Applications

Struts Resume
Security Example
Struts Menu

Set your name in
UserPreferences


Referenced by
Articles
Articles_pt
CreateActions_zh
CreateManager
CreateManager_es
SpringControllers_ko
ValidationAndList




JSPWiki v2.2.33

[RSS]


Hide Menu

CreateActions


Difference between version 18 and version 17:

At line 80 changed 9 lines.
//~ Constructors ===========================================================
public PersonActionTest(String name) {
super(name);
}
//~ Methods ================================================================
public void testExecute() throws Exception {
public void testExecute() {
// test execute method
At line 90 changed 1 line.
addRequestParameter("id", "1");
addRequestParameter("id", "1");
At line 92 removed 1 line.
At line 95 removed 4 lines.
public static void main(String[] args) {
junit.textui.TestRunner.run(PersonActionTest.class);
}
At line 131 changed 1 line.
//~ Instance fields ========================================================
private static Log log = LogFactory.getLog(PersonAction.class);
At line 133 removed 4 lines.
private Log log = LogFactory.getLog(PersonAction.class);
//~ Methods ================================================================

Back to CreateActions, or to the Page History.