RE: "could not deserialize the context attribute .. " (configurat ion: struts 1.1 + web logic 8.1), is it a known bug ?

2003-10-19 Thread Shay Cohen
ng the MultipartRequestHandler and > implementing Serializable. It appears that you could do the same with the > RequestProcessor. Be sure to add this to your struts-config.xml: > > nocache="true" processorClass="your.package.CustomRequestProcessor" > debug=&quo

"could not deserialize the context attribute .. " (configuration: struts 1.1 + web logic 8.1), is it a known bug ?

2003-10-19 Thread Shay Cohen
Hi, I've encountered lately the following exception "Could not deserialize context attribute". Reported on the following attribute: Attribute: org.apache.struts.action.REQUEST_PROCESSOR (object: org.apache.struts.tiles.TilesRequestProcessor) After reading old emails

"could not deserialize the context attribute .. " (configuration: struts 1.1 + web logic 8.1), is it a known bug ?

2003-10-16 Thread Shay Cohen
Hi, I've encountered lately the following exception "Could not deserialize session date " On the following attribute: Attribute: org.apache.struts.action.REQUEST_PROCESSOR (object: org.apache.struts.tiles.TilesRequestProcessor) After reading old emails concer

RE: Struts to JSTL EL - Taglib 1.0 implementation

2003-02-16 Thread Shay Cohen
JSTL EL - Taglib 1.0 implementation >>>>> "Shay" == Shay Cohen <[EMAIL PROTECTED]> writes: Shay> Hi, Shay> Tried that already, Works only if collection property returns a Map object Shay> (as you mentioned), but not supported in ordinary getter with pa

RE: Struts to JSTL EL - Taglib 1.0 implementation

2003-02-16 Thread Shay Cohen
encode to ISO-Logical? Thanks for your time. Yaron - Original Message - From: "Shay Cohen" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Sunday, February 16, 2003 8:43 PM Subject: RE: Struts to JSTL EL - Taglib 1.0 impl

RE: Struts to JSTL EL - Taglib 1.0 implementation

2003-02-16 Thread Shay Cohen
Hi, Tried that already, Works only if collection property returns a Map object (as you mentioned), but not supported in ordinary getter with parameter method. Shay -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 1:43 AM To: Struts

RE: Struts to JSTL EL - Taglib 1.0 implementation

2003-02-16 Thread Shay Cohen
- Taglib 1.0 implementation Hi shay Did you use hebrew with struts? Yaron - Original Message - From: "Shay Cohen" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Sunday, February 16, 2003 7:40 PM Subject: RE: Str

RE: Struts to JSTL EL - Taglib 1.0 implementation

2003-02-16 Thread Shay Cohen
Hi, I think this question is relevant to struts has well since it deals with a feature that doesn't supported in JSTL, at least not to my knowledge. I've also searched for this feature (using EL to retrieve bean getter with a paramerter). But haven't found any example or documentation on the subj

Multiple struts

2002-10-09 Thread Shay Cohen
Hi, Are there any limitations in deploying two or more struts application on the same web server ? I tried this with the following configuration: 1. added another servlet and servletmapping to the web.xml ( on respond to *.do files and the other to *.do2 ) 2. used the