
Originally Posted by
tatvamasi
I am able to bind bean variables to my html problem comes when they are being submitted. Some bean variables are initialized with 0 and they are disabled as they are binded. Now if user makes any change to fields that are enabled I calculate total and display in these disabled fields. Now when form is being submitted only enabled fields' values are being reflacted but no change for disabled fields. Any idea how to get around this? Any help will be highly appreciated.