Friday, January 3, 2014

Populating textarea from one page to another

Hello,

I have an application, in which i create a link, that opens to another page within the app. In the link i have an element called "notes" and the link url goes something like ....&notes=thenote&mcc_id=123&....

When I click on that link with that url, the "notes" textarea field, doesn't get populated with "thenote" in the new page that is opened

Any idea why this is?

Here is the cl with the html and line 108, is where the link is generated
https://critique.corp.google.com/#review/59053319/depot/google3/onlinesales/third_party_compliance/reseller_server/templates/tracker.html

And here is the cl for the page the link goes to, and the element i'm trying to populate is on line 52
https://critique.corp.google.com/#review/59053319/depot/google3/onlinesales/third_party_compliance/reseller_server/templates/record_updater.html

Thank you in advance for the help!

Pablo

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/b4f3a78a-3dd6-418d-bc5b-14f5d4239eb3%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment