Ignore:
Timestamp:
Mar 22, 2010, 5:12:11 PM (14 years ago)
Author:
tobias
Message:

table output added

Location:
vanHelsing/trunk/gui/src/de/dass_it/vanhelsing/gui/items
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • vanHelsing/trunk/gui/src/de/dass_it/vanhelsing/gui/items/DirectorItem.java

    r847 r848  
    11package de.dass_it.vanhelsing.gui.items;
    2 
    3 import de.dass_it.vanhelsing.gui.items.*;
    42
    53public class DirectorItem extends ItemType implements UserObjectItem{
  • vanHelsing/trunk/gui/src/de/dass_it/vanhelsing/gui/items/ItemType.java

    r844 r848  
    11package de.dass_it.vanhelsing.gui.items;
    22
    3 public abstract class ItemType  implements UserObjectItem{
     3public abstract class ItemType implements UserObjectItem{
    44        private String ResType;
    55        private int ResId;
     
    99
    1010        public String getTypePage(){
    11                 return ("/WEB-INF/" + ResType + ".jspx");
     11                /*"/WEB-INF/" +*/
     12                return (ResType + ".jspx");
    1213        }
    1314
Note: See TracChangeset for help on using the changeset viewer.