I have forms i'm trying load into another page but i'm getting 
404 NOT FOUND error. I dont know what i'm doing wrong, if anyone can spot 
it please help, thats my code below






















*<div class="row">            {{loadmsg = SPAN("loading ...", BR(), 
SPAN(_class="fa fa-spinner fa-spin"), _style="font-size:20px;")}}    <div 
class="col-md-6 form">            {{=LOAD(url=URL(r=request, 
f='spouse_details.load'),content=loadmsg, ajax=True)}}    </div>    <div 
class="col-md-6 form">            {{=LOAD(url=URL(r=request, 
f='children.load'),content=loadmsg, ajax=True)}}    </div></div><hr /><div 
class="row">    <div class="col-md-6 form">      
 {{=LOAD(url=URL(r=request, 
f='parent_and_inlaws_cover.load'),content=loadmsg, ajax=True)}}    </div>  
  <div class="col-md-6 form">      {{=LOAD(url=URL(r=request, 
f='extended_family_cover.load'),content=loadmsg, ajax=True)}}    
</div></div>*

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/2149d216-1a48-45a2-93e3-7d42eeed2d8bn%40googlegroups.com.

Reply via email to