-- maxarbos <maxar...@yahoo.com> wrote
(on Tuesday, 16 December 2008, 04:37 PM -0800):
> 
> Thanks, but unfortunately no.
> That changes the name of the ID to what i want my form name to be, but still
> does not set a 'name' attribute.

The "name" attribute is deprecated in HTML 4.01, and invalid with XHTML
1.0. You can use the id attribute to reference forms from javascript.


> Themselves wrote:
> > 
> > $form->addAttribs(array('name' => 'formname')); ?
> > 
> > On Wed, Dec 17, 2008 at 9:24 AM, maxarbos <maxar...@yahoo.com> wrote:
> > 
> >>
> >> Have you gotten any answers on this?
> >> I am having the same issue and cannot get the name attribute to be set.
> >>
> >> I am using 1.5 of the framework.
> >>
> >>
> >> notmessenger wrote:
> >> >
> >> > I know I've seen this answer somewhere before on this list, but I
> >> cannot
> >> > find it anywhere (archives or my own copies of the emails).
> >> > I have this code:
> >> >
> >>
> >> --
> >> View this message in context:
> >> http://www.nabble.com/How-to-set-name%3D%22%22-on-form-tp19422464p21044857.html
> >> Sent from the Zend Framework mailing list archive at Nabble.com.
> >>
> >>
> > 
> > 
> 
> -- 
> View this message in context: 
> http://www.nabble.com/How-to-set-name%3D%22%22-on-form-tp19422464p21045007.html
> Sent from the Zend Framework mailing list archive at Nabble.com.
> 

-- 
Matthew Weier O'Phinney
Software Architect       | matt...@zend.com
Zend Framework           | http://framework.zend.com/

Reply via email to