I saw that this issue was marked resolved 
http://issues.apache.org/jira/browse/TOMAHAWK-606?page=comments#action_12437022
TOMAHAWK-606 

BUT I am still getting it even after downloading the latest (12/6/2006)
nightly builds.  Even tried to change the tag to h: and still seems to
appear.  

Any thoughts!?!?

Here's the error message from Firefox:

Error: f.elements['header:f2:_idcl'] has no properties
Source File: http://localhost:8080/ngsimages/welcome.jsf
Line: 126

Here's the code:
        <h:form style="margin:0; padding:0; border:0;">
                <f:verbatim>
                        </div>
                        <div id="welcome">
                        <p>
                </f:verbatim>
                <h:outputFormat rendered="#{authenticationBean.loggedIn}"
                        value="#{bundle.welcomeMessage}" escape="false">
                        <f:param value="#{visit.user.firstName}" />
                </h:outputFormat>

                <f:verbatim>&nbsp;&nbsp;</f:verbatim>

                <t:panelGroup rendered="#{authenticationBean.loggedIn}">
                        <h:outputFormat value="#{bundle.notMessage}" 
escape="false">
                                <f:param value="#{visit.user.firstName}" />
                        </h:outputFormat>
                        <f:verbatim>&nbsp;</f:verbatim>
                        <t:commandLink id="not" 
                                
action="#{authenticationBean.logoutRemoveCookies}" immediate="true">
                                <t:outputText value="#{bundle.clickHere}" />
                        </t:commandLink>
                </t:panelGroup>

                <t:panelGroup rendered="#{!authenticationBean.loggedIn}">
                        <t:outputText 
value="#{bundle.welcomeMessageUnrecognized}">
                        </t:outputText>
                        <f:verbatim>&nbsp;<strong>
                        </f:verbatim>
                        <t:outputText value="#{bundle.newUser}">
                        </t:outputText>
                        <f:verbatim>
                                </strong>&nbsp;</f:verbatim>
                        <h:outputLink
                                
value="#{facesContext.externalContext.requestContextPath}/signin.jsf">
                                <t:outputText value="#{bundle.register}" />
                                <f:param value="r" name="f" />
                        </h:outputLink>
                        <f:verbatim>&nbsp;</f:verbatim>
                        <t:outputText value="#{bundle.toExplore}">
                        </t:outputText>
                        <f:verbatim>&nbsp;&nbsp;</f:verbatim>
                        <t:commandLink
                                
actionListener="#{authenticationBean.setOriginalViewBinding}"
                                action="sign_in">
                                <t:outputText value="#{bundle.signIn}" />
                                <f:param value="s" name="f" />
                        </t:commandLink>

                </t:panelGroup>

        </h:form>


-- 
View this message in context: 
http://www.nabble.com/TOMAHAWK-606---t%3AcommandLink-does-not-work---stil-having-problems-tf2772214.html#a7732656
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to