internal error while merging PDs: type mismatch between read and write methods

2005-09-16 Thread Stephen Hartley
I have a run-time problem with a struts-based JSP. Interesting thing is that this code has been working for more than a year with no problems, but now errors with HTTP 500 and JspException: "PropertyDescriptor: internal error while merging PDs: type mismatch between read and write methods". See

Re: internal error while merging PDs: type mismatch between read and write methods

2005-09-17 Thread Stephen Hartley
property I'm trying to access and don't see anything suspicious. Could you perhaps give an example of what might cause a problem in a superclass? Many thanks again for your help Steve --- Laurie Harper <[EMAIL PROTECTED]> wrote: > Stephen Hartley wrote: >

Re: internal error while merging PDs: type mismatch between read and write methods

2005-09-17 Thread Stephen Hartley
ty type in the sublass was different to that in the superclass. No wonder the struts tag was confused!! Thank you very much for your help, and sorry to waste your time again. Steve --- Laurie Harper <[EMAIL PROTECTED]> wrote: > Stephen Hartley wrote: > > I have a run-time proble

struts version query

2005-11-25 Thread Stephen Hartley
I'm using struts and am trying to confirm the exact version I've got installed. Helpfully, the jar is named just struts.jar on my local installation..! However, within the jar is a manifest.mf file and its contents are attached at the foot of this posting. Can I safely assume from the line Imp

Re: struts version query

2005-11-25 Thread Stephen Hartley
Craig Thanks very much for posting back so quickly! Stephen --- Craig McClanahan <[EMAIL PROTECTED]> wrote: > On 11/25/05, Stephen Hartley > <[EMAIL PROTECTED]> wrote: > > > > I'm using struts and am trying to confirm the > exact > > version I

Re: Retaining dropdown value??

2005-11-29 Thread Stephen Hartley
have you tried giving your form bean session scope? (See documentation for action mapping in struts-config) Stephen --- "Kanuri, Chand" <[EMAIL PROTECTED]> wrote: > Hi all, > > in my struts web app there are 3 pages and there is > an option to amend > details in the last page(which is a resu

Re: please reaply as early as possible - session tracking

2005-11-29 Thread Stephen Hartley
I'm not sure that I fully understand your question, but an alternative could be to use cookies? --- Sony Thomas <[EMAIL PROTECTED]> wrote: > how the session tracking doing in Struts without > using hidden field or > URL rewriting. > > > sony >

Re: please reaply as early as possible - session tracking

2005-11-29 Thread Stephen Hartley
When you say a long time, how long is long? A session is unique to a user. Should the value you want to persist be available to more than one (or all) users? If so, then you may be better using the servlet context... > struts. how can I set the > > value from jsp and how can I retrieve that val

RE: Retaining dropdown value??

2005-11-29 Thread Stephen Hartley
t; picked earlier. > > any idea? > > regards and many thanks > > -Original Message- > From: Stephen Hartley > [mailto:[EMAIL PROTECTED] > Sent: 29 November 2005 15:02 > To: Struts Users Mailing List > Subject: Re: Retaining dropdown value?? > >