
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Tested on a struts2 modular project generated with AppFuse M5, deployed on Tomcat 6 + MySQL5 on a Windows 2003 server.
|
|
|
On the Add User Form, the delete button appears after an unsuccessful Save. Subsequent Delete result in exception (which is correct). the re-display of the Delete button is not correct.
My workflow is
1- Add user
2- Enter a Username
3- Click Save
4- Click Delete (because this button appears although nothing has been saved in
the DB)
5- Get Error page:
Yikes!
javax.servlet.ServletException: javax.servlet.ServletException:
java.lang.NullPointerException
at
net.sf.ehcache.constructs.web.filter.Filter.logThrowable(Filter.java:152)
at net.sf.ehcache.constructs.web.filter.Filter.doFilter(Filter.java:97)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
-------
|
|
Description
|
On the Add User Form, the delete button appears after an unsuccessful Save. Subsequent Delete result in exception (which is correct). the re-display of the Delete button is not correct.
My workflow is
1- Add user
2- Enter a Username
3- Click Save
4- Click Delete (because this button appears although nothing has been saved in
the DB)
5- Get Error page:
Yikes!
javax.servlet.ServletException: javax.servlet.ServletException:
java.lang.NullPointerException
at
net.sf.ehcache.constructs.web.filter.Filter.logThrowable(Filter.java:152)
at net.sf.ehcache.constructs.web.filter.Filter.doFilter(Filter.java:97)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
------- |
Show » |
Sort Order:
made changes - 20/Sep/07 07:16 AM
| Field |
Original Value |
New Value |
|
Status
|
Open
[ 1
]
|
Resolved
[ 5
]
|
|
Fix Version/s
|
|
2.0 Final
[ 10113
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
|
Thanks.