"Craig R. McClanahan" wrote:
> It is on my list (if nobody beats me to it).
I checked that change in, along with support for roles, a couple of days
ago.
david
> Got stuck in an all day meeting today.
>
> Craig
>
>
> "Deadman, Hal" wrote:
>
>> Sorry to resubmit this request and excuse me if there hasn't been
>> time to address this. Is there a reason that the Content and
>> ContentMap classes can't be made Serializable? They are stored in
>> the PageContext in the request scope by ContentMapStack. I don't
>> know why Weblogic 6.0 tries to serialize objects in the request
>> scope when it re-compiles JSPs but I don't really understand the
>> issues that well. Making the classes implement Serializable in my
>> struts build allows me to modify JSPs that use templates and have
>> weblogic re-compile them without bouncing the server. Let me know if
>> this doesn't make sense or if it might be a problem. -----Original
>> Message-----
>> From: Hal Deadman [mailto:[EMAIL PROTECTED]]
>> Sent: Sunday, January 14, 2001 8:11 PM
>> To: 'Struts Dev List'
>> Subject: make template content classes serializable
>>
>>
>> Can someone make
>> org\apache\struts\taglib\template\util\Content.java and
>> org\apache\struts\taglib\template\util\ContentMap.java
>> implement Serializable? Otherwise, when I modify a JSP
>> that uses templates the auto re-compiling of a modified
>> JSP in weblogic 6.0 doesn't work. It doesn't look like
>> there are any members of those classes that aren't
>> Serializable.
>>