Hi,

I'm using MyFaces 1.1.6.  My WebLogic 9.2.2 compiler is complaining about
this code ...

                        <h:panelGrid id="featurePanel" columns="2">
                                <f:facet name="header">
                                        <h:outputText value="Add Feature"/>
                                </f:facet>
                                <h:outputLabel for="addlDesc">
                                        <h:outputText id="addlDescLabel"
value="Additional Description:"/>
                                </h:outputLabel>
                                <h:inputText size="50" maxlength="50"
id="addlDesc" value="#{BLSBean.addlDesc}"></h:inputText>

                                <h:outputLabel for="UPDCSGCodes">
                                        <h:outputText id="UPDCSGCodesLabel"
value="UPD CSG Codes:"/>
                                </h:outputLabel>
                                <h:inputText size="50" maxlength="50"
id="UPDCSGCodes" value="#{BLSBean.UPDCSGCodes}"></h:inputText>

                                <h:outputLabel for="UPDDDPCodes">
                                        <h:outputText id="UPDDDPCodesLabel"
value="UPD DDP Codes:"/>
                                </h:outputLabel>
                                <h:inputText size="50" maxlength="50"
id="UPDDDPCodes" value="#{BLSBean.UPDDDPCodes}"></h:inputText>
                        </h:penalGrid>


telling me

BLS.jsp:138:5: No end tag found.
                        <h:panelGrid id="featurePanel" columns="2">
                         ^---------^
BLS.jsp:138:5: No end tag found.
                        <h:panelGrid id="featurePanel" columns="2">
                         ^---------^
BLS.jsp:156:6: No start tag found.
                        </h:penalGrid>
                          ^---------^
BLS.jsp:156:6: No start tag found.
                        </h:penalGrid>
                          ^---------^


I guess I'm not following the panelGrid example correctly.  What's wrong
with the above?

Thanks, - Dave
-- 
View this message in context: 
http://www.nabble.com/Why-am-I-getting-copmliation-errors-about-tag-not-being-closed--tp19858822p19858822.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to