Changeset 4143


Ignore:
Timestamp:
Feb 15, 2008, 1:41:16 PM (15 years ago)
Author:
Nicklas Nordborg
Message:

References #896: Stop generating too long URL:s

The POST is now in place. Will test this next week.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/clients/web/net/sf/basedb/clients/web/taglib/table/Table.java

    r4093 r4143  
    567567    if (getId() != null) sb.append(" name=\"").append(getId()).append("\"");
    568568    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");
    570570   
    571571    if (getTitle() != null) sb.append("<h3 class=\"docked\">").append(getTitle()).append("</h3>\n");
Note: See TracChangeset for help on using the changeset viewer.