Re: img tag with action as src

2004-02-06 Thread Michael McGrady
Greg, maybe the best way to help you with this is to give you the simple view solution and just forget the fancy stuff. If so, here is the URL: http://jakarta.apache.org/struts/userGuide/struts-html.html#img. - To unsubscribe

Re: img tag with action as src

2004-02-06 Thread Michael McGrady
Just to save you time looking, Greg Bloomquist, here is the tag that works: Okay dokay? Not trying to beat a dead horse or get one to float when led to water but just letting you know how it is, because code that works for the wrong reason is likely to come back and on the Michael M

Re: img tag with action as src

2004-02-06 Thread Michael McGrady
Well, Mr. Greg Bloomquist, Ben Anderson is not correct on that point, if you cite him correctly. You can use the "src" attribute fine. I do it all the time. I explore this more below. You said: With the help of Ben Anderson, I was able to figure out that I should be using the "path" attrib

Re: img tag with action as src

2004-02-06 Thread Greg Blomquist
"Michael McGrady" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > > At 10:13 AM 2/3/2004, Greg Blomquist wrote: > >I apologize in advance if this question has already been answered somewhere. > >Looks like basebeans is down so I can't search the struts-user archives. > > > >I'm try

Re: img tag with action as src

2004-02-03 Thread Nathan Maves
Struts Users Mailing List <[EMAIL PROTECTED]> Subject: Re: img tag with action as src Date: Tue, 03 Feb 2004 19:27:03 +0100 Greg use the Tag. Then Struts appends the base uri like http://localhost:/MyApp/ to your relative path. Your image might be then Manfred Greg Blomquist wrote:

Re: img tag with action as src

2004-02-03 Thread Michael McGrady
l.html#img Also here's another archive site: http://marc.theaimsgroup.com -Ben From: Manfred Wolff <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: Struts Users Mailing List <[EMAIL PROTECTED]> Subject: Re: img tag with action as src Date: Tue, 03 Feb 2004 19:27:03 +0100 Greg

Re: img tag with action as src

2004-02-03 Thread Nathan Maves
OTECTED]> Reply-To: [EMAIL PROTECTED] To: Struts Users Mailing List <[EMAIL PROTECTED]> Subject: Re: img tag with action as src Date: Tue, 03 Feb 2004 19:27:03 +0100 Greg use the Tag. Then Struts appends the base uri like http://localhost:/MyApp/ to your relative path. Your image mig

Re: img tag with action as src

2004-02-03 Thread Michael McGrady
At 10:13 AM 2/3/2004, Greg Blomquist wrote: I apologize in advance if this question has already been answered somewhere. Looks like basebeans is down so I can't search the struts-user archives. I'm trying to do the following: The only problem is that it doesn't like the relative path. Your que

RE: img tag with action as src

2004-02-03 Thread vasudevrao gupta
Hi, Try using -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Greg Blomquist Sent: 03 February 2004 23:44 To: [EMAIL PROTECTED] Subject: img tag with action as src I apologize in advance if this question has already been answered somewhere. Looks like basebeans

Re: img tag with action as src

2004-02-03 Thread Greg Blomquist
MAIL PROTECTED]> > >Reply-To: [EMAIL PROTECTED] > >To: Struts Users Mailing List <[EMAIL PROTECTED]> > >Subject: Re: img tag with action as src > >Date: Tue, 03 Feb 2004 19:27:03 +0100 > > > >Greg > > > >use the Tag. Then Struts ap

Re: img tag with action as src

2004-02-03 Thread Ben Anderson
Could that play a part in this? nope From: "Greg Blomquist" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: img tag with action as src Date: Tue, 3 Feb 2004 13:38:38 -0500 Thanks for the speedy reply

Re: img tag with action as src

2004-02-03 Thread Ben Anderson
d Wolff <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: Struts Users Mailing List <[EMAIL PROTECTED]> Subject: Re: img tag with action as src Date: Tue, 03 Feb 2004 19:27:03 +0100 Greg use the Tag. Then Struts appends the base uri like http://localhost:/MyApp/ to your relativ

Re: img tag with action as src

2004-02-03 Thread Greg Blomquist
Thanks for the speedy reply. However, that doesn't seem to solve the problem I'm having. I'm receiving the same error as before after adding the tag to the section of my page. Do I need to fill in any attributes to the base tag? Also, the problem I'm having might be related to the fact that I

Re: img tag with action as src

2004-02-03 Thread Manfred Wolff
Greg use the Tag. Then Struts appends the base uri like http://localhost:/MyApp/ to your relative path. Your image might be then Manfred Greg Blomquist wrote: I apologize in advance if this question has already been answered somewhere. Looks like basebeans is down so I can't search the

img tag with action as src

2004-02-03 Thread Greg Blomquist
I apologize in advance if this question has already been answered somewhere. Looks like basebeans is down so I can't search the struts-user archives. I'm trying to do the following: The only problem is that it doesn't like the relative path. I have to code the absolute path: http://localhost:00

