|
List Info
Thread: maybe returnListener is broken in trinidad 1.0.3
|
|
| maybe returnListener is broken in
trinidad 1.0.3 |

|
2007-10-09 03:01:54 |
Hi,
if i add a returnListener to my commandButton, which is
defined in a facet from a table, the returnListener is not
called anymore. Here is a short example:
<tr:table var="row"
value="#{backing.allRows}">
<f:facet name="footer">
<tr:panelButtonBar>
<tr:commandButton text="Hit me"
partialSubmit="true" useWindow="true"
immediate="true"
action="dialog:openHitMeDialog"
returnListener="#{backing.handleReturn}" />
</tr:panelButtonBar>
</f:facet>
<tr:column>
<f:facet name="header">
<af:outputText value="Header 1"
</f:facet>
<tr:outputText value="#{row.data}" />
</tr:column>
</tr:table>
I have tested this scenario with trinidad 1.0.2 and it works
fine. The difference between these releases is amongst
others the jira issue TRINIDAD-737. I have removed this
changes from my trinidad 1.0.3 source and started a new
build and now the returnListener is called again.
Is it a problem how i defined the commandButton in my page
or is it a bug that comes with TRINIDAD-737???
Hope anybody can help me...
Cheers Sven
--
Psssst! Schon vom neuen GMX MultiMessenger gehört?
Der kanns mit allen: http://www.gm
x.net/de/go/multimessenger
--
Psssst! Schon vom neuen GMX MultiMessenger gehört?
Der kanns mit allen: http://www.gm
x.net/de/go/multimessenger
|
|
| Re: maybe returnListener is broken in
trinidad 1.0.3 |

|
2007-10-15 05:32:36 |
Can you at least file an issue in our jira ?
So we don't forget this..
On 10/9/07, Sven Rottstock <junglemen gmx.de> wrote:
> Hi,
>
> if i add a returnListener to my commandButton, which is
defined in a facet from a table, the returnListener is not
called anymore. Here is a short example:
>
> <tr:table var="row"
value="#{backing.allRows}">
> <f:facet name="footer">
> <tr:panelButtonBar>
> <tr:commandButton text="Hit me"
partialSubmit="true" useWindow="true"
immediate="true"
action="dialog:openHitMeDialog"
returnListener="#{backing.handleReturn}" />
> </tr:panelButtonBar>
> </f:facet>
> <tr:column>
> <f:facet name="header">
> <af:outputText value="Header 1"
> </f:facet>
> <tr:outputText value="#{row.data}"
/>
> </tr:column>
> </tr:table>
>
> I have tested this scenario with trinidad 1.0.2 and it
works fine. The difference between these releases is amongst
others the jira issue TRINIDAD-737. I have removed this
changes from my trinidad 1.0.3 source and started a new
build and now the returnListener is called again.
> Is it a problem how i defined the commandButton in my
page or is it a bug that comes with TRINIDAD-737???
>
> Hope anybody can help me...
>
> Cheers Sven
> --
> Psssst! Schon vom neuen GMX MultiMessenger gehört?
> Der kanns mit allen: http://www.gm
x.net/de/go/multimessenger
>
> --
> Psssst! Schon vom neuen GMX MultiMessenger gehört?
> Der kanns mit allen: http://www.gm
x.net/de/go/multimessenger
>
--
Matthias Wessendorf
further stuff:
blog: http://matth
iaswessendorf.wordpress.com/
mail: matzew-at-apache-dot-org
|
|
| Re: maybe returnListener is broken in
trinidad 1.0.3 |

|
2007-10-15 05:40:38 |
see ht
tps://issues.apache.org/jira/browse/TRINIDAD-737
On 10/15/07, Matthias Wessendorf <matzew apache.org> wrote:
> Can you at least file an issue in our jira ?
> So we don't forget this..
>
> On 10/9/07, Sven Rottstock <junglemen gmx.de> wrote:
> > Hi,
> >
> > if i add a returnListener to my commandButton,
which is defined in a facet from a table, the returnListener
is not called anymore. Here is a short example:
> >
> > <tr:table var="row"
value="#{backing.allRows}">
> > <f:facet name="footer">
> > <tr:panelButtonBar>
> > <tr:commandButton text="Hit me"
partialSubmit="true" useWindow="true"
immediate="true"
action="dialog:openHitMeDialog"
returnListener="#{backing.handleReturn}" />
> > </tr:panelButtonBar>
> > </f:facet>
> > <tr:column>
> > <f:facet name="header">
> > <af:outputText value="Header
1"
> > </f:facet>
> > <tr:outputText
value="#{row.data}" />
> > </tr:column>
> > </tr:table>
> >
> > I have tested this scenario with trinidad 1.0.2
and it works fine. The difference between these releases is
amongst others the jira issue TRINIDAD-737. I have removed
this changes from my trinidad 1.0.3 source and started a new
build and now the returnListener is called again.
> > Is it a problem how i defined the commandButton in
my page or is it a bug that comes with TRINIDAD-737???
> >
> > Hope anybody can help me...
> >
> > Cheers Sven
> > --
> > Psssst! Schon vom neuen GMX MultiMessenger
gehört?
> > Der kanns mit allen: http://www.gm
x.net/de/go/multimessenger
> >
> > --
> > Psssst! Schon vom neuen GMX MultiMessenger
gehört?
> > Der kanns mit allen: http://www.gm
x.net/de/go/multimessenger
> >
>
>
> --
> Matthias Wessendorf
>
> further stuff:
> blog: http://matth
iaswessendorf.wordpress.com/
> mail: matzew-at-apache-dot-org
>
--
Matthias Wessendorf
further stuff:
blog: http://matth
iaswessendorf.wordpress.com/
mail: matzew-at-apache-dot-org
|
|
| Re: maybe returnListener is broken in
trinidad 1.0.3 |
  Germany |
