weatherForecastAjax.jsp
Upload User: shen332233
Upload Date: 2021-09-03
Package Size: 7478k
Code Size: 0k
Category:

Ajax

Development Platform:

Java

  1. <%@ taglib uri="http://taconite.sf.net/tags" prefix="tac" %>
  2. <tac:taconiteRoot>
  3.     <tac:replaceChildren contextNodeID="forecastLocation" parseOnServer="true">
  4.         <%@ include file="weatherLocation.jsp" %>
  5.     
  6.     </tac:replaceChildren>
  7.     <tac:replaceChildren contextNodeID="weatherContent" parseOnServer="true">
  8.         
  9.         <%@ include file="weatherTable.jsp" %>
  10.     </tac:replaceChildren>
  11.     
  12. </tac:taconiteRoot>