Bill,

Yes all the values that should be entered into the input fields are
rendered to the screen:

Job Details: $editjob.CustomerId, $editjob.QuotationId etc.
Becomes:
Job Details: 1000, 1001 etc.

They just don't seem to mapTo correctly.


My input fields are rendered as:

<INPUT TYPE="text" size="30" name="$Jobgroup.Quotationid.Key" value=""/>
Instead of something like:
<INPUT TYPE="text" size="30" name="Jobgroup_0Quotationid" value="1001"/>

And my validation statements fail and render the variable names to the
screen i.e. $Jobgroup.Customerid.Message

#if (!$Jobgroup.Customerid.isValid())
    <TD>
        #errorMessage("$Jobgroup.Customerid.Message")
    </TD>
#end

Regards,

Stuart Townhill.



-----Original Message-----
From: Bill [mailto:[EMAIL PROTECTED] 
Sent: 12 March 2003 09:34
To: Turbine Users List
Subject: Re: Intake - Not sure?

Stuart

> I can access all the fields as can
> bee seen on the third line of my code so everything is correctly
> delivered by the screen class via the context. 

Are you saying that the screen renders and the variables that are
represented by the third line of code are visible on the page with the
correct values?







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




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

Reply via email to