Hi

I tried the test provided with the latest snapshot of myfaces 2.2.x and
with a snapshot of tomee and it is working. There is no any relationship
between CDI and passthrough elements. From this fragment:

    <body jsf:id="body">
        <form jsf:id="form">
            <input type="text" jsf:id="name"
                pt:placeholder="Enter name"
                jsf:value="#{helloBean.name}"/>
            <button jsf:action="welcome">Welcome Me</button>
        </form>
    </body>

Here is the output:

<body id="body">
<form id="form" name="form" method="post"
action="/tomee-test-1.0.0-SNAPSHOT/hello.jsf
<view-source:http://localhost:8080/tomee-test-1.0.0-SNAPSHOT/hello.jsf>"
enctype="application/x-www-form-urlencoded">
<input id="form:name" name="form:name" type="text" value=""
placeholder="Enter name" />
<button id="form:j_id_8" name="form:j_id_8" type="submit">Welcome Me</button>
<input type="hidden" name="form_SUBMIT" value="1" />
<input type="hidden" name="javax.faces.ViewState"
id="j_id__v_0:javax.faces.ViewState:1"
value="KGflqkLizy6aeiWE+tznW4f+m6KKaOQ3GYAzpEGWPUMmMmaR" />
</form>
</body>


regards,

Leonardo Uribe


2013/10/27 ChrisHarris <ch...@oneseasonmusic.com>

> Hi, Howard.
>
> I'm trying to get MyFaces 2.2's Passthrough Elements and CDI working with a
> TomEE Snapshot from 2-3 days ago.  When I don't use Passthrough Elements,
> my
> CDI bean is acknowledge.  When I do use Passthrough Elements, my CDI bean
> is
> ignored.
>
> I've posted a simple web app to GitHub:
> https://github.com/MungTheWicked/tomee-test.git
>
> Can you help me pinpoint what the problem is?
>
>
>
> --
> View this message in context:
> http://myfaces.10567.n7.nabble.com/JSF-2-2-status-snapshot-usage-tp115852p116323.html
> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>

Reply via email to