Update of /cvsroot/tacos/tacos4/demo/docroot/WEB-INF
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12965/demo/docroot/WEB-INF

Modified Files:
        Border.html Border.jwc 
Log Message:
Started updated to work with tap 4.1, work in progress...you will need tapestry 
jars from trunk for this to work now.

Index: Border.jwc
===================================================================
RCS file: /cvsroot/tacos/tacos4/demo/docroot/WEB-INF/Border.jwc,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Border.jwc  17 Dec 2005 22:13:03 -0000      1.8
--- Border.jwc  28 Dec 2005 00:06:35 -0000      1.9
***************
*** 14,18 ****
    <property name="currPage" />
    <property name="baseURL" initial-value="webRequest.contextPath" />
! 
    <component id="shell" type="Shell">
      <binding name="stylesheets" value="ognl: 
{assets.stylesheet,assets.pbStylesheet,assets.formStyle}"/>
--- 14,22 ----
    <property name="currPage" />
    <property name="baseURL" initial-value="webRequest.contextPath" />
!   
!   <bean name="ajaxDelegate" 
class="net.sf.tacos.ajax.components.AjaxShellDelegate">
!    <set name="dojoSource" value="asset:dojoAsset" />
!   </bean>
!   
    <component id="shell" type="Shell">
      <binding name="stylesheets" value="ognl: 
{assets.stylesheet,assets.pbStylesheet,assets.formStyle}"/>
***************
*** 20,29 ****
          <binding name="doctype"
          value="literal:PUBLIC html &quot;-//W3C//DTD XHTML 1.0 
Transitional//EN&quot; 
&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;"; />
    </component>
! 
    <asset name="stylesheet" path="context:css/main.css"/>
    <asset name="pbStylesheet" path="context:css/ProgressBar.css" />
    <asset name="formStyle" path="context:css/betterforms.css" />
! 
    <inject property="webRequest" object="infrastructure:request"/>
  </component-specification>
--- 24,34 ----
          <binding name="doctype"
          value="literal:PUBLIC html &quot;-//W3C//DTD XHTML 1.0 
Transitional//EN&quot; 
&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;"; />
+     <binding name="delegate" value="bean:ajaxDelegate" />    
    </component>
!   
    <asset name="stylesheet" path="context:css/main.css"/>
    <asset name="pbStylesheet" path="context:css/ProgressBar.css" />
    <asset name="formStyle" path="context:css/betterforms.css" />
!   <asset name="dojoAsset" path="context:js/dojo" />
    <inject property="webRequest" object="infrastructure:request"/>
  </component-specification>

Index: Border.html
===================================================================
RCS file: /cvsroot/tacos/tacos4/demo/docroot/WEB-INF/Border.html,v
retrieving revision 1.70
retrieving revision 1.71
diff -C2 -d -r1.70 -r1.71
*** Border.html 17 Dec 2005 22:13:03 -0000      1.70
--- Border.html 28 Dec 2005 00:06:35 -0000      1.71
***************
*** 1,3 ****
--- 1,4 ----
  <html jwcid="shell" >
+ <!-- 
  <script type="text/javascript">
  djConfig = { isDebug: true,
***************
*** 11,15 ****
  </div>
  <script jwcid="@Any" type="text/javascript" src="ognl:baseURL + 
'/js/dojo/dojo.js'"></script>
! 
  <body jwcid="@Body" >
  
--- 12,17 ----
  </div>
  <script jwcid="@Any" type="text/javascript" src="ognl:baseURL + 
'/js/dojo/dojo.js'"></script>
!  -->
!  
  <body jwcid="@Body" >
  



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Tacos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tacos-devel

Reply via email to