Re: Is tile definations Instance is singleton

2006-05-23 Thread Antonio Petrelli
navin mca ha scritto: Hi Antonio, Oh boy your English gave me an headache! I am really sorry for my bad english. Following is my tile definition. definition name=forwardDynamicTile path=/WEB-INF/testLayOut.jsp put name=attribute1 value=attribute1Value type=string/

Re: Is tile definations Instance is singleton

2006-05-23 Thread navin mca
Hi Antonio , Thanks alot for your help. Could u pls explain me how following code will help me to solve the race condition plug-in className=org.apache.struts.tiles.TilesPlugin set-property property=definitions-config value=/WEB-INF/dimensions-config.xml/ 1. wht

Re: Is tile definations Instance is singleton

2006-05-23 Thread Antonio Petrelli
navin mca ha scritto: Hi Antonio, Oh boy your English gave me an headache! I am really sorry for my bad english. Following is my tile definition. definition name=forwardDynamicTile path=/WEB-INF/testLayOut.jsp put name=attribute1 value=attribute1Value type=string/

Re: Is tile definations Instance is singleton

2006-05-23 Thread Antonio Petrelli
navin mca ha scritto: Hi Antonio , plug-in className=org.apache.struts.tiles.TilesPlugin set-property property=definitions-config value=/WEB-INF/dimensions-config.xml/ WHOOPS!! I am sorry wrong cun'n'paste: plug-in className=org.apache.struts.tiles.TilesPlugin set-property

Re: Is tile definations Instance is singleton

2006-05-23 Thread navin mca
Hi Antonio, Thanks alot for your support to the community, I really appreciate it. It depends on your implementation. Anyway I think the solution I wrote in the last e-mail is better for you (the one with JSP Tiles custom tags). Even wht u have suugested, I had already thought to

Is tile definations Instance is singleton

2006-05-22 Thread navin mca
Hi, I my project at run time when modify the tile definition based on some condition. Wht I want to know that when symultaneous request come for that tile (which will be used in rendering the page for that request.) Unexpected results for diff user. for e.g one

Re: Is tile definations Instance is singleton

2006-05-22 Thread Antonio Petrelli
navin mca ha scritto: Hi, I my project at run time when modify the tile definition based on some condition. Wht I want to know that when symultaneous request come for that tile (which will be used in rendering the page for that request.) Unexpected results for diff user.

Re: Is tile definations Instance is singleton

2006-05-22 Thread navin mca
Hi Antonio, Oh boy your English gave me an headache! I am really sorry for my bad english. Following is my tile definition. definition name=forwardDynamicTile path=/WEB-INF/testLayOut.jsp put name=attribute1 value=attribute1Value type=string/ putList name=body