[TYPO3-dev] Problems with a form in my extension and the action attribute

StephenBungert stephenbungert at yahoo.de
Wed Aug 5 14:34:14 CEST 2009


OK. I tried using INT and no_cache input and this works too, but the page ID
is always lost after submitting (using GET).

If I don't include this hidden form with the id, how do pass the id along
with the form?


Here is my form template incase it helps:

###TEMPLATE###
<div class="mdFilters">
	###FILTER_TITLE###
	<form action="###FORM_ACTION###" method="###FORM_METHOD###"
id="mdFilters_Form" name="mdFilters_Form">
		<ul class="mdFilters_Fields">
			<li class="mdFilters_Field selectField">
				###REGION_LABEL###
				###REGION_SELECTOR###
			</li>
			<li class="mdFilters_Field selectField">
				###SEGMENT_LABEL###
				###SEGMENT_SELECTOR###
			</li>
			<li class="mdFilters_Field selectField">
				###ACCESSTYPE_LABEL###
				###ACCESSTYPE_SELECTOR###
			</li>
			<li class="mdFilters_Field submitField">
				<input name="mdFiltersFormSubmit" id="mdFiltersFormSubmit" type="submit"
value="Apply Fillter" />
				<input type="hidden" name="no_cache" value="1" /> 
			</li>
		</ul>
	</form>
</div>
<div class="mdResults">
	###RESULTS_TITLE###
	###RESULTS_TABLE###
</div>
###TEMPLATE###

-----
-- 
Stephen Bungert
-- 
View this message in context: http://www.nabble.com/Problems-with-a-form-in-my-extension-and-the-action-attribute-tp24825209p24826092.html
Sent from the TYPO3 Dev mailing list archive at Nabble.com.





More information about the TYPO3-dev mailing list