Click here to Skip to main content
15,897,891 members

Comments by charan49 (Top 7 by date)

charan49 18-Oct-13 5:25am View    
Hi Jameel, Jsrender also does the same thing.. Someone will push the Template(HTML page) with a div id =container into my server.. and i need to take that template and put my FORM content into this div and render.. So i dont have any control over the template..
charan49 12-Sep-13 6:16am View    
Anybody has any suggestion for this?
charan49 10-Sep-13 6:32am View    
Hi Jameel,

Thanks for your reply.

I don't want to insert template content(HTML) to a div in my Page.(As it is done above)

I want to insert my form content to a template div and render that.

Thanks,
charan49 10-Sep-13 6:30am View    
Deleted
Hi Jameel,

Thanks for your reply.

I don't want to insert template content(HTML) to a div in my Page.(As it is done above)

I want to insert my form content to a template div and render that.

Thanks,
charan49 16-Feb-12 7:29am View    
Hi Thanks for your response... let me give my exact scenario.. we have a client weservice that is capable of processing 5 request concurently.. lets say now i have 50 request objects which are already in my list objectc.. I have to create 5 threads and pass 10 request objects to each thread.. So that we make use of webservice most effectiverly.. This has to be 5 request should go to webservice at any given point..