• ordrmgmt
  • NEWBIE
  • 0 Points
  • Member since 2011

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 3
    Replies

i am tring to pass values from my VF page to controller through

 

<apex:inputText id="answ" value="{!item.TextAnswer}"  />

 and in apex have coded like

 

public list<String> TextAnswer {get; set;}

then how to all the values from all iput text boxes to a list....

somebody please help me... :smileysad:

 

Accenture is hiring Java Developers for San Jose, CA.  Must have permanent US work authorization along with bachelor's degree and 1-7 yrs min work experience.

 

Accenture needs many developers at different levels varying from 1 to 7 yrs experience: Java, Webservices, PL/SQL, Oracle, JSP, Apache Server.  Preferred skills we're looking for: J2EE, Spring, Hibernate, JAX-, SOAP, Tomcat/ Jboss, AJAX, JSON, etc.  

 

If you or someone you know might be interested, please contact me.  I'd be happy to share further info about Accenture and get your resume in for review. 

Best regards,

Sarahjane / FoundSJ

Accenture

 

i am tring to pass values from my VF page to controller through

 

<apex:inputText id="answ" value="{!item.TextAnswer}"  />

 and in apex have coded like

 

public list<String> TextAnswer {get; set;}

then how to all the values from all iput text boxes to a list....

somebody please help me... :smileysad: