Wednesday, 28 August 2013

JSF one value to another

JSF one value to another

On my page I have a line that displays this line from my database table
called timelogging.
<h:outputText value="#{timeLoggingController.selected.id}"
title="#bundle.ViewTimeLoggingTitle_id}"/>
Then i have underneath it some input fields etc, then i require my
timelogging id to be submitted with the form. How would i assign the value
i get from
timeLoggingController.selected.id
to my
timeLoggingDetailController.selected.logId ?

No comments:

Post a Comment