1 Reply Latest reply on Apr 1, 2010 3:23 AM by ilya_shaikovsky

    How to pass the parameter in a conditional fashion during page navigation.

    sumathra
      e.g. for <s:link view="a.xhtml">
      <f:param name="status" value=""/>
      </s:link>
      I would like to pass either "1" or "2" to the 'status' variable based on a certain bean value, is it possible to achieve that?
      i.e. if user.type="admin" status="1" and if user.type="guest" status="2"