Hi, Check the Decorators section in the manual: http://framework.zend.com/manual/en/zend.form.elements.html#zend.form.elements.decorators
Look for "Using Multiple Decorators of the Same Type" headline. Best, - Amr P.S. You have posted your question as a reply to a totally different thread. On Sat, May 24, 2008 at 4:06 AM, Ahmed Abdel-Aliem <[EMAIL PROTECTED]> wrote: > Hi all, > i am having a problem with form decorators, i can't add more than one tag > of the same type inside the form > > what i am trying to get is the following html code : > > <form action="/admin/event/create" enctype="multipart/form-data" > method="post"> > > <div><div><div><fieldset> > > <div><div><div><div><label for="event_name">Name <span>*</span></label> > <input class="mandatory" id="event_name" name="event[name]" size="30" > type="text" value="" /></div></div></div></div> > > <div><div><div><div><label for="event_logo">Logo Image</label> <input > class="nottext" id="event_logo" name="event[logo]" size="30" type="file" > /></div></div></div></div> > > > </fieldset></div></div></div></form> > > > my problem is i can't obtain the <div><div><div><fieldset> part > > can anyone help me in this plz ? > > > > > > -- > Ahmed Abdel-Aliem -- Amr Mostafa Head of Software Development, IT Synergy [EMAIL PROTECTED] http://itsyn.com +(2012)1700502 +(202)35371020
