RE: [fw-general] How to set up dependant dropdowns in form

2009-04-28 Thread Anthony Smith
Thanks Brad. Now I had one other question. Let's say my data looks like this: {identifier:TERRITORY,items:[ {SUB:8-8-19-6,TERRITORY:8-8-19-66-1-3-25}, {SUB:8-8-19-6,TERRITORY:8-8-19-66-1-2-24}, .. Instead of this: {identifier:name,items:[ {name:0,0:Lion}, {name:1,0:Cheeta},

RE: [fw-general] what can be used t replace these nice smarty features

2009-05-20 Thread Anthony Smith
Perfect! -Original Message- From: Tobias Gies [mailto:tobiasg...@googlemail.com] Sent: Tuesday, May 19, 2009 03:56 PM To: 411161 Cc: fw-general@lists.zend.com Subject: Re: [fw-general] what can be used t replace these nice smarty features Hi, you can either use the form* family of view

RE: [fw-general] Ajax Forms

2009-05-29 Thread Anthony Smith
Let's say I have a form that has a drop down of two choices. If you pick choice 1) then the screen should show you another drop down and a text box. If I pick choice 2) the screen should show 2 additional drop downs and two text boxes. I have no problem using either. I ran into some trouble