<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tech aspirant &#187; default</title>
	<atom:link href="http://www.techaspirant.com/tag/default/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techaspirant.com</link>
	<description>Freelance Project Developer &#124; Consultant - Cochin, Trivandrum, Calicut</description>
	<lastBuildDate>Wed, 21 Mar 2012 10:00:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to set default values (input field) in symfony 1.4 generated forms</title>
		<link>http://www.techaspirant.com/how-to-set-values-input-field-in-symfony-1-4-generated-forms/</link>
		<comments>http://www.techaspirant.com/how-to-set-values-input-field-in-symfony-1-4-generated-forms/#comments</comments>
		<pubDate>Mon, 17 May 2010 04:41:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[framework]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[default]]></category>
		<category><![CDATA[doctrine]]></category>
		<category><![CDATA[input]]></category>

		<guid isPermaLink="false">http://www.techaspirant.com/?p=351</guid>
		<description><![CDATA[I was trying to set default values for an input field. public function executeNew(sfWebRequest $request) { $this->customer = Doctrine::getTable(&#8216;Customer&#8217;)->find(array($request->getParameter(&#8216;customer&#8217;))); $this->forward404Unless($this->customer); $this->form = new CallLogForm(); $this->form->setDefault(&#8216;customer_id&#8217;,$request->getParameter(&#8216;customer&#8217;)); } This is the way to set hidden values of default values for an input<span class="ellipsis">&#8230;</span> <a href="http://www.techaspirant.com/how-to-set-values-input-field-in-symfony-1-4-generated-forms/"><div class="read-more">Read more &#8250;</div><!-- end of .read-more --></a>]]></description>
		<wfw:commentRss>http://www.techaspirant.com/how-to-set-values-input-field-in-symfony-1-4-generated-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

