rodrigo 2013-09-17 13:16:32 +00:00
parent c2adf18330
commit 234acbf14c
1 changed files with 2 additions and 3 deletions

View File

@ -12,7 +12,6 @@ import org.zkoss.zk.ui.Component;
import org.zkoss.zk.ui.event.Event;
import org.zkoss.zul.Combobox;
import org.zkoss.zul.Messagebox;
import org.zkoss.zul.Paging;
import com.rjconsultores.ventaboletos.entidad.Parada;
import com.rjconsultores.ventaboletos.service.ConexionService;
@ -28,10 +27,10 @@ import com.rjconsultores.ventaboletos.web.utilerias.render.RenderConexion;
@Scope("prototype")
public class BusquedaConexionController extends MyGenericForwardComposer {
private static final long serialVersionUID = 1L;
@Autowired
private ConexionService conexionService;
private MyListbox conexionesList;
private Paging pagingConexiones;
private Combobox cmbParadaOrigem;
private Combobox cmbParadaDestino;