---- Wolfgang <[EMAIL PROTECTED]> schrieb: > can I use the commandLink to link to a new xhtml file? > If so, how does this work?
All the "command" components cause a postback to the original view so it can handle any changes to input fields on the screen and decide where to take the user to next, depending upon the application state. If you just want to leap directly to a new page, ignoring any input data that may currently be on the screen, then try h:outputLink instead. Regards, Simon

