Hello Experts,

I'm using Svn checkout tortoise, and would like to ask for your expert
advice what to do if I have following error

Error: Can't check path
Error:
'C:\Bleach\myforum\naturecam\bgSubCode2\build\bgSubCode2.build\Debug\bgSubCode2.build\Objects-normal\i386\Bhatta.o~>':

Error: The filename, directory name, or volume label syntax is incorrect.
Finished!:

I'm trying to integrate my code with the existing project but I don't know
if that works. what are your expert suggestions to fix this.

thank you very much for your time


On Sun, Jul 12, 2009 at 7:36 AM, JannaB <[email protected]> wrote:

>
> I've implemented observe_field succesfully on other controls, but
> never on a text field. For whatever reason, the following partial
> never executes the action specified in the url of my observe_field
> below.
>
> Does anyone see what I am doing wrong here and how I can make that
> action fire? Thanks, Janna B.
>
> <% form_for current_associate, :html => {:name => 'whereaboutsform'}
> do |f| %>
>   <%= f.label :inoutexplanation, "Hello <b>" <<
> current_associate.nice_to_s << "</b> please update your whereabouts or
> tell us what you're doing:" %><br />
>   <%= f.text_field :inoutexplanation %>
>   <%= f.submit "Update" , :class=>'button' %>
>   <% if current_associate.channel_id != nil and
> current_associate.channel_id > 0 %>
>   <%= observe_field "associate_inoutexplanation", :url =>
> {:controller => :channels, :action =>
> 'speakassfromwhereaboutspartial' },  :with =>
> "'associate_inoutexplanation=' + value" %>
>   <% end %>
> <% end %>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to