Fantastic. NULL tells JSF just to stay in the same page, so it should work as you have tested. But the problem still remains when navigating to another page, doesn't it?
Thanks Werner. 2005/6/28, Werner Punz <[EMAIL PROTECTED]>: > Enrique Medina wrote: > > Hi Werner, > > > > Do you mean that returning NULL from the action method would be sufficient? > > > > And another comment, does it work if you set preserveDataModel to false? > > > Just tried it out, at least on my system preserveDataModel to false and > returning a null from the action does not make any difference, the > system preserves the positional state as long as you dont run into > any mapped action value (null seems to be covered in this case > by the subsystem as navigational value) > > So things look pretty good. > >

