[jboss-user] [JBoss Seam] - Begin conversation on null return (not currently possible -

antispart do-not-reply at jboss.com
Wed Dec 6 10:11:35 EST 2006


Currently,

If I have a method:

@Begin
  | public String startConversation() {
  | 	return null;
  | }

When this method is called a conversation is not started. If I change the method to return non-null:

@Begin
  | public String startConversation() {
  | 	return "thispage";
  | }

Then it works.

This poses a problem for A4J where I want to return non-null so that only certain portions of the view are re-rendered.

It would be great if it were possible to start a new conversation in this way - Would be more ajax4java friendly.

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

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



More information about the jboss-user mailing list