> I am not sure what your problem is.  Please provide more detail and
> code.

Basically I have two partials that render.  One is the "Available
Items" and the other is "Selected Items".  If I select an "Available
Item" then it gets added to "Selected Items".  However, if I remove a
"Selected Item" I need it to go back to "Available Items".  When they
are initially rendered from the VIEW code, both work just fine.
However, I need to dynamically insert javascript for each newly added
unordered list item to either column.  Currently I'm actually using a
partial within a partial to manage each new item.  It adds a
"link_to_remote" item  for each newly added item.  My "issue" is that
I can't figure out how to use the javascript helpers via the
"render :update" method in the controller so I have to call a partial
in order to insert the appropriate code.  I could very likely be
asking the wrong question(s)

The reason I need it to update immediately is because it is a multi-
user setup and if one user has selected an item, I need it to
immediately be "taken out" of circulation.  In either case, I'd still
need dynamic code to, at the very least, move the items back and
forth.


>
>
>
> > Any ideas?
>
> > Best.
>
> Best,
> --
> Marnen Laibow-Koserhttp://www.marnen.org
> [email protected]
> --
> Posted viahttp://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
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