• dataview within mobile page not finding pageName reference to intended mobile page

    By Ravi Kiran Papishetty 1 decade ago

    All,

    I have a single page application that has multiple Mobile Pages. I have a view level mobile page that targets another mobile page. I am using pageName="#targetPage" in the data view control.  Following error I am getting :

    I am using 8.5.3 (FP1). When I check the url on the viewentry links in the data view control I found the following:

    http://serverName/Db.nsf/ddd.xsp#targetPage?databaseName=ServerName!!Db.nsf&documentId=BF06711B14640D7385257B8700496522&action=editDocument

    If I takeout server name and db path from the URLand post it to the browser then it is working fine :(

    http://serverName/Db.nsf/ddd.xsp#targetPage&documentId=BF06711B14640D7385257B8700496522&action=editDocument

    Can you guyz please help me what am I missing here? Why pageName property in the data View control is not working as it suppose to be? here is my complete code :


        xmlns:xc="http://www.ibm.com/xsp/custom">

                 selectedPageName="dataView">

                         preload="true">
                                 moveTo="home">
                                 binding="#{viewStateBean.dataIterator}" collapsibleRows="true"
                    collapsibleDetail="true" pageName="#targetPage" columnTitles="true"
                    rows="10">
                    
                                                 expandLevel="2">
                        

                    

                    
                        
                    

                

            


                         preload="true">
                                 back="Back" moveTo="dataView"/>
                
                    
                                                 formName="Associate Data"/>
                    

                    
                        
                        
                        

                        
                        
                        
                        
                        

                        
                        
                                                 value="#{document1.Photos}">
                        

                    

                    
                

            

        

     

    Thanks,

    Ravi Kiran