Re: bean:define in including jsp

2006-04-24 Thread Vinit Sharma
Hi Dilip, You can define the bean in tiles def to use it across the pages. The tag is used to associate a value to an attribute. It allows specifying the attribute name and its value. The attribute value will be retrieved by its name. The value can be specified in several ways: > as a bean defin

bean:define in including jsp

2006-04-21 Thread Dilip Ladhani
Hey guys, We us Struts with tiles and here is something, I am having some trouble with. I have a main jsp (a.jsp). This jsp includes a few other jsps (using , where b=b.jsp). Now, if I have a bean:define in a .jsp (eg ), prop1 is usable in a.jsp, but not in b.jsp(the included or inserted jsp).