In earlier projects I often used an s:button or s:link from Seam 2 when caceling something, because it wouldn’t submit the form and thus no model updates occured.
Now I switched to WELD + Seam 3 and couldn’t find it there anymore – am I just blind or do I have to use something else?
Geziefer
I found a way to handle it by using the commandButton from RichFaces 4 and setting bypassUpdates to true:
For me this solution is ok, since I’m allready using RichFaces 4 – but I’m still interested, how to solve this with standard JSF 2.0?