Re: bean:define in including jsp

2006-04-24 Thread Vinit Sharma
in a.jsp, but not in b.jsp(the included or inserted jsp). Is this because, the tiles stuff is evaluated before the struts tags? If so, how can I have a bean:define in an including jsp, which can be used in all the included jsps? If I add this bean :define, in b.jsp, it is obviously accessible

bean:define in including jsp

2006-04-21 Thread Dilip Ladhani
/), prop1 is usable in a.jsp, but not in b.jsp(the included or inserted jsp). Is this because, the tiles stuff is evaluated before the struts tags? If so, how can I have a bean:define in an including jsp, which can be used in all the included jsps? If I add this bean :define, in b.jsp, it is obviously