[TYPO3-project-formidable] datahandler:LISTER activelistable

Manuel Rego Casasnovas mrego at igalia.com
Mon Dec 3 10:48:41 CET 2007


Hello.

I'm using the property "activelistable" in a datahandler:LISTER, I have
a text input and a button for each row.
The problem is that I can't read values that I put in the input.

The XML config:
        <renderlet:TEXT name="value">
            <activelistable>true</activelistable>
        </renderlet:TEXT>
        <renderlet:BUTTON name="submit">
            <activelistable>true</activelistable>
            <onclick runat="server" params="uid,value" submit="full">
                <userobj>
                    <extension>this</extension>
                    <method>_doSomething</method>
                </userobj>
            </onclick>
        </renderlet:BUTTON>

In my function "_doSomething" I get only the param uid.
And if I print the post vars I don't see the value that I put into the
input.

How can I use the value from the form?

Best regards,
   Rego

-- 
Manuel Rego Casasnovas
Computer Science Engineer
mailto:mrego at igalia.com
Tel: +34 986 10 76 10
Fax: +34 981 91 39 49
Igalia - http://www.igalia.com



More information about the TYPO3-project-formidable mailing list