You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.
| Online: | 15 Members of 4063 |
| Forum: Seam Users |
14. Jul 2008, 22:19 CET | Link |
I have an annotation on update method of my home that verify if the user has permission to do this action, but even if the hasPermission returns false the update query runs and my bean has your state saved.
I'm using SEAM 2.0.2 GA and Jboss 4.2
Make sure you are using manual flush mode.
Read about how to report a bug.