hello
I did not find a way to fill the <option value> in my drop down list
when I use 'include_custom'
here is my code
<?php echo select_tag
('code_application',
objects_for_select(AnalogApplicationsPeer::doSelectOrderByCodeApplication(n
ew
Criteria()),'getCodeApplication','getCodeApplication','1','include_custom=--
Tous --')
)
?>
here it the generated value
<select name="code_application" id="code_application">
<option value="">-- Tous --</option>
<option value="OASIS">OASIS</option>
<option value="PORTAIL">PORTAIL</option>
<option value="RFTB">RFTB</option>
</select>
.. I can't fill <option value=""> ...
my problem is that this field is used after in a Pager, and, if I
choose '-- Tous --', Pager fails;
for the fist page, it is ok because code_application is founded with
"" but for the pages after, Propel abends
thanks for you help
regards
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---