RE: Tiles and Struts.

2003-09-15 Thread Hrishi Dixit
One way is to make the title a separate tile attribute instead of setting it inside a tile like you are doing. Have a single section in your layout tile (layout.jsp) and parametrize it as a tile attribute, something like: layout.jsp: --- ... Now in your actual JSP

Tile controllers threadsafe?

2003-08-27 Thread Hrishi Dixit
This may be a somewhat inane question, but are tile controllers required to be threadsafe, i.e. are they shared across sessions? Is it a good idea to store session data as attributes of a controller class (even temporarily)? Thanks. ..Hrishi -- __ Hrishi Dixit

RE: i18n, passing variable into arg0 using bean:message

2003-06-19 Thread Hrishi Dixit
This could be one way: ..Hrishi -- __ Hrishi Dixit Finaplex 415-490-2236 work 415-297-2722 cell [EMAIL PROTECTED] > -Original Message- > From: Tin Pham [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 19, 2003 6:04 AM > To: [EMA

RE: how to get the formbean in script

2003-06-19 Thread Hrishi Dixit
ot the exception > that "no test > found in any scope". > > I have one question, when the formbean is initialized ? when the page > containing the formbean is shown for the first time, the bean > should exists > in proper scope? write? > > Thx.