Re: IE bug with trinidad?

2008-09-05 Thread Justin mcKay
For a future release that would be possible not the current one. If we change the child objects to full submit instread of partial there is no problem (except of course it will look bad with a page jump) Justin McKay On Sep 4, 2008, at 3:16 PM, "Richard Yee" <[EMAIL PROTEC

[Trinidad] question about the binding attribute when a parent copmonent is setting rendered to false

2008-07-22 Thread Justin mcKay
I have a question about the binding attribute when a parent copmonent is setting rendered to false. Say I have a panelGroupLayout tag that has the rendered attribute set to false. Then a child to that panelGroupLayout is an inputText tag that has the attribute binding set to a backing bean. M

RE: [Trinidad] PPR related question

2008-07-03 Thread Justin mcKay
st name is never updated as the submitted value was ignored during > a preceding phase, even if it's now no longer read only. > > > Hope it make it decently clear, > > > ~ Simon > > On Tue, Jul 1, 2008 at 2:24 PM, Justin Mckay <[EMAIL PROTECTED]> wrote: >

[Trinidad] PPR related question

2008-07-03 Thread Justin Mckay
I have a page where I have a check box if it is unchecked first name appears as an inputtextfield if checked we ppr the page hiding the first name and showing the last name as an inputtext field. Below is a submit button. If I check the check box and enter a last name when I submit and get to t

[Trinidad] PPR related question

2008-07-02 Thread Justin mcKay
I have a page where I have a check box if it is unchecked first name appears as an inputtextfield if checked we ppr the page hiding the first name and showing the last name as an inputtext field. Below is a submit button. If I check the check box and enter a last name when I submit and get t

RE: [Trinidad] tr:selectOneChoice and Objects that cannot override equals

2008-03-26 Thread Justin mcKay
converts your object, or register a class-converter for all the different classes in your app that need to be converted. On Tue, Mar 25, 2008 at 4:50 PM, Justin Mckay <[EMAIL PROTECTED]> wrote: > > > > > I have a situation where I have some generated objects that do not overri

[Trinidad] tr:selectOneChoice and Objects that cannot override equals

2008-03-26 Thread Justin Mckay
I have a situation where I have some generated objects that do not override equals that I would like to use in a selectOneChoice field. The issue is the selected object may not be the same object from the list of objects in the selectItems. For instance: So here bean.Person is

[Trinidad] JSF 1.2/Facelets and el expression for f:attribute name

2007-08-29 Thread Justin Mckay
I am currently migrating our ADF project to Trinidad 1.2.1 and have a question about the f:attribute. In our project we were using el expressions for the name value in our f:attribute. This does not seem to be the same for the Trinidad 1.2.1 /MyFaces 1.2/Facelets 1.1.6 combo. If I use a el expre