Hi all,
this is ganesh,working on struts,like to clear my doubt in struts.
My coding is :
ActionErrors errors = new ActionErrors();
errors.add( ActionErrors.GLOBAL_ERROR,new ActionError("err.nodatafound"));
saveErrors( request,errors);
this coding is working fine but it shows waring named as "deprecation" ,letme know how to clear this,thanks in advance.
hereby,
ganesh.