2007-10-16 11:25:15 |
|
I have created a sub-task of trinidad issue 737. I hope it was the
right manner...
(see https://issues.apache.org/jira/browse/TRINIDAD-771)
Matthias Wessendorf schrieb:
mail.gmail.com"
type="cite">
see https://issues.apache.org/jira/browse/TRINIDAD-737
On 10/15/07, Matthias Wessendorf apache.org"><matzew apache.org> wrote:
Can you at least file an issue in our jira ?
So we don't forget this..
On 10/9/07, Sven Rottstock gmx.de"><junglemen gmx.de> wrote:
Hi,
if i add a returnListener to my commandButton, which is defined in a facet from a table, the returnListener is not called anymore. Here is a short example:
<tr:table var="row" value="#{backing.allRows}">
<f:facet name="footer">
<tr:panelButtonBar>
<tr:commandButton text="Hit me" partialSubmit="true" useWindow="true" immediate="true" action="dialog:openHitMeDialog" returnListener="#{backing.handleReturn}" />
</tr:panelButtonBar>
</f:facet>
<tr:column>
<f:facet name="header">
<af:outputText value="Header 1"
</f:facet>
<tr:outputText value="#{row.data}" />
</tr:column>
</tr:table>
I have tested this scenario with trinidad 1.0.2 and it works fine. The difference between these releases is amongst others the jira issue TRINIDAD-737. I have removed this changes from my trinidad 1.0.3 source and started a new build and now the returnListener is called again.
Is it a problem how i defined the commandButton in my page or is it a bug that comes with TRINIDAD-737???
Hope anybody can help me...
Cheers Sven
--
Psssst! Schon vom neuen GMX MultiMessenger gehört?
Der kanns mit allen: http://www.gmx.net/de/go/multimessenger
--
Psssst! Schon vom neuen GMX MultiMessenger gehört?
Der kanns mit allen: http://www.gmx.net/de/go/multimessenger
--
Matthias Wessendorf
further stuff:
blog: http://matthiaswessendorf.wordpress.com/
mail: matzew-at-apache-dot-org
|
| Re: maybe returnListener is broken in
trinidad 1.0.3 |

|
2007-10-16 11:26:20 |
yes, that looks good to me
On 10/16/07, Sven Rottstock <srottstock web.de> wrote:
>
> I have created a sub-task of trinidad issue 737. I
hope it was the right
> manner...
>
> (see ht
tps://issues.apache.org/jira/browse/TRINIDAD-771)
>
> Matthias Wessendorf schrieb:
> see ht
tps://issues.apache.org/jira/browse/TRINIDAD-737
>
> On 10/15/07, Matthias Wessendorf <matzew apache.org> wrote:
>
>
> Can you at least file an issue in our jira ?
> So we don't forget this..
>
> On 10/9/07, Sven Rottstock <junglemen gmx.de> wrote:
>
>
> Hi,
>
> if i add a returnListener to my commandButton, which is
defined in a facet
> from a table, the returnListener is not called anymore.
Here is a short
> example:
>
> <tr:table var="row"
value="#{backing.allRows}">
> <f:facet name="footer">
> <tr:panelButtonBar>
> <tr:commandButton text="Hit me"
partialSubmit="true" useWindow="true"
> immediate="true"
action="dialog:openHitMeDialog"
> returnListener="#{backing.handleReturn}"
/>
> </tr:panelButtonBar>
> </f:facet>
> <tr:column>
> <f:facet name="header">
> <af:outputText value="Header 1"
> </f:facet>
> <tr:outputText value="#{row.data}" />
> </tr:column>
> </tr:table>
>
> I have tested this scenario with trinidad 1.0.2 and it
works fine. The
> difference between these releases is amongst others the
jira issue
> TRINIDAD-737. I have removed this changes from my
trinidad 1.0.3 source and
> started a new build and now the returnListener is
called again.
> Is it a problem how i defined the commandButton in my
page or is it a bug
> that comes with TRINIDAD-737???
>
> Hope anybody can help me...
>
> Cheers Sven
> --
> Psssst! Schon vom neuen GMX MultiMessenger gehört?
> Der kanns mit allen:
> http://www.gm
x.net/de/go/multimessenger
>
> --
> Psssst! Schon vom neuen GMX MultiMessenger gehört?
> Der kanns mit allen:
> http://www.gm
x.net/de/go/multimessenger
>
>
> --
> Matthias Wessendorf
>
> further stuff:
> blog: http://matth
iaswessendorf.wordpress.com/
> mail: matzew-at-apache-dot-org
>
>
>
>
>
--
Matthias Wessendorf
further stuff:
blog: http://matth
iaswessendorf.wordpress.com/
mail: matzew-at-apache-dot-org
|
|
[1-5]
|
|
|
about | contact Other archives ( Real Estate discussion Medical topics )
|