changePrice( getpriceTotals()); I have this method in the changprice.java(pagecode),getpriceTotals() get the totlas price bean which is a managed bean from session scpoe, this bean also bind to text40 (a HtmlOutputText)in changeprice.jsp. my question is , when I change the value of text40, how can I get the right value through getpriceTotals(), because I always get the old value. Thanks