Revision: 498
          http://svn.sourceforge.net/stripes/?rev=498&view=rev
Author:   tfenne
Date:     2007-03-27 05:14:25 -0700 (Tue, 27 Mar 2007)

Log Message:
-----------
Merge of fix for STS-318: No getter/setter for InputImageTag 'value' attribute

Modified Paths:
--------------
    branches/1.4.x/stripes/src/net/sourceforge/stripes/tag/InputImageTag.java

Modified: 
branches/1.4.x/stripes/src/net/sourceforge/stripes/tag/InputImageTag.java
===================================================================
--- branches/1.4.x/stripes/src/net/sourceforge/stripes/tag/InputImageTag.java   
2007-03-27 12:13:33 UTC (rev 497)
+++ branches/1.4.x/stripes/src/net/sourceforge/stripes/tag/InputImageTag.java   
2007-03-27 12:14:25 UTC (rev 498)
@@ -106,4 +106,7 @@
 
     public void setSrc(String src) { set("src", src); }
     public String getSrc() { return get("src"); }
+
+    public void setValue(String value) { set("value", value); }
+    public String getValue() { return get("value"); }
 }


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to