Re: img tag

2003-07-11 Thread Raphaël di Cicco
>Any solution to this problem with using src ? Sorry read WITHOUT ! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

img tag

2003-07-11 Thread Raphaël di Cicco
Hi, I'm using Struts 1.1 with modules. I want to use the page attribute of but without struts genrating the module name. For instance: I'm in a JSP page inside the module "administration" let's say I want to display an image called image.gif in directory img: This is creating : instead of

Image and Img Tag issue

2003-02-23 Thread Ray Madigan
I am using Image and Img tags to display images for my application. Is it correct that

The link and img tag

2002-09-19 Thread Marcus Andersson
Hello I'm trying to use the html:link and the html:img tag but there is no output at all in the page after the usage of one of the mentioned tags so I figure I have made something wrong. But what? Example usage: Link to the form I do get html:rewrite to work and then the code looks like: ">Link

struts img tag (not being processed)

2002-07-04 Thread esther . miranda
Hi all, I've just started jsp/tiles/struts ... and I'm running into the following problem: When I replace the 'html img' tag, by the corresponding 'struts img' tag, the JSP code in the src attribute doesn't get processed (see code samples). This makes that the

Re: Using the IMG tag dynamically

2002-01-26 Thread David M. Karr
> "Alan" == Alan Owen <[EMAIL PROTECTED]> writes: Alan> I coundn't get the following to work Alan> any ideas ? Alan> Many Thanks Alan> Alan Alan> " Alan> alt="" /> In general, it's a good idea to provide a little more detail for problems like this, like describing

Re: Using the IMG tag dynamically

2002-01-25 Thread Alan . Owen
IL PROTECTED]> cc: Subject: Re: Using the IMG tag dynamically Hi Elise, Turned out I had some other issues which were preventing resolution of my bean. I had wanted to use Hi Jon, > Same here, no solution, but I found in the Struts Javadoc that there is > still a &

Re: Using the IMG tag dynamically

2002-01-15 Thread Jon Ferguson
[mailto:[EMAIL PROTECTED]] > Sent: Monday, January 14, 2002 1:36 AM > To: Struts Users Mailing List > Subject: Using the IMG tag dynamically > > Hey guys, > > I must be missing something. I've got an ActionForm with a bean attribute > "item"... which

RE: Using the IMG tag dynamically

2002-01-14 Thread Elise Hobbelink
Message- From: Jon Ferguson +AFs-mailto:ferguson+AEA-ieee.org+AF0- Sent: Monday, January 14, 2002 1:36 AM To: Struts Users Mailing List Subject: Using the IMG tag dynamically Hey guys, I must be missing something. I've got an ActionForm with a bean attribute +ACI-item+ACI-... which has an

Using the IMG tag dynamically

2002-01-13 Thread Jon Ferguson
Hey guys, I must be missing something. I've got an ActionForm with a bean attribute "item"... which has an image name under a property.. say "item.imageName". I would like to use the image tag to use this image dynamically.. works fine... but it's not dynamic.. surely this is trivial... but

Re: is the img tag working?

2001-02-07 Thread Craig R. McClanahan
  "Deadman, Hal" wrote:  That sounds good. I guess I didn't really know what the img tag was for. It's not in the documentation yet is it? Looking at the code I have a better idea of what it's for but I think the page attribute would be good for consistency. Thanks, Hal

RE: is the img tag working?

2001-02-07 Thread Deadman, Hal
That sounds good. I guess I didn't really know what the img tag was for. It's not in the documentation yet is it? Looking at the code I have a better idea of what it's for but I think the page attribute would be good for consistency.   Thanks, Hal     -Original M

Re: is the img tag working?

2001-02-07 Thread Craig R. McClanahan
"Deadman, Hal" wrote:  I am using the Struts html:img tag and I just moved my app from the root context to a different context. All the other Struts links I have seem to have prepended the context name in the link. The image tag didn't. Am I doing something wrong?this jsp:<%@ taglib uri="/WEB-INF

is the img tag working?

2001-02-07 Thread Deadman, Hal
I am using the Struts html:img tag and I just moved my app from the root context to a different context. All the other Struts links I have seem to have prepended the context name in the link. The image tag didn't. Am I doing something wrong?   this jsp: <%@ taglib uri="/WEB-INF/struts-html.

Re: RFC: An enhanced img tag - Was: form:img

2000-12-23 Thread Ted Husted
On 12/22/2000 at 4:39 PM Matthias Kerkhoff wrote: > It could determine the actual image dimensions and dynamically insert them into the generated HTML stream > (Read: Please addyour comments or additional suggestions. :) Comments: If this is done dynamically, are we not just moving the work fro

RFC: An enhanced img tag - Was: form:img

2000-12-22 Thread Matthias Kerkhoff
IMG and INPUT type=image _are_ different. I've also thought about an img tag and have an additional idea how an img tag could be used to add some value for the JSP developer. I have not yet started with implementing it, because the tag doesn't have top priority for my site. I would lik