xhtml « Seam « JSF Q&A





1. New values are not binding with form backing object when posting in seam    stackoverflow.com

I have multiple forms that are populated by ThingPageBean. Each of these forms are submitted with a <h:commandButton> where the action is set to call #{thingPageBean.doAmazingThing(oneStuff)}. All fields are static except ...