Have fixedHidden take an Object rather than a String.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@1738 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
andrzej
2005-12-05 21:01:39 +00:00
parent 68cfc8fa6c
commit acbe7b16d1
@@ -238,7 +238,7 @@ public class FormTool
* and value. The contents of the parameter of the same name are
* ignored when creating this element.
*/
public String fixedHidden (String name, String value)
public String fixedHidden (String name, Object value)
{
return fixedInput("hidden", name, value, "");
}