Hello. Im new into JSF 2.0. On the last version i understand that if i want change rules about "what send to the client" i just need to configure the faces-config.xml.
Now, on version 2.0, how can manage the Action? For example, if i have this on a index.xhtml
<h:commandButton id="submit" value="submit" action="response" />
and i need to call a page called response.html (not xhtml) or that page placed into /folder/response.html, or somethings else? How can do it? I know JSF 2.0 is very flexible about these things (the concept of href links is beaten). So i think i can manage this with other methodologies, right?