The name attribute is defined as CDATA for the <input> element. Therefore
this is legal.
On 3/28/06, John Rohrlich <[EMAIL PROTECTED]> wrote:
>
> I'm trying to find out if we have a problem with the name we generate
> for input fields in NetUI forms. The HTML source for:
>
>
>
> <netui:textBox dataSource="actionForm.someString"></netui:textBox>
>
>
>
> is
>
>
>
> <input type="text" name="{actionForm.someString}" value="abc">
>
>
>
> I'm wondering if beginning the name attribute with '{' is okay. The HTML
> specification says this:
>
>
>
> ID and NAME tokens must begin with a letter ([A-Za-z]) and may be
> followed by any number of letters, digits ([0-9]), hyphens ("-"),
> underscores ("_"), colons (":"), and periods (".").
>
>
>
> http://www.w3.org/TR/html401/types.html#type-name) section 6.2 SGML
> Basic Types
>
>
>
> - john rohrlich
>
>
>
>
>
>
>
>
>
> _______________________________________________________________________
> Notice: This email message, together with any attachments, may contain
> information of BEA Systems, Inc., its subsidiaries and affiliated
> entities, that may be confidential, proprietary, copyrighted and/or
> legally privileged, and is intended solely for the use of the individual
> or entity named in this message. If you are not the intended recipient,
> and have received this message in error, please immediately return this
> by email and then delete it.
>
>