← Back to team overview

dhis2-devs team mailing list archive

Re: learning how to navigate dhis2 sourcecode and flow

 

Look at XWorkPortalModuleInterceptor (and follow the thread from there).

--
Morten


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
>

References