Where to set or call the default landing page

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Where to set or call the default landing page

Lanzjess
Hi all,

I want to create a landing page such as https://localhost:8443/index.jsp or
a separate login.jsp then will redirect to a landing page.

In the landing page I want to see link buttons that represent all the
modules.

Currently, you have to specify
the plugin to have a landing page such as https://localhost:8443/
*accounting*/control/login.


--
Regards,

*Allan L. Zarsuela*
*Software Engineer*
Reply | Threaded
Open this post in threaded view
|

Re: Where to set or call the default landing page

Rishi Solanki
Checkout the practice application, it will also illustrate the use of UI
decorator patterns. This would definitely help you to do that.

If you want to check it directly, then example component best fits for you.
Check the main-decorator, application decorator and global decorator usage
in the screens shared.

HTH!

Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co

On Sun, Apr 22, 2018 at 12:41 PM, Allan Zarsuela <[hidden email]>
wrote:

> Hi all,
>
> I want to create a landing page such as https://localhost:8443/index.jsp
> or
> a separate login.jsp then will redirect to a landing page.
>
> In the landing page I want to see link buttons that represent all the
> modules.
>
> Currently, you have to specify
> the plugin to have a landing page such as https://localhost:8443/
> *accounting*/control/login.
>
>
> --
> Regards,
>
> *Allan L. Zarsuela*
> *Software Engineer*
>
Reply | Threaded
Open this post in threaded view
|

Re: Where to set or call the default landing page

Lanzjess
Hi Solanki,

Thanks for the reply! So practice application means the example module?
Anyway, I have checked some codes and one of my colleagues: he created the
hot-deploy module and in WEB-INF/web.xml redirect the default page
into accounting log-in. I mean to say we cannot set it from the main
framework? But it seems fair enough: it works on the customization module.
See the code below:

 <context-param>
        <description>The location of the main-decorator screen to use for
this webapp; referred to as a context variable in screen def XML
files.</description>
        <param-name>mainDecoratorLocation</param-name>

<param-value>component://accounting/widget/CommonScreens.xml</param-value>
    </context-param>

On Mon, Apr 23, 2018 at 10:58 PM, Rishi Solanki <[hidden email]>
wrote:

> Checkout the practice application, it will also illustrate the use of UI
> decorator patterns. This would definitely help you to do that.
>
> If you want to check it directly, then example component best fits for you.
> Check the main-decorator, application decorator and global decorator usage
> in the screens shared.
>
> HTH!
>
> Rishi Solanki
> Sr Manager, Enterprise Software Development
> HotWax Systems Pvt. Ltd.
> Direct: +91-9893287847
> http://www.hotwaxsystems.com
> www.hotwax.co
>
> On Sun, Apr 22, 2018 at 12:41 PM, Allan Zarsuela <[hidden email]
> >
> wrote:
>
> > Hi all,
> >
> > I want to create a landing page such as https://localhost:8443/index.jsp
> > or
> > a separate login.jsp then will redirect to a landing page.
> >
> > In the landing page I want to see link buttons that represent all the
> > modules.
> >
> > Currently, you have to specify
> > the plugin to have a landing page such as https://localhost:8443/
> > *accounting*/control/login.
> >
> >
> > --
> > Regards,
> >
> > *Allan L. Zarsuela*
> > *Software Engineer*
> >
>



--
Regards,

*Allan L. Zarsuela*
*Software Engineer*