Help

Controls

PermLinkWikiLink

Built with Seam

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.

Forum: Seam Users Forum ListTopic List
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

1 Reply:
14. Jul 2008, 22:44 CET | Link

Make sure you are using manual flush mode.

 

Read about how to report a bug.