Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Then in test-success.jsp:

Code Block
xml
xml
<%@ taglib prefix="ww" uri="webwork" %>

<html>
<head>
    <title>Hello</title>
</head>
<body>

Hello, <ww:property value="name"/>

</body>
</html>

...