Hi,

            In my web application I am using MyFaces, a4j tags and JBoss
server.

When I am starting my server for the first time my application is
running fine.

After that if I redeploy my application without restarting my server
then I am getting 

"Request error, status 500: Internal Server Error Message: null" if I
click on the <a4j:comandLink>

But I am passing one parameter to the backing bean through
<a4j:actionParam> tag.

My code is like as follows,

 

<a4j:commandLink id="leftScrollBarButton"
action="#{customerBean.regenerateHistoryView}" >

              <img border="0" src="images/bluearrowleft.gif"
title="#{msg['historyView.forward']}"
alt="#{msg['historyView.leftArrowImage']}"></img>

              <a4j:actionparam id="buttonName" name="buttonName"
value="button_left"/>

</a4j:commandLink>

 

Moreover in my server logs I am getting "Null Pointer exception". Can
any body have any idea?

 

 

Thanks & Regards,

Basha

 




The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.
 
www.wipro.com

Reply via email to