Hi there.
I need to add a image to a given controlers imagepool. This is to be
done from the image controller list action. This lists the images, and
suplies a selectbox which contains the possible image pools and an “add”
and “remove” button. When clicking f.x. “add” a Ajax.Request is made to
/image/addImageToController/imgId&cont=controller
Hov do i cache the selected controller, when its name is only passed as
a string to the url. So that is is enterpreted as a true controller
object?
- Emil