<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Zend Framework multi page forms</title>
	<atom:link href="http://jesus-blog.com/coding-tips-and-tutorials/zend-framework-multi-page-forms.html/feed" rel="self" type="application/rss+xml" />
	<link>http://jesus-blog.com/coding-tips-and-tutorials/zend-framework-multi-page-forms.html</link>
	<description>Jesus-blog.com</description>
	<lastBuildDate>Wed, 24 Aug 2011 15:31:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Antonio</title>
		<link>http://jesus-blog.com/coding-tips-and-tutorials/zend-framework-multi-page-forms.html/comment-page-1#comment-334</link>
		<dc:creator>Antonio</dc:creator>
		<pubDate>Wed, 24 Aug 2011 15:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nathanwhitworth.co.uk/?p=47#comment-334</guid>
		<description>Thanks Nathan, will look into it.</description>
		<content:encoded><![CDATA[<p>Thanks Nathan, will look into it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antonio</title>
		<link>http://jesus-blog.com/coding-tips-and-tutorials/zend-framework-multi-page-forms.html/comment-page-1#comment-333</link>
		<dc:creator>Antonio</dc:creator>
		<pubDate>Wed, 24 Aug 2011 15:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nathanwhitworth.co.uk/?p=47#comment-333</guid>
		<description>nvm my question, got it to work with dojo, but had to enable the forms in the init function using: // Dojo-enable the form:
        Zend_Dojo::enableForm($this);
otherwise it would not work!</description>
		<content:encoded><![CDATA[<p>nvm my question, got it to work with dojo, but had to enable the forms in the init function using: // Dojo-enable the form:<br />
        Zend_Dojo::enableForm($this);<br />
otherwise it would not work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://jesus-blog.com/coding-tips-and-tutorials/zend-framework-multi-page-forms.html/comment-page-1#comment-332</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 24 Aug 2011 15:17:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nathanwhitworth.co.uk/?p=47#comment-332</guid>
		<description>Hi Antonio,

That tutorial was written years ago and is probably out of date. I haven&#039;t used Zend_Forms for a long time now since it is, to be honest, a bit annoying. Symfony suffers from the same problem with their forms framework. I&#039;d hope both support multi page forms properly now anyway. 

It&#039;s worth looking at http://minacl.org/ for a much better, and easier, forms solution. I&#039;ve been using it recently, and it&#039;s just so much easier to use than anything else out there.

All the best,

Nathan</description>
		<content:encoded><![CDATA[<p>Hi Antonio,</p>
<p>That tutorial was written years ago and is probably out of date. I haven&#8217;t used Zend_Forms for a long time now since it is, to be honest, a bit annoying. Symfony suffers from the same problem with their forms framework. I&#8217;d hope both support multi page forms properly now anyway. </p>
<p>It&#8217;s worth looking at <a href="http://minacl.org/" rel="nofollow">http://minacl.org/</a> for a much better, and easier, forms solution. I&#8217;ve been using it recently, and it&#8217;s just so much easier to use than anything else out there.</p>
<p>All the best,</p>
<p>Nathan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antonio</title>
		<link>http://jesus-blog.com/coding-tips-and-tutorials/zend-framework-multi-page-forms.html/comment-page-1#comment-331</link>
		<dc:creator>Antonio</dc:creator>
		<pubDate>Wed, 24 Aug 2011 14:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nathanwhitworth.co.uk/?p=47#comment-331</guid>
		<description>Thank you for the tutorial.
This works fine with Zend_Form, but for some odd reason it wont go to the second form when initialized the forms as Zend_Dojo_Form, any ideas?</description>
		<content:encoded><![CDATA[<p>Thank you for the tutorial.<br />
This works fine with Zend_Form, but for some odd reason it wont go to the second form when initialized the forms as Zend_Dojo_Form, any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Restaurant Webdesign</title>
		<link>http://jesus-blog.com/coding-tips-and-tutorials/zend-framework-multi-page-forms.html/comment-page-1#comment-147</link>
		<dc:creator>Restaurant Webdesign</dc:creator>
		<pubDate>Mon, 11 Jan 2010 23:07:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nathanwhitworth.co.uk/?p=47#comment-147</guid>
		<description>I discovered that I had just made a silly mistake!
I copied the code from the first sub form page but didn&#039;t rename the element in the second subform.
As soon as I changed the element in the second subform to $engineSelect2 the form worked as expected.</description>
		<content:encoded><![CDATA[<p>I discovered that I had just made a silly mistake!<br />
I copied the code from the first sub form page but didn&#8217;t rename the element in the second subform.<br />
As soon as I changed the element in the second subform to $engineSelect2 the form worked as expected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Restaurant Webdesign</title>
		<link>http://jesus-blog.com/coding-tips-and-tutorials/zend-framework-multi-page-forms.html/comment-page-1#comment-146</link>
		<dc:creator>Restaurant Webdesign</dc:creator>
		<pubDate>Mon, 11 Jan 2010 23:00:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nathanwhitworth.co.uk/?p=47#comment-146</guid>
		<description>Thanks for the tutorial. Unfortunately I can&#039;t get it to work either. The first page of the form is shown but when I click the next button it goes straight to the &#039;finish&#039; page.</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial. Unfortunately I can&#8217;t get it to work either. The first page of the form is shown but when I click the next button it goes straight to the &#8216;finish&#8217; page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jack</title>
		<link>http://jesus-blog.com/coding-tips-and-tutorials/zend-framework-multi-page-forms.html/comment-page-1#comment-145</link>
		<dc:creator>jack</dc:creator>
		<pubDate>Wed, 23 Sep 2009 22:18:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nathanwhitworth.co.uk/?p=47#comment-145</guid>
		<description>i can&#039;t get this work somehow.. i got everything the same, what am i missing? patrick can u upload a zip version or something?</description>
		<content:encoded><![CDATA[<p>i can&#8217;t get this work somehow.. i got everything the same, what am i missing? patrick can u upload a zip version or something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://jesus-blog.com/coding-tips-and-tutorials/zend-framework-multi-page-forms.html/comment-page-1#comment-144</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Mon, 24 Aug 2009 23:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nathanwhitworth.co.uk/?p=47#comment-144</guid>
		<description>Your code seem to work, but I cannot get the second form to display. The master form is always valid, so it doesn&#039;t show the second page. Also, I would like to include the &quot;back&quot; button on the second and the finish (preview) form and when users press on the &quot;back&quot; button the previous form will re-display with entered data.

Any assistance would be appreciated.
Thks</description>
		<content:encoded><![CDATA[<p>Your code seem to work, but I cannot get the second form to display. The master form is always valid, so it doesn&#8217;t show the second page. Also, I would like to include the &#8220;back&#8221; button on the second and the finish (preview) form and when users press on the &#8220;back&#8221; button the previous form will re-display with entered data.</p>
<p>Any assistance would be appreciated.<br />
Thks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mirko</title>
		<link>http://jesus-blog.com/coding-tips-and-tutorials/zend-framework-multi-page-forms.html/comment-page-1#comment-143</link>
		<dc:creator>Mirko</dc:creator>
		<pubDate>Sat, 25 Jul 2009 17:38:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nathanwhitworth.co.uk/?p=47#comment-143</guid>
		<description>The answer is $picture-&gt;setValueDisabled(true) and after validation just check:
 $adapter=new Zend_File_Transfer_Adapter_Http();
 $adapter-&gt;setDestination(&#039;pictures&#039;);
 if ($adapter-&gt;receive()) {
 	echo &#039;success&#039;;
}
It takes me almost whole day :-)</description>
		<content:encoded><![CDATA[<p>The answer is $picture-&gt;setValueDisabled(true) and after validation just check:<br />
 $adapter=new Zend_File_Transfer_Adapter_Http();<br />
 $adapter-&gt;setDestination(&#8216;pictures&#8217;);<br />
 if ($adapter-&gt;receive()) {<br />
 	echo &#8217;success&#8217;;<br />
}<br />
It takes me almost whole day <img src='http://jesus-blog.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mirko</title>
		<link>http://jesus-blog.com/coding-tips-and-tutorials/zend-framework-multi-page-forms.html/comment-page-1#comment-142</link>
		<dc:creator>Mirko</dc:creator>
		<pubDate>Sat, 25 Jul 2009 15:28:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nathanwhitworth.co.uk/?p=47#comment-142</guid>
		<description>It works very good except one situation, I can`t figure out how to use it with Zend_File? This condition &quot;if ($this-&gt;getForm(&#039;main&#039;)-&gt;isValid($this-&gt;getFormValues()))&quot; was always return false.

Here is a part of onces of my subform:
        $picture=new Zend_Form_Element_File(&#039;picture&#039;);
        $picture-&gt;setLabel(&#039;Chose picture:&#039;)
                -&gt;setRequired(false)
                -&gt;setDestination(&#039;pictures&#039;);

        $submit=new Zend_Form_Element_Submit(&#039;Save&#039;);
        $this-&gt;addElements(array($picture,$submit));

File is uploaded to right place, but last validation returns false.
I will be really appriciate for replay.</description>
		<content:encoded><![CDATA[<p>It works very good except one situation, I can`t figure out how to use it with Zend_File? This condition &#8220;if ($this-&gt;getForm(&#8216;main&#8217;)-&gt;isValid($this-&gt;getFormValues()))&#8221; was always return false.</p>
<p>Here is a part of onces of my subform:<br />
        $picture=new Zend_Form_Element_File(&#8216;picture&#8217;);<br />
        $picture-&gt;setLabel(&#8216;Chose picture:&#8217;)<br />
                -&gt;setRequired(false)<br />
                -&gt;setDestination(&#8216;pictures&#8217;);</p>
<p>        $submit=new Zend_Form_Element_Submit(&#8216;Save&#8217;);<br />
        $this-&gt;addElements(array($picture,$submit));</p>
<p>File is uploaded to right place, but last validation returns false.<br />
I will be really appriciate for replay.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

