You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by sommeralex <al...@gmail.com> on 2013/01/29 21:15:10 UTC

zoneUpdate not working..

Hi!

I want to put a specific section into a zone which should be updated. But,
it does not work.. what is working is VARIANT 1, where the scope value is
updated. But, if i am putting everything into my zone, it does not update
anymore (it is not marked yellow if i do some action on the client side) -
VARIANT 2. even if i am just testing to update the textfields longitude and
latitude, it does not work (VARIANT 3)

any ideas why? 


VARIANT 1


			<div style="margin-top: 5px;">
				 ${message:AdvancedLocation} <javascript:void(0);>  
				<div id="divAdvancedLocation" style="display: none">
	

					<t:textfield t:id="longitude" t:label="${message:Longitude}"
						value="longitude" validate="required" t:mixins="decoField" />
						
	

					<t:textfield t:id="latitude" t:label="${message:Latitude}"
						value="latitude" validate="required" t:mixins="decoField" />

				</div>
			</div>


			

				

						${message:ScopeSize}: <t:help text="${message:ScopeInfo}" />
						<br /> <t:slider onSlide="onSlide(value);"
							onSliderChange="onSliderChange(value);" value="sliderValue" />
						
							<t:zone t:id="scopeZone" id="scopeZone" visible="true">	
							
						${message:scope} ${scopeRadius} m. ${scopeKiloMeters}
						km. ${scopeMiles}${message:Miles}

							</t:zone>

						<br />
				
				

						${message:ScopePrice}:
						${ScopePrice}
						Aircash
				
			


VARIANT 2


<t:zone t:id="scopeZone" id="scopeZone" visible="true">	


			<div style="margin-top: 5px;">
				 ${message:AdvancedLocation} <javascript:void(0);>  
				<div id="divAdvancedLocation" style="display: none">
	

					<t:textfield t:id="longitude" t:label="${message:Longitude}"
						value="longitude" validate="required" t:mixins="decoField" />
						
	

					<t:textfield t:id="latitude" t:label="${message:Latitude}"
						value="latitude" validate="required" t:mixins="decoField" />

				</div>
			</div>


			

				

						${message:ScopeSize}: <t:help text="${message:ScopeInfo}" />
						<br /> <t:slider onSlide="onSlide(value);"
							onSliderChange="onSliderChange(value);" value="sliderValue" />
						
							
							
						${message:scope} ${scopeRadius} m. ${scopeKiloMeters}
						km. ${scopeMiles}${message:Miles}

							

						<br />
				
				

						${message:ScopePrice}:
						${ScopePrice}
						Aircash
				
			


</t:zone>


VARIANT 3

<t:zone t:id="scopeZone" id="scopeZone" visible="true">	
					<t:textfield t:id="longitude" t:label="${message:Longitude}"
						value="longitude" validate="required" t:mixins="decoField" />
						
	

					<t:textfield t:id="latitude" t:label="${message:Latitude}"
						value="latitude" validate="required" t:mixins="decoField" />

</t:zone>



--
View this message in context: http://tapestry.1045711.n5.nabble.com/zoneUpdate-not-working-tp5719660.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org