Welcome Guest, Not a member yet? Register   Sign In
CI 1.7svn array form_validation problem
#1

[eluser]CI shocki[/eluser]
Hi guys,

I have the following validation config:

Code:
array(
   'field' => 'description_teaser[]',
   'label' => '',
   'rules' => ''
),...

in my view I have
Code:
<textarea name="description_teaser[]" id="elm1"><?php echo set_value('description_teaser[]'); ?></textarea>

When repopulating the form this does not work. Instead of the expected result every textarea field ist filled with the text "array"

Any ideas?

Regards shocki


Messages In This Thread
CI 1.7svn array form_validation problem - by El Forum - 10-10-2008, 04:18 AM
CI 1.7svn array form_validation problem - by El Forum - 10-10-2008, 04:47 AM
CI 1.7svn array form_validation problem - by El Forum - 10-10-2008, 05:08 AM
CI 1.7svn array form_validation problem - by El Forum - 10-10-2008, 05:28 AM
CI 1.7svn array form_validation problem - by El Forum - 10-10-2008, 05:38 AM
CI 1.7svn array form_validation problem - by El Forum - 10-10-2008, 05:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB