Project

General

Profile

« Previous | Next » 

Revision 505

Added by Matt Jones over 23 years ago

Began work on new UI for the KNB web site. It will be the main query
interface from the KNB website.

View differences:

MetaCatServlet.java
210 210
      params.put(name,value); 
211 211
    }  
212 212
    
213
    String action = ((String[])params.get("action"))[0];  
214
    util.debugMessage("Line 213: Action is: " + action);
213 215
    //if the user clicked on the input images, decode which image
214 216
    //was clicked then set the action.
215
    String action = decodeMouseAction(params);
216
    if(action.equals("error"))
217
    {
218
      action = ((String[])params.get("action"))[0];  
219
    }
217
    //MBJELIMINATE String action = decodeMouseAction(params);
218
    //if(action.equals("error"))
219
    //{
220
     // util.debugMessage("Line 218: Action is: " + action);
221
      //action = ((String[])params.get("action"))[0];  
222
    //}
220 223
    
221 224
    // This block handles session management for the servlet
222 225
    // by looking up the current session information for all actions

Also available in: Unified diff