Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
97 views

Ajax replaces a bunch of HTML, how to update the associated jQuery actions like Drag And Drop?

So I've finally figured out a system for refreshing portions of the screen using Ajax, Taconite, and jQuery within Django, sortof like Ruby on Rails partials. I was pleased, but unfortunately, the ...
0
votes
2answers
247 views

Jquery/php/taconite radio buttons

I am new to Jquery and taconite I want to have a page that does the following It has multiple panels the first contains search criteria to submit a request to a mysql database The second panel ...
0
votes
5answers
4k views

Setting the content-type of a response in Struts2

So, I'm using freemarker templates with Struts2 to formulate my responses. However, since I'm trying to use taconite as well, I need the response to be sent with the content type of "text/xml". I ...