我的问题是连跳转都没办法跳转了,在页面上写了<h:form>
   <h:commandButton action="paramjsf" 
   actionListener="#{jsfbean.paramjsf}"
   value="test"></h:commandButton>
   </h:form>查看源代码发现<h:form>里的action是指向了本身页面的url,为什么会这样的
该如何实现页面的跳转呢??
在faces-config.xml中配置了跳转的规则,可是就是没效果。