Re: Frames and the Tile PutList

2003-02-27 Thread Cedric Dumoulin
Sent: February 27, 2003 1:31 PM To: Struts Users Mailing List Subject: Re: Frames and the Tile PutList Hi, I don't really understand what you are trying to do ;-). Can't you pass your apps attribute as a simple attribute () instead of as a list ( ...) ? Cedric Jean Mercier wrot

RE: Frames and the Tile PutList

2003-02-27 Thread Jean Mercier
s like not being able to finish puzzle. Anyway cheers!, Jean -Original Message- From: Cedric Dumoulin [mailto:[EMAIL PROTECTED] Sent: February 27, 2003 1:31 PM To: Struts Users Mailing List Subject: Re: Frames and the Tile PutList Hi, I don't really understand what you a

Re: Frames and the Tile PutList

2003-02-27 Thread Cedric Dumoulin
-Original Message- From: Cedric Dumoulin [mailto:[EMAIL PROTECTED] Sent: February 26, 2003 3:48 AM To: Struts Users Mailing List Subject: Re: Frames and the Tile PutList Hi, The extra '[' ']' are there because you declare the apps attribute as a list. You should either declar

RE: Frames and the Tile PutList

2003-02-26 Thread Jean Mercier
I pass as a string. Is there something like eval() that I can use? Thanks in advance, Jean -Original Message- From: Cedric Dumoulin [mailto:[EMAIL PROTECTED] Sent: February 26, 2003 3:48 AM To: Struts Users Mailing List Subject: Re: Frames and the Tile PutList Hi, The extra 

Re: Frames and the Tile PutList

2003-02-26 Thread Cedric Dumoulin
Hi, The extra '[' ']' are there because you declare the apps attribute as a list. You should either declare it as a normal attribute (), or use an index to peek up the appropriate element in the list (not supported by getAsString or get or insert, you should get the list and use a scriptlet)

Frames and the Tile PutList

2003-02-25 Thread Jean Mercier
Hi All, I searched the archive and I have not found a solution to this problem. I unfortunately am required to use frames so when I attempt to use putlist to extend my tiles definition, I get "/BrokerPortalWeb[/carosys/logon/logonApp.jsp]" when I would like to get "/BrokerPortalWeb/carosys/logon/l