Re: [Rails] submit() not working on first click....it is working on second click

2012-08-10 Thread Colin Law
On 10 August 2012 13:37, rubyrails9 wrote: > can I reload thickbox automatically? I have no idea even what thickbox is, sorry. Colin > > > On Fri, Aug 10, 2012 at 6:00 PM, rubyrails9 wrote: >> >> I have used link_to tag already and button tag also... my major >> requirement is that I n

Re: [Rails] submit() not working on first click....it is working on second click

2012-08-10 Thread rubyrails9
can I reload thickbox automatically? On Fri, Aug 10, 2012 at 6:00 PM, rubyrails9 wrote: > I have used link_to tag already and button tag also... my major > requirement is that I need to show them in thickbox... > > > On Fri, Aug 10, 2012 at 5:59 PM, rubyrails9 wrote: > >> Actually I hav

Re: [Rails] submit() not working on first click....it is working on second click

2012-08-10 Thread rubyrails9
I have used link_to tag already and button tag also... my major requirement is that I need to show them in thickbox... On Fri, Aug 10, 2012 at 5:59 PM, rubyrails9 wrote: > Actually I have now install foot note gem in my development mode Here > what I am getting is that, data is inserted

Re: [Rails] submit() not working on first click....it is working on second click

2012-08-10 Thread rubyrails9
Actually I have now install foot note gem in my development mode Here what I am getting is that, data is inserted into cart, but it is not showing me in thick box (*localhost:3000*) as my thick box pop-ups at my home page... It is showing me in *localhost:3000/cart*... Its actual link... pr

Re: [Rails] submit() not working on first click....it is working on second click

2012-08-10 Thread Colin Law
On 10 August 2012 11:26, rubyrails9 wrote: > I mean, product id is passed... but its not showing me cart page... So when you click the button the first time you see it calling an action in the log, but that action is not doing what you expect? In that case, as I said before, have a look at the R

Re: [Rails] submit() not working on first click....it is working on second click

2012-08-10 Thread rubyrails9
I mean, product id is passed... but its not showing me cart page... On Fri, Aug 10, 2012 at 3:54 PM, rubyrails9 wrote: > that all I have done...I am not getting anything in development log > Any other suggestion?? > > > On Fri, Aug 10, 2012 at 2:55 PM, Colin Law wrote: > >> On 10 August 201

Re: [Rails] submit() not working on first click....it is working on second click

2012-08-10 Thread rubyrails9
that all I have done...I am not getting anything in development log Any other suggestion?? On Fri, Aug 10, 2012 at 2:55 PM, Colin Law wrote: > On 10 August 2012 09:48, rubyrails9 wrote: > > I am developing an e-commerce site.. and now I got stuck at one point.. > When > > I submit the form

Re: [Rails] submit() not working on first click....it is working on second click

2012-08-10 Thread Colin Law
On 10 August 2012 09:48, rubyrails9 wrote: > I am developing an e-commerce site.. and now I got stuck at one point.. When > I submit the form ,it doesn't submits on the first click, and i need to give > a second click to get it working... I have used anchor tag to submit my data > bcoz I want to s

[Rails] submit() not working on first click....it is working on second click

2012-08-10 Thread rubyrails9
I am developing an e-commerce site.. and now I got stuck at one point.. When I submit the form ,it doesn't submits on the *first click*, and i need to give a second click to get it working... I have used anchor tag to submit my data bcoz I want to show the data inside thickbox(iframe)... View fi