Ok, I see it, thanks.
<!ENTITY % InputType
"(TEXT | PASSWORD | CHECKBOX |
RADIO | SUBMIT | RESET |
FILE | HIDDEN | IMAGE | BUTTON)"
>
<!-- attribute name required for all but submit and reset -->
<!ELEMENT INPUT - O EMPTY -- form control -->
<!ATTLIST INPUT
%attrs; -- %coreattrs, %i18n, %events --
type %InputType; TEXT -- what kind of widget is needed
--
name CDATA #IMPLIED -- submit as part of form --
value CDATA #IMPLIED -- Specify for radio buttons and
checkboxes --
checked (checked) #IMPLIED -- for radio buttons and check
boxes --
disabled (disabled) #IMPLIED -- unavailable in this context --
readonly (readonly) #IMPLIED -- for text and passwd --
size CDATA #IMPLIED -- specific to each type of field
--
maxlength NUMBER #IMPLIED -- max chars for text fields --
src %URI; #IMPLIED -- for fields with images --
alt CDATA #IMPLIED -- short description --
usemap %URI; #IMPLIED -- use client-side image map --
ismap (ismap) #IMPLIED -- use server-side image map --
tabindex NUMBER #IMPLIED -- position in tabbing order --
accesskey %Character; #IMPLIED -- accessibility key character --
onfocus %Script; #IMPLIED -- the element got the focus --
onblur %Script; #IMPLIED -- the element lost the focus --
onselect %Script; #IMPLIED -- some text was selected --
onchange %Script; #IMPLIED -- the element value was changed
--
accept %ContentTypes; #IMPLIED -- list of MIME types for file
upload --
>
-----Original Message-----
From: Daryl Olander [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 29, 2006 9:54 AM
To: Beehive Developers
Subject: Re: id and name token rules
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.
>
>
_______________________________________________________________________
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.