Chris Nelson wrote:

Yes, my ObjectTable component in Trails uses a
contrib:table and a Block.  It is working in Tapestry
4  beta 2.

--- "Scott F. Walter" <[EMAIL PROTECTED]> wrote:

Scott F. Walter wrote:

I am having a problems with a page that has a
contrib:Table component
(actually I use all the low-level components:
tableView, etc) which
has a checkbox.  During form processing I put a
log message into the
setMethod for the property that I am binding to
the checkbox and looks
like its working properly.  However in my listener
method, I get a
handle the List that is bound to my table and the
value bound to the
checkbox is always false.
I am very confused, this is from a page from 3.0
that was working.
Any ideas?  Would it help for  me to post my .page
file?
scott.

Looks like the problem has nothing to do with
editable fields, but @Block and tables. I have block like this:

<span jwcid="[EMAIL PROTECTED]"> <span jwcid="displayName"/>
</span>

and the component is defined as:

<component id="displayName" type="Insert"> <binding name="value" expression="components.tableRows.row.name"/> </component>

The first value in tableRows for the "name" property
in my bean is repeated for each row.

Has anybody used @Block in tables for Tapesry 4 and
have had success?

scott.

--

Scott F. Walter         Scott F. Walter
Principal Consultant
Vivare, Inc.

E: [EMAIL PROTECTED]
E: [EMAIL PROTECTED]
Visit scottwalter.com <http://scottwalter.com>
--Point.  Click.  Explore!





---------------------------------------------------------------------
To unsubscribe, e-mail:
[EMAIL PROTECTED]
For additional commands, e-mail:
[EMAIL PROTECTED]





                
____________________________________________________
Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Can u post the component spec for the component that is in the @Block, I have this:

<component id="displayName" type="Insert"> <binding name="value" expression="components.tableRows.row.name"/> </component>

and it doesn't work.

Is there something wrong with my expression? I tried both components.tableRows.row.name and components.tableRows.tableRow.name

--

Scott F. Walter         Scott F. Walter
Principal Consultant
Vivare, Inc.

E: [EMAIL PROTECTED]
E: [EMAIL PROTECTED]
Visit scottwalter.com <http://scottwalter.com> --Point.  Click.  Explore!




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to