i am using struts,i have used a java bean in my model layer which has a method which sets some variables.now i have written some getter methods for these variables in the same bean,i am then calling these variables in a jsp page using the <jsp:getProperty> but i am getting "null"
as the value of variables.i am not getting the values that has been assinged to the variables in the method in java bean in model layer,
how can i get these assigned values,please help reply as soon as possible