I have a view site/index.html which includes the following code: <div class="item"> {{=LOAD('landingpage','index.load',ajax=True)}} </div> <!-- item -->
The view landingpage/index.load contains this code: <div class="row-fluid"> <div class="span11 offset1"> {{=LOAD('landingpage','form.load',ajax=True)}} </div> <!-- /.span11 offset1 --> </div> <!-- /.row-fluid --> When I expose site/index a view called default/search.html is being loaded. This view has absolutely nothing to do with the functions and views mentioned above. Is there something wrong with the way I nest the LOAD()s? Another related question, a visitor can have multiple landingpage/index views open in his browser, how do I know when a visitor submits a form which landingpage it belongs to? Kind regards, Annet -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.