Changeset 4143
- Timestamp:
- Feb 15, 2008, 1:41:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/table/Table.java
r4093 r4143 567 567 if (getId() != null) sb.append(" name=\"").append(getId()).append("\""); 568 568 if (action != null) sb.append(" action=\"").append(action).append("\""); 569 sb.append(" method=\" get\" onsubmit=\"return false;\">\n");569 sb.append(" method=\"post\" onsubmit=\"return false;\">\n"); 570 570 571 571 if (getTitle() != null) sb.append("<h3 class=\"docked\">").append(getTitle()).append("</h3>\n");
Note: See TracChangeset
for help on using the changeset viewer.