weatherForecastAjax.jsp
上传用户:shen332233
上传日期:2021-09-03
资源大小:7478k
文件大小:0k
源码类别:

Ajax

开发平台:

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>