taconite

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 can't seem to find a way to use freemarker directives to set the content type, and I am not well versed enough in struts to know if there is ...

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 contains the results of the search I would like to use radio buttons on the second panel to get more specific details from the data base and disp...

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 code associated with clicking and drag and dropping is not executing. I'm replacing the html inside divs. How can I keep my code modula...