This content has been marked as final.
Show 3 replies
-
1. Re: <a4j:status tag is not working
shadowcreeper Aug 5, 2008 8:10 PM (in response to bill78b)why do you not stick your status inside your commandButton?
-
2. Re: <a4j:status tag is not working
bill78b Aug 6, 2008 12:19 PM (in response to bill78b)Hi....
Thanks for your reply..
I tried like that...but the status message is not displaying..
Here is the code..
<h:commandButton
action="#{clientLOBBean.lobAction}"
styleClass="FormSubmit"
value=" << OK >> ">
<a4j:status styleClass="FrmItalType style1"
for="LobActionRegion"
style="padding-left: 5px;color:red;"
startText="Please wait!! It will take few seconds to create intake..."
stopText="#{clientLOBBean.errorOnPageMessage}">
</a4j:status></h:commandButton>
Am i doing any mistake..
Any Suggestions..
Thanks in Advance..
Bill -
3. Re: <a4j:status tag is not working
ilya_shaikovsky Aug 8, 2008 7:03 AM (in response to bill78b)Guys our livedemo and guide should be used at first before own code writing.