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
SFDC@ChennaiSFDC@Chennai 

How to get the values in input fields with out creating as physically in Object


I just want to dispaly the fields for getting input, it should Not be created  as Salesforce object's fileds.
The created(in VFP as a apex tag) filed's name should be dynamic based on some other input.
Eg: If i have 6 fields, the first filed's name will be current month's name(Sep-14) respectively next 5 fields Oct-14, Nov-14, Dec-14, Jan-15.

Can any one please help me out?
Best Answer chosen by SFDC@Chennai
JeffreyStevensJeffreyStevens
Use the <apex:inputtext> tag