Hi everyone.
Our team have to do something like this:
A calling detail page, where the user can navigate to other pages, like
assign responsible, and so on.
And we have to pass the callingId to the page Backing Bean - like, if the
user is in calling detail page,
there's a h:commandButton calling a method on the other page backing bean
(AssignResponsibleBackingBean), using a h:inputHidden with value="#{
callingDetailBackingBean.callingDetail.id<http://callingDetailBackingBean.callingDetail.id>}"
to pass this value to the other backingBean. I was wondering if there's
another way to do this, withou the hidden field?
Thanks in advance
Rafael Mauricio Nami
|