I cannot get Ajax to allow navigation to another page when a
h:commandButton is clicked. I use the classic command given in texts
as shown below but Ajax will always display the current page. In the
example below, I want to transition to the page2.xhtml page when I
click but I only get the current page redisplayed. I tried giving ajax
attributes of execute="@form" and even render="@form" without success.
Is this a known bug.

<h:form prependId="false">
...
<h:commandButton id="button1" action="page2" >
   <f:ajax />
</h:commandButton>
</h:form>

Dave

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to