The best way to pass a value when navigating from one page to other ( right now ) is
<f:setPropertyActionListener value="#{someValue}" target="#{yourBean.yourValue } "/>
where yourBean will be the bean that is used in the page that you are navigating to.
you should use JSF 1.2 by the way.