Missing page - Forum

Forum Navigation
You need to log in to create posts and topics.

Missing page

Has anyone had this? When the project is put onto the web, a page is not available but is when I test the app.

<li class="dropdown" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown">Other<b class="caret"></b></a>
                    <ul class="dropdown-menu" role="menu">
                        <li><a href="./index.html#!/WebSite">Other Service Providers</a>
                        </li>
                        <li><a href="./index.html#!/dircourse">Course Directory V4</a>
                        </li>
                         <li><a href="./index.html#!/forms">Forms Directory</a>
                        </li>
                         <li><a href="./index.html#!/learnagg">Learning Agreements</a>
                        </li>
                        <li><a href="./index.html#!/Postcode">Postcode checker V4</a>
                        </li>

The problem line is that of Forms Directory, even when this is move to its own line, you are unable to view the page?

All other pages work.

 

Regards

 

@m-burdess I don't understand your question. Note that the </ul> tag is missing in your source code.

@luishp the </ul> tag is in the code but I have missed it from the above. The problem I have is that when I test the link from " Forms Directory"  the page is shown, but after the app is compiled and then uploaded this page is not available, all I get is the first page.

Would it be best to delete all that is on the web site a just do a clean install?

 

Regards

@m-burdess I can't reproduce the problem here. Have you pressed Ctrl-F5 to be sure the app is fully reloaded?
Can you share a link to a sample application showing the problem?

Regards.