Hi Jeff,

User request with url like http://myurl/?AA.AA=abc

In my settings.py
TEMPLATE_CONTEXT_PROCESSORS = (
    .....
    'django.core.context_processors.request',
)

In my template index.html  ..... {{ request.AA.AA }}

Just trying to show the value of AA.AA in user's browser.

The "AA.AA" become a problem.



Best Regards
Tom Wu




2009/3/13 Jeff S <[email protected]>

>
> Hi Tom,
>
> I think we'd need to see your template and your request handler to be
> able to get a better idea. This error usually means there is something
> amiss in your template file.
>
> Thank you,
>
> Jeff
>
> On Mar 10, 7:53 pm, Tom Wu <[email protected]> wrote:
> > Hi all,
> >
> > I am new to python and django.
> >
> > Trying to do a request likehttp://someurl/?AA.AA=abc    with
> > RequestContext.
> >
> > and render in template {{ request.AA.AA }} ,  It got "Could not parse
> > the remainder"
> >
> > The ?AA.AA=abc isn't not define by me. Is any way to deal with this
> > problem ?
> >
> > Best Regards
> > Tom
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to