function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sravan alaparthisravan alaparthi 

<apex:param name attribute

Hello Everyone,

 

i had used apex:param tag quite a lot by now,but so many times i noticed if name attribute is not specified it is not working properly.

 

So i guess it's like key for the value which we want to assignto a property of a controller. 

 

please do correct me if i am wrong...

 

Sravan Alaparthi.

 

 

Jerry.ax1540Jerry.ax1540

Yes either the name will work or the Assignto Attribute will work in <apex:param > tag but u need to keep the name tag while working with the <apex:param>

 

 

 

Thanks

sravan alaparthisravan alaparthi

Even when i use assignto its not working with the name attribute 

SeAlVaSeAlVa

In my case I have to set 'name' attribute only if I'm in a loop (apex:pageBlockTable for example), and it does not matter the value I place on it (I write ABC and it works great), as long as I set value and assignTo properties correctly.

sravan alaparthisravan alaparthi

Yes this may the case because I am actually in pageblocktable thanks for your time guys.......