Shashi wrote: >Hi all,
> >I'm using myfaces 1.1.6, tomahawk-1.1.8, tiles with jdk 1.4. >I've a page which has three data tables. I want the data in the two tables to >be populated after the page loads.Can i do it using AJAX. I am new to >AJAX. >Or is there any component in Sandbox for this requirement. >Already i'm facing lot of problems cos i'm trying to use trinidad for >breadcrumb which i could not resolve yet. If i include rich faces now, I'm >scared >I'll have incompatibility issues. My aim is to populate one >table(which is a web service call) automatically after the page loads. That >too without any >client interaction. Please help as we have very less time for >development. Your requirement is not clear. You can always pre-populate a backing bean which is associated to the page and then transfer control to that page. Alternatively you can call a javascript on page load and then issue an AJAX submit. Put the data table in a4j:outputPanel. When the page is refreshed the data table will then have the data that you desire. Regards, M **************** CAUTION - Disclaimer ***************** This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system. ***INFOSYS******** End of Disclaimer ********INFOSYS***

