RE: Frames and the Tile PutList

2003-02-27 Thread Jean Mercier
re trying to do ;-). Can't you pass your apps attribute as a simple attribute () instead of as a list ( ...) ? Cedric Jean Mercier wrote: >Thanks for replying Cedric, > >I've created a scriptlet that removes the offending characters I'm able to >pass request.getContex

RE: Frames and the Tile PutList

2003-02-26 Thread Jean Mercier
7;[' ']' 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
quot; name="banner" > " name="navigation" > " name="apps" > " name="footer" > When forward to logonFrame the following is rendered all except apps comes back fine Regards,   Jean Mercier   --