adspace
What are the difference between Render as and Re-render?
Answer Posted / Rohitash Kumar
Render as is a Visualforce attribute used to specify the type of output that a component should produce. For example, if you want a component to output HTML code, you would set its renderAs attribute to 'html'.nnRe-render, on the other hand, refers to the process of updating the UI of a Visualforce page by reexecuting its Apex controller and rendering its components again. This can be triggered by an action event or a JavaScript remoterollup function.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers