I've noticed in the TDK sample app that the template screens use addPathInfo 
exclusively.  I tried changing it to addQueryData and noticed no difference except for 
the URI - that is addPathInfo puts my key value pair in as /key/value and addQueryData 
puts it in as ?key=value.  Either way, Turbine doesn't seem to have any trouble 
parsing them.

My question is, is there an arguable reason for using addPathInfo versus addQueryData, 
or is it just a matter of preference as to how you like the URI to look?


Reply via email to