Hi All,
       I used this code like below in my view to call other
application as this is something simplest I could find.

<a> {{=LOAD (url='http://127.0.0.1:8000/wiki/index.html'}}

 It did the job. But it overrides my selected application template and
if I try to access a url in the index.html page for wiki (as written
above) it then takes control of the entire page overriding my calling
application.
I even selected the same template for wiki but with some weird
results. So ultimately I coded the wiki in my current application
itself (as i need to quickly build myself a solution)


Ps: I am currently struggling with CRUD and creating tables for my db
applications in HTML Views.  Something I want accomplished using
SQLTABLES ..

One suggestion, two actually -
1- Can we have a polished table rendering widget in web2py widgets for
the data rendered using SQLFORM. Also I found that I need a template
from creating tabs in views so I can code more complex applications
using these widgets. Can anyone let me know the trick to achieve this
or any helpful links. ?
2- How do I print data to a printer in web2py? any library or
documentation regarding the same? Also I need to show preview in PDF
format for database cursor data. Can anyone help on this? I could not
find any supporting information on it.

Thanks, Rahul

----

On Mar 17, 3:47 pm, Rahul <rahul.dhak...@gmail.com> wrote:
> These links are a good resource. But I'll need to figure out if I can
> get it working in my current application. Thanks for your wonderful
> support. I'll keep you all posted if I get success.
>
> Rahul.
>
> On Mar 15, 8:19 pm, mdipierro <mdipie...@cs.depaul.edu> wrote:
>
> > For now look at the following links that may help you:
>
> > For an example of {{=LOAD(...)}}
>
> >    http://gluonframework.wordpress.com/2010/03/07/web2py-ajax-and-forms/
>
> > You can load an action from the same app or other apps.
>
> > For ways an app can share data with another app:
>
> >  http://www.web2py.com/book/default/section/4/19
> >  http://www.web2py.com/book/default/section/4/20
>
> > Hope this helps.
>
> > Massimo
>
> > On Mar 12, 7:26 am, Rahul <rahul.dhak...@gmail.com> wrote:
>
> > >     Hi All, Massimo,
> > >            I've been designing a  web app using web2py. Web2py is
> > > really a
> > >     very well designed framework. I am considering it along with
> > > Django for a
> > >     medium sized web app development. How ever I would like to know,
> > > if I can
> > >     code more applications for a single complex site (as we can do in
> > > Django)
> > >     and link it to one single application.I am not using CAS as I have
> > > created
> > >     my own authentication system. Here's an example to make it clear
> > > of what I
> > >     want-
> > >      *my site*
> > >             |__ site pages along with main page
> > >             |__ link to app1 ( a blog that is a separate web2py app)
> > >             |__ link to a app2 (chat client)  ( again a separate
> > > web2py app)
> > >             |__ link to my database triggered app3 (again a separate
> > > web2py
> > >     app)
>
> > >     In short how do I modularise my web2py project to combine
> > > different
> > >     applications into my original site web2py project. From the web
> > > I've seen a
> > >     post from Yarko that mentions this
>
> > >     {{=LOAD(...,application='
> > >     otherapp')}}
>
> > >     but technically I could not find any documentation either in your
> > > online
> > >     book or site. Can you please provide methods of how this is
> > > achievable
> > >     without sacrificing simplicity. I have also heard about plugins
> > > but not
> > >     really sure what they are and should I be really using those.
>
> > >     Please suggest.
>
> > >     Sincerely, Rahul D
> > >     (India)

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to