Hello,

    I have a few HtmlInputText variables in my backing bean
with its setter and getter methods. This is used for displ-
aying some calculated values in the form. This are populat-
ed with a backing bean function.

<h:inputText id="pages" value="#{titlePlanForm.titlePlan.pages}">
  <a4j:support event="onkeyup" action="#{titlePlanForm.showTotals}" 
  reRender="inputTotal1,inputTotal2"/>
</h:inputText>

   Now, when I show the titlePlanForm for editing  I want to
display the values in inputTota11 and inputTota12 with the 
values from model bean. Where to write the code for this?

   Thank you.

Sudheer
-- 
View this message in context: 
http://www.nabble.com/populating-arrived-form-fields-tp14288332s2369p14288332.html
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to