Re: Form bean scope question

2004-07-07 Thread Dirk Markert
Hello John, have you tried *** JM> Hi, JM> I hope someone can help me get my head around a scoping question here. JM> I have a multi-page wizard, used for purchasing. There are five pages in JM> all and I'm trying to factor out a

RE: Form bean scope question

2004-07-07 Thread Paul McCulloch
utside an element. Hope that is of some use. Paul > -Original Message- > From: Michael McGrady [mailto:[EMAIL PROTECTED] > Sent: 07 July 2004 01:26 > To: Struts Users Mailing List > Subject: Re: Form bean scope question > > > To what does this refer? You mu

Re: Form bean scope question

2004-07-07 Thread John Moore
Michael McGrady wrote: The problem is that, no matter what that is causing the problem. The error report tells you that is the problem. The problem is that you are not seeing what the error tells you is not being seen. So, track it back. If the "taglib" line is there, then the URI might be set

Re: Form bean scope question

2004-07-06 Thread Michael McGrady
To what does this refer? You must be trying to find this but why? At 02:18 AM 7/6/2004, you wrote: org.apache.struts.taglib.html.BEAN - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Form bean scope question

2004-07-06 Thread Michael McGrady
The problem is that, no matter what that is causing the problem. The error report tells you that is the problem. The problem is that you are not seeing what the error tells you is not being seen. So, track it back. If the "taglib" line is there, then the URI might be set wrong elsewhere or

Re: Form bean scope question

2004-07-06 Thread John Moore
Michael McGrady wrote: Yes, this is the problem. At 04:05 AM 7/6/2004, you wrote: I have had a problem like this before and what I did is add the <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> in the included/inserted jsp pages. Unfortunately it isn't. The necessary taglib line is there

Re: Form bean scope question

2004-07-06 Thread Michael McGrady
/07/2004 06:24 AM Please respond to "Struts Users Mailing List" To: Struts Users Mailing List <[EMAIL PROTECTED]> cc: Subject:Re: Form bean scope question Classification: Mark Lowe wrote: > You may have stuff configured to process such re

Re: Form bean scope question

2004-07-06 Thread gdeschen
Users Mailing List" To: Struts Users Mailing List <[EMAIL PROTECTED]> cc: Subject:Re: Form bean scope question Classification: Mark Lowe wrote: > You may have stuff configured to process such requests but an out the > box version of strut

Re: Form bean scope question

2004-07-06 Thread John Moore
Mark Lowe wrote: You may have stuff configured to process such requests but an out the box version of struts would probably need to find a mapping such as Yes, I do. It's actually all working perfectly, the only problem I'm having is when I try to factor out the common HTML, as I mentioned. J

Re: Form bean scope question

2004-07-06 Thread Mark Lowe
You may have stuff configured to process such requests but an out the box version of struts would probably need to find a mapping such as On 6 Jul 2004, at 10:46, John Moore wrote: Mark Lowe wrote: What does your mapping look like? For the action in question: John --

Re: Form bean scope question

2004-07-06 Thread John Moore
Mark Lowe wrote: What does your mapping look like? For the action in question: John -- == John Moore - Norwich, UK - [EMAIL PROTECTED] == ---

Re: Form bean scope question

2004-07-06 Thread Mark Lowe
What does your mapping look like? On 6 Jul 2004, at 10:18, John Moore wrote: Hi, I hope someone can help me get my head around a scoping question here. I have a multi-page wizard, used for purchasing. There are five pages in all and I'm trying to factor out as much of the common stuff as possible