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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -