You need to sign in to do that
Don't have an account?

Passing Parameters from VF Page to controller
Hey
I'm trying to do something like this in my VF markup:
Code:
action="{!next(false)}"
where I am passing the parameter false into the next function in my controller. I cannot find a definitive answer if this can be done, and cannot seem to get it working myself. Anyone know for sure?
Well I want to call this method from various places, both the visualforce page and other methods within that class. I have worked around this, but it would make life easier to have this feature (and it seems like it should be there!)
Thanks as always for the quick response.