More than a view in a jsp

Hi!

I have one question: can I put more than one view (<f:view>) in a jsp? I mean:

greeting.jsp

<f:view>

<h:form ...>

</h:form>

</f:view>

<f:view>

<h:form...>

....

</h:form>

</f:view>

That doesn't show the page properly but it isn't any error!

This would throw an error, because there are two views with the same viewId... am I wrong?

thanks

[489 byte] By [sweeea] at [2007-11-27 1:25:49]
# 1
You can have only one f:view in JSF and this have to be the main view.You can nest as much f:subview components in the f:view as you want anyway.
BalusCa at 2007-7-12 0:19:19 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...