[Rails] .rjs template doesn't load?
Joshua Gitlin
josh at digitalfruition.com
Mon Feb 6 20:00:07 GMT 2006
Tom,
That would work well, problem is, I can't make my action render
*anything* besides :text...
-Josh
-----------
Due to the recent increase in spam and falsely sent email, I now PGP
Sign all of my outgoing mail to prove my identity. This means that
you will see an attachment called "PGP.sig" with this message. This
attachment can be used to prove that I am who I say I am. If you are
not familiar with PGP, you can safely ignore it. For more
information, please visit http://www.pgp.com/ or http://www.gnupg.org/
On Feb 6, 2006, at 2:50 PM, Tom Wilcoxen wrote:
> Josh,
>
> I have a similar requirement, but addressed it a little differently. I
> don't know which is better. I set an instance variable in my
> controller called @error and fill it with a message if the action
> fails. Then in my .rjs I do:
>
> if @error
> page.show 'ajax-error'
> page.replace_html 'ajax-error', @error
> else
> page.hide 'ajax-error'
> page.replace_html 'my-div-name', :partial => 'mypartial'
> page.visual_effect :highlight, 'my-div-name', :duration => 1.5
> end
>
> -Tom
> _______________________________________________
> Rails mailing list
> Rails at lists.rubyonrails.org
> http://lists.rubyonrails.org/mailman/listinfo/rails
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 194 bytes
Desc: This is a digitally signed message part
Url : http://wrath.rubyonrails.org/pipermail/rails/attachments/20060206/0a9620c6/PGP.bin
More information about the Rails
mailing list