morciuch    2005/01/18 09:13:55

  Modified:    webapp/WEB-INF/templates/vm/parameters/html Input.vm
  Log:
  1. Converted ListBox, PopupCalendar and CheckBoxGroup to Velocity
  2. Correctly created Velocity context containing all pull tools
  3. Do not call requestFinished at the end of building the Velocity style 
content
  4. Allow to use template name as style name and default to appropriate 
parameter style class based on template extension
  5. Automatically put all style parameters into template context
  
  See issue http://issues.apache.org/jira/browse/JS1-535
  
  Revision  Changes    Path
  1.2       +1 -1      
jakarta-jetspeed/webapp/WEB-INF/templates/vm/parameters/html/Input.vm
  
  Index: Input.vm
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/vm/parameters/html/Input.vm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Input.vm  18 Jan 2005 17:08:46 -0000      1.1
  +++ Input.vm  18 Jan 2005 17:13:55 -0000      1.2
  @@ -26,7 +26,7 @@
       #set ($inputType = "text")
   #end
   
  -<input type="$!i    nputType" name="$!name" value="$!value">
  +<input type="$!inputType" name="$!name" value="$!value">
   
   #end
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to