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
AppFuse
AppFuse_it
AppFuse_jp
AppFuse_zh
DevelopmentEnvironme...
DevelopmentEnvironme...
DevelopmentEnvironme...
DevelopmentEnvironme...
Downloads
LeftMenu
...and 14 more




JSPWiki v2.2.33

[RSS]


Hide Menu

StrutsResume


Difference between version 20 and version 19:

At line 1 changed 1 line.
[Architecture Discussion|StrutsResumeArchitecture]
__Take part in a Struts Resume [Architecture Discussion|StrutsResumeArchitecture].
At line 3 added 14 lines.
!!__2003.09.15__ - Small bug discovered in 0.8
The global.js javascript file is missing the following method. I'll re-release 0.8 to fix this bug. Without this method, when a user changes their password, it's not encrypted, and they can't login again.
{{{
function createFormElement(element, type, name, id, value, parent) {
var e = document.createElement(element);
e.setAttribute("name", name);
e.setAttribute("type", type);
e.setAttribute("id", id);
e.setAttribute("value", value);
parent.appendChild(e);
}}}}

Back to StrutsResume, or to the Page History.