RE: Probable bug with nested:root and tiles context

2004-09-02 Thread Maurice Nicholson
Hi Jimmy, It's a bug in my opinion. We use Struts 1.1, but it could be fixed in newer versions (?). A workaround is to just re-nest the same root context (using the special "/" syntax), so the root context isn't deleted until you've finished with the form, ie: in your main

RE: Using within other nested tags

2004-07-28 Thread Maurice Nicholson
g system? Paul > -Original Message----- > From: Maurice Nicholson [mailto:[EMAIL PROTECTED] > Sent: 19 July 2004 17:32 > To: '[EMAIL PROTECTED]' > Subject: Using within other nested tags > > > Hi all, > > would someone be able to tell me the correct way

Using within other nested tags

2004-07-19 Thread Maurice Nicholson
StringBuffer(); for (int i = 0; i < count; i++) { result.append(proT.nextToken()); result.append('.'); } result.append(property); /* parent reference will have a dot on the end. Leave it off */ if (result.charAt(result.length()-1) ==