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
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
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) ==
3 matches
Mail list logo