It's JBoss Richfaces (http://labs.jboss.com/jbossrichfaces/).
mraible wrote: > > I haven't used "rich" - what library is that from? > > Matt > > > On 6/12/07, snew2k5 <[EMAIL PROTECTED]> wrote: >> >> Thanks for your reply. Here is a little more detail. >> >> template.xhtml >> ... >> <rich:panel> >> ui:insert name="title">Default Title</ui:insert> >> <ui:insert name="body">Default Body</ui:insert> >> </rich:panel> >> ... >> >> In a normal web page >> ... >> <ui:define name="body"> >> <h:form> >> <rich:dataTable ...> >> ... >> </rich:dataTable> >> </h:form> >> </ui:define> >> ... >> >> Then the data table inside the form is not rendered. It seems that it's >> because of the <rich:panel>. When I removed <rich:panel> tags outside >> <ui:define> tags, the data table was shown. I still don't know the >> reason. >> >> >> mraible wrote: >> > >> > Can you describe in more detail what you mean by "not rendered". Is >> > there nothing between your <h:form> tags? You might try trimming >> > parts away until you get something to show up. >> > >> > Matt >> > >> > On 6/12/07, snew2k5 <[EMAIL PROTECTED]> wrote: >> >> >> >> Hi all, >> >> >> >> I'm a newbie to facelets and facing a strange problem now. All >> components >> >> inside <h:form> ... </h:form> tags are not redered while the others >> >> outside >> >> are. I checked the produced HTML code and saw <form> ... </form> tags >> >> inside. Please help. I'm using AppFuse 1.9.4 with sitemesh disabled. >> >> Thanks a lot. >> >> -- >> >> View this message in context: >> >> >> http://www.nabble.com/Components-inside-%3Ch%3Aform%3E-not-rendered-tf3906003s2369.html#a11074228 >> >> Sent from the AppFuse - User mailing list archive at Nabble.com. >> >> >> >> --------------------------------------------------------------------- >> >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> >> >> > >> > >> > -- >> > http://raibledesigns.com >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: [EMAIL PROTECTED] >> > For additional commands, e-mail: [EMAIL PROTECTED] >> > >> > >> > >> >> -- >> View this message in context: >> http://www.nabble.com/Components-inside-%3Ch%3Aform%3E-not-rendered-tf3906003s2369.html#a11092123 >> Sent from the AppFuse - User mailing list archive at Nabble.com. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > -- > http://raibledesigns.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Components-inside-%3Ch%3Aform%3E-not-rendered-tf3906003s2369.html#a11093377 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
