Gvnix: show different controllers on the map -


i have entity actuaciones, controller, , have created new controller same entity:

web mvc scaffold --class ~.web.electricidadcontroller --backingtype ~.domain.actuacion  --path electricidad 

the idea apply filters on new controller , display on map data filtered.

i edited file views/mapa/show.jspx follows:

<layer:entity filtertype="auto" id="l_es_ratowrs_geoportal2_domain_actuacion" path="/electricidad" pk="id" z="user-managed">         <layer:entity-field field="ubicacion" icon="glyphicon-home" iconlibrary="glyphicon" id="l_es_ratowrs_geoportal2_domain_actuacion_ubicacion" markercolor="purple" z="8fkc5flt7safzyuwuelu4x7zxue="/>     </layer:entity> 

however, in map filter not shown controller "electricidad", "actuacion".

any ideas?

thank much.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -