Changeset 3435


Ignore:
Timestamp:
08/23/10 09:10:28 (18 months ago)
Author:
jlops
Message:

Demo Ready

Location:
molgenis_distro/3.5/handwritten/java
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • molgenis_distro/3.5/handwritten/java/GeneratorServlet.java

    r3371 r3435  
    138138                OutputStream out = response.getOutputStream(); 
    139139                byte[] buffer = new byte[2048]; 
    140                 for( ;; ) 
     140                for( ; ) 
    141141                { 
    142142                        int nBytes = in.read(buffer); 
  • molgenis_distro/3.5/handwritten/java/plugin/welcome/WelcomeScreenPlugin.ftl

    r3371 r3435  
    2626<#--begin your plugin-->         
    2727 
    28 Create your plugin layout code here. 
     28<IFRAME SRC="faces/main.xhtml" WIDTH=800 HEIGHT=600> 
     29If you can see this, your browser doesn't  
     30understand IFRAME.  However, we'll still  
     31<A HREF="hello.html">link</A>  
     32you to the file. 
     33</IFRAME> 
     34 
     35 
    2936<#--<input name="myinput" value="${screen.getMyValue()}"> 
    3037<input type="submit" value="Change name" onclick="__action.value='do_myaction';return true;"/--> 
Note: See TracChangeset for help on using the changeset viewer.