dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #21264
Re: learning how to navigate dhis2 sourcecode and flow
Hi Morten
i have looked in the InitAction.java file and main.vm respectively, but i
dont see how the "maintenanceModules" list in the code snipet below is
passed to the file main.vm from InitAction.
Note: am looking at the dhis-web-dashboard-integration module
#if( $maintenanceModules.size() > 0 )
<img id="menuSeparator1" src="../dhis-web-commons/css/$
{stylesheetDirectory}/logo_separator.png">
#end
regards
On Tue, Mar 5, 2013 at 10:05 AM, Nyaika David <davie2086@xxxxxxxxx> wrote:
> Hi Morten
>
> i have looked in the InitAction.java file and main.vm respectively, but i
> dont see how the "maintenanceModules" list in the code snipet below is
> passed to the file main.vm from InitAction.
>
> Note: am looking at the dhis-web-dashboard-integration module
>
> #if( $maintenanceModules.size() > 0 )
> <img id="menuSeparator1"
> src="../dhis-web-commons/css/${stylesheetDirectory}/logo_separator.png">
> #end
>
> regards
> David
>
> On Mon, Mar 4, 2013 at 5:21 PM, Morten Olav Hansen <mortenoh@xxxxxxxxx>wrote:
>
>>
>> On Mon, Mar 4, 2013 at 4:48 PM, Nyaika David <davie2086@xxxxxxxxx> wrote:
>>
>>> <action name="index" class="org.hisp.dhis.dashboard.action.InitAction">
>>> <result name="success" type="velocity">/main.vm</result>
>>> <param
>>> name="page">/dhis-web-dashboard-integration/mainForm.vm</param>
>>> <param name="hideMenu">true</param>
>>> <param name="stylesheets">style/dashboard.css</param>
>>> <param name="javascripts">javascript/dropdown.js</param>
>>> </action>
>>>
>>
>> Its in InitAction.java
>>
>>
>> --
>> Morten
>>
>
>
>
> --
> Regards
> David Nyaika
> Software Developer(SCJP,SCWCD Certified)
> IICS Technologies, Muyenga
> Phone:+256706353274
> Skype:davie2086
> Email: davie2086@xxxxxxxxx
>
--
Regards
David Nyaika
Software Developer(SCJP,SCWCD Certified)
IICS Technologies, Muyenga
Phone:+256706353274
Skype:davie2086
Email: davie2086@xxxxxxxxx
References