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
or cluelessness, --Trevor -Original Message- From: Karr, David [mailto:[EMAIL PROTECTED] Sent: February 16, 2005 3:16 PM To: Struts Users Mailing List Subject: RE: html-el oddities I suggest you set this up so you can step through this in your debugger. My theory is that somehow the a

RE: html-el oddities

2005-02-16 Thread Karr, David
gt; From: Trevor Hill [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 15, 2005 8:11 AM > To: Struts Users Mailing List > Subject: RE: html-el oddities > > > Thanks -- your option (2) seems to be working fairly well for > me now. I still have to see if struts will accep

RE: html-el oddities

2005-02-15 Thread Woodchuck
int > out ${cur.prdNumber} rather than the actual vaule) > > It seems odd that the EL tag does everything except actually do the > EL-evaulation. > > --Trevor > > -Original Message- > From: Woodchuck [mailto:[EMAIL PROTECTED] > Sent: February 15, 2005 10:31 AM &

RE: html-el oddities

2005-02-15 Thread Trevor Hill
Sent: February 15, 2005 10:31 AM To: Struts Users Mailing List Subject: RE: html-el oddities i can think of 2 things you can try: 1) use instead of i have found that jstl-scoped objects do not always work well with struts tags 2) simply don't use the tag you can achieve the same

Re: html-el oddities

2005-02-15 Thread Wendy Smoak
From: "Trevor Hill" <[EMAIL PROTECTED]> > I'm limited to using 1.1 only, but cannot find any old 1.1 documentation to work from. There should be a 'struts-documentation.war' contained in the 1.1 distribution. That will have docs that match what's in 1.1, as opposed to the more current ones on the

RE: html-el oddities

2005-02-15 Thread Woodchuck
or > > -Original 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 s

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

Re: html-el oddities

2005-02-11 Thread Jason Lea
I think you are missing a dot :) cur.PrdNumber not curPrdNumber Try: Trevor Hill wrote: 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 p

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