Cosma Colanicchia schrieb:
> I don't know Tiles very well (I'm using ADF Faces+Facelets).
>
> Anyway, it sounds like you aren't talking about "real" frames using
> tiles (the whole page is always refreshed). I'm looking for a way to
> use HTML framesets.
>
> I've just noticed that the <af:form> has a "targetFrame" attribute,
> maybe it is exactly what I was looking for..
>
> Thanks Fintan
> Cosma
>
>
No real standard way in jsf itself, and to my knowledge nothin im
Tomahawk the adf control might be your best choice.
But I would advice you not to use frames, you open a can of worms there,
there is a reason why frames nowadays are considered to be an anti
pattern in html design and most framish things nowadays are achieved by
templating mechanisms and div scrollers.