Title: Message
Depends.
 
Does the DOM automatically create objects called inPerson.Employee and then inPerson.PositionTitle? or is it string in that even though the dots are there, the DOM still regarsd it as formObject.Value instead of formObject.ValuePartA.ValuePartB and so on..
 
Point is, it could get a bit of a mindfart if the DOM treats it as a String.
 
I can see some payoffs though, especially in the way of form field splits... ie (Address_1, Address_2 == Person.DetailsA.Address, Person.DetailsB.Address) or something like that
 
 
Scott
 
 
 
"Taco Fleur" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]...
Does anyone see any obvious or not so obvious reasons not to use a dot in the naming of form fields?
 
Example: <input type="text" name="inpPerson.Employee.positionTitle" value="#form["inpPerson.Employee.positionTitle"]#">
 
Taco Fleur

Tell me and I will forget
Show me and I will remember
Teach me and I will learn
 
---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to