[jboss-user] [JBoss Seam] - Re: Problems with links in pageflow pages based on templates

gazadonf do-not-reply at jboss.com
Wed Nov 28 12:29:05 EST 2007


Hy.

In your template, try to remove the view tag.

There's obviously a problem with redirect tag in the page flow and view tag in the templates.

This solution work's for my problem.
see here http://www.jboss.com/index.html?module=bb&op=viewtopic&t=124715

If it doesn't work, i think you have to add some code like this in your page.xml:
<page view-id="*">
  | 	<navigation from-action="#{myAction}">
  |       <end-conversation/>
  | 	 <redirect view-id="myPath/home.xhtml"></redirect>
  | 	</navigation>
  |    </page>



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4108619#4108619

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4108619



More information about the jboss-user mailing list