|
NYCJava.net Main Page About NYCJava.net JUG Java Study Groups: Java Mobile SCJP 6 (Programmer Cert.) Design Patterns SCEA 5 (Architect Cert.) Java Enterprise Study Group Sponsor of the Skylight1 ![]() open source project Location Sponsor: ![]() A member SIG of http://nypc.org ![]() Sponsor of the NYC Java Meetup ![]() ![]() help support NYC Java: http://cafepress.com/nycjava ![]()
![]() Special thanks to: Sun Microsystems Prentice Hall O'Reilly JetBrains Apress and NYPC! Book Reviews Articles Java Links Java Jobs Humor About Duke System Info Find pages About this Wiki Wiki Quick Start WikiEtiquette
Set your name in
UserPreferences |
Osama, Can you post a working veiosrn of Controller and VisualForce page?I am not able to make it work?I am having following controller and in visualForce page i am using as following an dit's not working. var accounts = ; accounts.push( {!address}');public class AddressController { public List accountAddresses { get { List addresss = new List(); List accounts = select BillingStreet, BillingCity, BillingState, BillingPostalCode, BillingCountry from Account; for(Account a : accounts) { addresss.add(a.BillingStreet + , + a.BillingCity + , + a.BillingState+a.BillingPostalCode + , + a.BillingCountry); } return addresss; } set;
|
||||||||||||||||||||||||||||||