3 Antworten
Hi RapaichYes you have to develop a Custom Controller\ like <apex:page controller="Sendparameters">.And instead of Using <p> tag you can use <apex:outputlabel>In COntroller method You have to add PageReference to Redirect to Next Page.And You can send Parameters i.e Your input Text Values to Next Page with pageReference and Get these parameters on next Page From UrlI can provide You an example but Self Learning will teach You most.Try Step by StepIf you need Further guidence or you are struck anywhere please let me know