RE: html-el oddities

2005-02-25 Thread Trevor Hill
who assisted, --Trevor -Original Message- From: Trevor Hill Sent: February 23, 2005 4:45 PM To: Struts Users Mailing List Subject: RE: html-el oddities Forgive me for coming off as incredibly dense here: I'm not sure what a BeanInfo class is or how it fits into the whole str

RE: html-el oddities

2005-02-23 Thread Trevor Hill
ssociation with the BeanInfo class is not happening. That would cause the symptom you're seeing, but I don't know how it could get into that state. > -Original Message- > From: Trevor Hill [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 15, 2005 8:11 AM > To: St

RE: html-el oddities

2005-02-15 Thread Trevor Hill
result with: hth, woodchuck --- Trevor Hill <[EMAIL PROTECTED]> wrote: > To try and attack this question from another angle, is there any > reason that this wouldn't work (or would work differently) in > Struts(-el) 1.1 as opposed to 1.2.x? I'm limited to using 1.1 only

RE: html-el oddities

2005-02-15 Thread Trevor Hill
al Message----- From: Trevor Hill Sent: February 14, 2005 8:33 AM To: Struts Users Mailing List Subject: RE: html-el oddities As I said in my original question, I had tried 'cur.prdNumber' and had the same result, and so had tried shoving the value of cur.prdNumber into a page-sc

RE: html-el oddities

2005-02-14 Thread Trevor Hill
m still stuck, but thanks. -Original Message- From: Jason Lea [mailto:[EMAIL PROTECTED] Sent: February 11, 2005 4:54 PM To: Struts Users Mailing List Subject: Re: html-el oddities I think you are missing a dot :) cur.PrdNumber not curPrdNumber Try: Trevor Hill wrote: >I'm having an

html-el oddities

2005-02-11 Thread Trevor Hill
I'm having an interesting issue. I have a form in which the only input is a bunch of text boxes which correspond to quantities of products. The associated form thus consists of just a HashMap. My JSP page is as follows: <... header stuff ...> Product Product Number Pr

RE: Action naming conventions and URL accuracy

2005-01-26 Thread Trevor Hill
hat Struts doesn't recommend you chain actions the way you could be doing now. Hubert On Wed, 26 Jan 2005 11:07:34 -0500, Trevor Hill <[EMAIL PROTECTED]> wrote: > Hi all, first time poster here. > > I'm experiencing a bit of a conundrum here in trying to name my actions &g

Action naming conventions and URL accuracy

2005-01-26 Thread Trevor Hill
Hi all, first time poster here. I'm experiencing a bit of a conundrum here in trying to name my actions appropriately. An example: I have a set of processes to execute, say A B C D, to be executed sequentially (basically in wizard-style), and each page may need pre-processing (page setup) and