On Load

How could we populate input fields upon loading the form?the <h:form> tag doesn't seem to have the On Load attribute on it.Thanks
[157 byte] By [Arch_Bytesa] at [2007-11-27 5:19:45]
# 1
Body tag does have it. You can call the javascript from body with the form id as a parameter.
honzaa at 2007-7-12 10:43:14 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

how can an output text look like a commandLink without the problems of refreshing the page..

I have an output link that does Javascript on the onChange to show a few more option or links to go to.. Just like a folder.. It works fine, but I was requested to make it look more link a link.. With the underline and mousepointer change..

so how do I solve that problem?

Arch_Bytesa at 2007-7-12 10:43:14 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...