I'm Lost - How to display ArrayList of Hashtables

2002-07-01 Thread Matt Barnicle
Hey all... I've done this in many languages including Java, but I can't seem to figure out how to do it in struts. For some reason the struts paradigm is very difficult for me. Enough whining though. My situation is that I have a search page. I search a directory given a person's name. I

Re: using image as a submit button!

2002-03-14 Thread Matt Barnicle
input type=image src=/foo/bar/submit.gif or if you use taglibs: html:image src=/foo/bar/submit.gif - M@ On Thu, 14 Mar 2002, nsg wrote: Hi all, How can I use a image to submit a form? how to do? Thanks in advancce. Laker -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED]

Re: Problem in HTML:ERROR tag

2002-03-14 Thread Matt Barnicle
You need to initialize some values in your application resource properties file. Set these two values: errors.header= errors.footer= If you want all errors to be red, do this: errors.header=font color=red errors.footer=/font Got it? - M@ On Wed, 13 Mar 2002, subhendukumar mohanty wrote:

RE: Problem in HTML:ERROR tag

2002-03-14 Thread Matt Barnicle
the struts with weblogic in my previous project . This problem never happened in that environment. Is this happened only in websphere environment?? thanks, subhendu -Original Message- From: Matt Barnicle [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 8:13 PM To: subhendukumar

RE: Problem in HTML:ERROR tag

2002-03-14 Thread Matt Barnicle
It also happens in Jetty. I had the same problem. Not an issue to me. Just add blank entries in your resources file, problem solved. On Thu, 14 Mar 2002 [EMAIL PROTECTED] wrote: It's a websphere issue. Do a search on the mail archive for websphere and null. -Original Message-

RE: Problem with mapping - prepending a slash

2002-03-14 Thread Matt Barnicle
. - M@ On Thu, 14 Mar 2002, Galbreath, Mark wrote: You mean you may have to actually debug your own code? Imagine that! Mark On Wed, 13 Mar 2002, Matt Barnicle wrote: Thanks for any pointers! If I don't get no answers, I'm gonna have to step through the source code

Re: Problem with mapping - prepending a slash

2002-03-14 Thread Matt Barnicle
(but I'm no expert). Maybe try it on Tomcat? --- Matt Barnicle [EMAIL PROTECTED] wrote: Well, I didn't get any feedback yet, so I dug into the code. I had to change getActionMappingURL() in FormTag.java from this: // Return the completed value return (value.toString

Problem with mapping - prepending a slash

2002-03-13 Thread Matt Barnicle
Hey all.. I've been working on this on and off for days. I searched the mail archives, even looked at the source code, no luck. When I submit a form once, it works. If that same forms gets redisplayed to the user (say, on invalid input), the struts html:form tag prepends an extra slash to the

Re: Problem with mapping - prepending a slash

2002-03-13 Thread Matt Barnicle
in there? Just nod if you can hear me - M@ On Wed, 13 Mar 2002, Matt Barnicle wrote: Hey all.. I've been working on this on and off for days. I searched the mail archives, even looked at the source code, no luck. When I submit a form once, it works. If that same forms gets redisplayed