|
Thanks in advance for any help on this one,
I think it’s a bit tricky. So, I have a HtmlPanelTabPane
that I need to render the children of dynamically, and I’ve gotten the
binding down pat thanks in large part to help from Martin M. So now I’m
working inside of a java object instead of a jsp… I’ve created the HtmlPanelTab
children just fine, and now I am hoping that I can import a jsp
so I don’t have to keep rendering child components with java code instead
of using the taglib like I want to. Now, since I know any import has to be done within an <f:subview>, I went and figured
out that a subview is a UINamingContainer,
so I made one of them… Now what? It doesn’t seem like importing a page is
built into any part of faces for reasons I can’t really figure out, so I’m
stuck as to what I need to do next. Do I have to get the external servlet context, find the jsp
writer, and figure out how to use import tag objects? Or, as I’m hoping, I’m not the first person to
run into this challenge and someone can tell me that it’s easily
solvable, or, even better, someone can call me a dummy and show me that
importing a page programmatically in faces and I just missed the boat. Jeremy Sager Data Communications Product Manager 410.356.6805 x120 |
- Importing a JSP inside the setter method of a bound comp... Jeremy Sager
- Re: Importing a JSP inside the setter method of a b... Simon Kitching
- RE: Importing a JSP inside the setter method of... Jeremy Sager
- Re: Importing a JSP inside the setter metho... Simon Kitching
- Re: Importing a JSP inside the setter method of a b... Mike Kienenberger
- Re: Importing a JSP inside the setter method of a b... Gary VanMatre

