html:image indexed and DynaActionForm

2004-03-25 Thread Thomas Plümpe
lar button has been clicked. Now I thought, "Ahh, that's what the indexed property on html:image is for! Using it ensures that the index gets transferred as part of the name of the button!" So I changed my form bean to contain one "editButtons" and one "deleteButtons&qu

Re: LookupDispatchAction with html:image?

2004-03-18 Thread dilip
try "ImageButtonBeanManager" from Mitranosoft - Original Message - From: "Stefan Burkard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 18, 2004 2:48 PM Subject: LookupDispatchAction with html:image? > hi struts-u

Re: LookupDispatchAction with html:image?

2004-03-18 Thread Mark Lowe
PROTECTED] Subject: LookupDispatchAction with html:image? hi struts-users is it possible to use the LookupDispatchAction with image-submit-buttons (html:image) instead of normal submit-buttons? thanks and greetings stefan - To

RE: LookupDispatchAction with html:image?

2004-03-18 Thread Dixit, Shashank (Cognizant)
take your eyes off the goal. -Original Message- From: Stefan Burkard [mailto:[EMAIL PROTECTED] Sent: Thursday, 18 March 2004 8:19 PM To: [EMAIL PROTECTED] Subject: LookupDispatchAction with html:image? hi struts-users is it possible to use the LookupDispatchAction with image-submit

LookupDispatchAction with html:image?

2004-03-18 Thread Stefan Burkard
hi struts-users is it possible to use the LookupDispatchAction with image-submit-buttons (html:image) instead of normal submit-buttons? thanks and greetings stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: html:image - running into an infinite loop

2004-03-12 Thread anuj . upadhyay
on') . -Anuj Response to: html:image - running into an infinite loop ([EMAIL PROTECTED]) From: Niall Pemberton <[EMAIL PROTECTED]> Subject: html:image - running into an infinite loop Date: Fri, 12 Mar 2004 15:03:02 - Content-Type: text/plain; charset="iso-8859-1"

Re: html:image - running into an infinite loop

2004-03-12 Thread Niall Pemberton
TED]> Sent: Friday, March 12, 2004 2:11 PM Subject: html:image - running into an infinite loop Hi, I have read old mails regarding the html:image implementation and the recommendations related to identifying which image is clicked in the form. For reference is used Ted's - 'Struts T

html:image - running into an infinite loop

2004-03-12 Thread anuj . upadhyay
Hi, I have read old mails regarding the html:image implementation and the recommendations related to identifying which image is clicked in the form. For reference is used Ted's - 'Struts Tip #1 - Use an ImageButtonBean to represent an image button' @ http://husted.com/struts/ti

Re: Dynamic html:image

2003-12-19 Thread gentyjp
At 11:37 19/12/2003, you wrote: Assuming imageList contains String taht are absolute (in application context) path to your images, this should work : It works, except I had to do item.toString() Thanks a lot Jean-Paul ---

Re: Dynamic html:image

2003-12-19 Thread Mark Lowe
this should work : Nico. - Original Message - From: "gentyjp" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 19, 2003 11:04 AM Subject: Dynamic html:image Hi Struts and tags newbie again !! I have a string vector of image name

Re: Dynamic html:image

2003-12-19 Thread Nicolas De Loof
Assuming imageList contains String taht are absolute (in application context) path to your images, this should work : Nico. - Original Message - From: "gentyjp" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 19, 2003 11:04 AM Subje

Dynamic html:image

2003-12-19 Thread gentyjp
Hi Struts and tags newbie again !! I have a string vector of image name. I wish to view them using html:image. My question is how can I initialize my page attribute ? Thanks Jean-Paul

Re: Html:image

2003-11-10 Thread David Graham
rg/struts/faqs/struts-el.html > > -Ben > > > >From: "Shishir K. Singh" <[EMAIL PROTECTED]> > >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > >To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >

Re: Html:image

2003-11-10 Thread Ben Anderson
ing List" <[EMAIL PROTECTED]> Subject: Html:image Date: Mon, 10 Nov 2003 10:29:57 -0500 Hi, I am reposting this question. How can I use runtime variable with the property attribute of html:image tag. Eg, My intent is : However, the value for property is not substituted. I get the

Html:image

2003-11-10 Thread Shishir K. Singh
Hi, I am reposting this question. How can I use runtime variable with the property attribute of html:image tag. Eg, My intent is : However, the value for property is not substituted. I get the property as "".x and y instead of the value of . Am I missing some

Html:image

2003-11-09 Thread Shishir K. Singh
Hello, How can I use runtime variable with the property attribute of html:image tag. Eg, My intent is to do the following. However, the value for property is not substituted. Am I missing something here ? TIA Shishir

Is this a bug? html:image tag rewriting src attribute

2003-10-15 Thread James JKE95 Kerridge
Hi, I am using the tag and I notice that if I open a new browser and access the page with the image tag I get an error (i.e. internet explorer says ! Done but with errors in the bottom left of the status bar.) Also the image doesn't load correctly. On inspection I notice that: has been ren

Re: html:image swapping

2003-10-01 Thread Frank Maritato
You will have to write your own taglib to do this. I wrote one that extended org.apache.struts.taglib.html.ImgTag and just added the call to RequestUtils.message to get the image location from the resource key and then output the onmouseover and onmouseout tags. Take a look at the source for Im

html:image swapping

2003-10-01 Thread koen boutsen
Hi I use and get the image out of a resource file. If the cursor moves over the image, I want to switch theimage via the onMouseOver event. Does anyone know how I can do this. The new image has to come out of the resource file. I searched the archive, but could not find an answer. Than

RE: html:image syntax

2003-06-17 Thread Mike Jasnowski
Can you share "how" it's failing now? -Original Message- From: Ali Manji [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 17, 2003 5:04 PM To: [EMAIL PROTECTED] Subject: html:image syntax Hi, I am pretty certain that I used to use the following syntax with a previous ve

html:image syntax

2003-06-17 Thread Ali Manji
Hi, I am pretty certain that I used to use the following syntax with a previous version of Struts without any problem: However, it seems to be failing me know, any ideas? * Ali M. Manji http://www.geocities.com/alimanji5 http://home.talkcity

html:image HELP

2003-02-22 Thread Ray Madigan
I guess i still don't understand. I think this is my last hurdle to get my prototype working, ever hear that one before :-). I am trying to use images - like the following: When the user clicks on the button the onclick fires some javascript to get some work done. I get the error message:

html:image tag with multiple application modules

2002-12-12 Thread Ronald Hulen
I really like the idea that 1.1 supports splitting an application into multiple application modules but I have the following problem. The html:image taglib does not support using the application context root to generate the image URL, it uses the page context root. I would like all my images

Howto set attribute 'name' for html:image tag?

2002-10-23 Thread sem . Gottofrey
Hi, Is there any way I can set the attribute 'name' for an html:image tag? I can set the 'id' using styleId, but I didn't find anything for the 'name'. I would like to use canoo's 'webtest' framework for testing. It uses the name attribute o

html:image pageKey

2002-09-10 Thread Cohan, Sean
I'm having trouble trying to use Am I using the correct syntax? In my jsp I have: and in my ApplicationResources.properties I have: login.image=/images/login.gif In my struts_config.xml I have: and in my web.xml I have: action org.apache.struts.action.ActionServlet

html:image tag and onmouseover event

2002-09-04 Thread Ashish Kulkarni
Hi, I want to have a onmouseover effect for an image in tag, What i want is to replace a gif image when the mouse is over the image, and then replace it with the original when the mouse is out, I have defined my images in the resourse bundle (properties file), i can get the main image by usi

Re: LookupDispatchAction and HTML:image tag

2002-09-03 Thread Ted Husted
In case you don't see the other thread, http://husted.com/struts/tips/001.html might help. -Ted. Ashish Kulkarni wrote: > Hi, > > i was using tag with LookupDispatchAction class, and i was getting >which button has generated the submit event, but how do i make it work if i have to >replac

LookupDispatchAction and HTML:image tag

2002-09-03 Thread Ashish Kulkarni
Hi, i was using tag with LookupDispatchAction class, and i was getting which button has generated the submit event, but how do i make it work if i have to replace the with tag, one way of doing it would be using a hidden field and calling the onclick event on image tag. but is there a way

RE: HTML:image tag question

2002-08-29 Thread Jacob Hookom
allows the same parameters to be set. You should read the struts tag documentation. -Jacob | -Original Message- | From: Ashish Kulkarni [mailto:[EMAIL PROTECTED]] | Sent: Thursday, August 29, 2002 10:26 AM | To: Struts Users Mailing List | Subject: HTML:image tag question | | | Hi

HTML:image tag question

2002-08-29 Thread Ashish Kulkarni
Hi, How can i have mouse effect in tag, my original tag is given below, what will be the same in struts. I want to get the images path from resource bundle, i have written it a bit like but dont know how to add the mouseover effects my struts tag: original tag: Ashish A$HI$H -

RE: [Q] Using html:image tag for submit button

2002-04-01 Thread Park, Dongwon
[Q] Using html:image tag for submit button Dongwon, There are at least a couple of ways to do this in Struts. Here are two: Ex 1: To pull the image from a url relative to the base url User Name: Ex 1: To pull the image path a key [my.submit.button=/myapp/images/submit_button.

Re: [Q] Using html:image tag for submit button

2002-03-30 Thread John Kroubalkian
: User Name: Regards, John - Original Message - From: "Park, Dongwon" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, March 29, 2002 3:06 PM Subject: [Q] Using html:image tag for submit button > All, > &

RE: [Q] Using html:image tag for submit button

2002-03-29 Thread Park, Dongwon
I had this one and works fine And then, changed it to use gif image and the following is not working. -Original Message- From: Leonardo Maciel [mailto:[EMAIL PROTECTED]] Sent: Friday, March 29, 2002 5:16 PM To: 'Struts Users Mailing List' Subject: RE: [Q] Using html:ima

RE: [Q] Using html:image tag for submit button

2002-03-29 Thread Leonardo Maciel
it works fine for me ... ... ... -Original Message- From: Park, Dongwon [mailto:[EMAIL PROTECTED]] Sent: Friday, March 29, 2002 5:06 PM To: Struts Users Mailing List Subject: [Q] Using html:image tag for submit button All, I am trying to use for submit button but it is not

[Q] Using html:image tag for submit button

2002-03-29 Thread Park, Dongwon
All, I am trying to use for submit button but it is not working for me. Anybody has some simple example or know better way to make submit button with image ? Dongwon Park -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: height and width of html:image?

2002-03-28 Thread John Kroubalkian
Try using a style sheet. The following example uses the "imgstyle" style to modify the width and height of the html:image tag: .imgstyle { width: 100; heigth: 45; } Good luck, John - Original Message - From: "Struts Newsgroup" <@[EMAIL PROTECTED]

height and width of html:image?

2002-03-28 Thread @Basebeans.com
Subject: height and width of html:image? From: "Scott Danzig" <[EMAIL PROTECTED]> === How do I set the height and width of a graphic using html:image ? - Scott -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: multiple html:image tags used as submits

2002-03-28 Thread @Basebeans.com
Subject: Re: multiple html:image tags used as submits From: "Scott Danzig" <[EMAIL PROTECTED]> === Well, unless someone has a better idea than this hack I found in the archives: In the JSP: public String getFirstSubmit() { return buttonPressed = "first"; } pub

RE: multiple html:image tags used as submits

2002-03-28 Thread Greg Hess
ies. Greg -Original Message- From: Struts Newsgroup [mailto:@[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 4:40 PM To: [EMAIL PROTECTED] Subject: multiple html:image tags used as submits Subject: multiple html:image tags used as submits From: "Scott Danzig" <[EMAIL PROTECTED]>

multiple html:image tags used as submits

2002-03-28 Thread @Basebeans.com
Subject: multiple html:image tags used as submits From: "Scott Danzig" <[EMAIL PROTECTED]> === Hi, I have a jsp page that has a number of images, each acting as a submit button for a form, as follows: Now, I know when doing a normal submit button, you can specify the prope

Re: HTML:Image (was: HTML / Struts Help)

2002-02-15 Thread Ted Husted
> which button was presed > > Ok, this sounds fine, cept Im running into the .x .y problem outlined > in the HTML:IMAGE docs. Has anyone gotten this working with the > html:image tag? None of the dozen or so responses so far seem to > address that point. > > The h

Re: HTML:Image (was: HTML / Struts Help)

2002-02-15 Thread Keith
e property > > to a value. Then in the action, you are able to find out, > > which button was presed > > Ok, this sounds fine, cept Im running into the .x .y problem outlined > in the HTML:IMAGE docs. Has anyone gotten this working with the > html:image tag? None of the d

HTML:Image (was: HTML / Struts Help)

2002-02-14 Thread Mark Takacs
> You can use the tag and set the property > to a value. Then in the action, you are able to find out, > which button was presed Ok, this sounds fine, cept Im running into the .x .y problem outlined in the HTML:IMAGE docs. Has anyone gotten this working with the html:image tag?

width & height attributes for html:image tag

2002-01-11 Thread Olivier Dinocourt
Hello list It seems that it's not possible (using Struts 1.0) to specify width & height attributes with the html:image tag. Does someone know if this feature has been added in some nightly build / future release ? -- olivier dinocourt -- -- To unsubscribe, e-mail: <mailto:[EMA

height and width in html:image tag

2001-12-05 Thread revivalatgt revivalatgt
Hi, I'm sure there's a good reason for this, but how come the height and width attributes aren't supported in the html:image tag? Thanks _ Get your FREE download of MSN Explorer at http://explorer.msn.com/i

How to use a group of html:image tags?

2001-11-28 Thread Ashoka Murthy
So that on submit each sends a different request parameter to the server?!! Also how to use the Action class in this case? _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp -- To unsubscribe, e-mail: <

Re: html:image tag example

2001-10-24 Thread Eric Rizzo
chiji nwankwo wrote: > Does anyone have any examples of how to use the html:image tag to > perform a submit. Please point me in the right direction. You just need to put the tag within a tag. This works for me: ...input fields, etc HTH, Eric -- Eric

RE: html:image tag example

2001-10-24 Thread Fuller, Wayne
-Original Message- From: chiji nwankwo [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 24, 2001 5:15 AM To: [EMAIL PROTECTED] Subject: html:image tag example Hi, Does anyone have any examples of how to use the html:image tag to perform a submit. Please point me in the right

html:image tag example

2001-10-24 Thread chiji nwankwo
Hi, Does anyone have any examples of how to use the html:image tag to perform a submit.  Please point me in the right direction. Thanks ChijiGet your FREE download of MSN Explorer at http://explorer.msn.com

Re: AW: html:image does not call the setter-method of the form

2001-09-21 Thread Dirk Jaeckel
On Sat, Sep 22, 2001 at 02:52:17AM +0200, Dirk Jaeckel wrote: > On Fri, Sep 21, 2001 at 09:25:31AM -0400, Terence Jacyno wrote: > > Hi. > > > > > > Struts would call getLogin() or getCancel(), depending on whether the > > user clicked "Login" or "Cancel". You can then test which button was > >

Re: AW: html:image does not call the setter-method of the form

2001-09-21 Thread Dirk Jaeckel
On Fri, Sep 21, 2001 at 09:25:31AM -0400, Terence Jacyno wrote: > Hi. > > > Struts would call getLogin() or getCancel(), depending on whether the > user clicked "Login" or "Cancel". You can then test which button was > clicked by calling isCancelPressed() and isCancelPressed(). Trust me. > It

AW: html:image does not call the setter-method of the form

2001-09-21 Thread Friedli Beat [UFA AG Her]
Title: RE: html:image does not call the setter-method of the form Hi Denis   Thanks for your help. I have now found a work around, an I need your opinion! In my  FormBean i have implemented 30 methods like this, for each image-button one:   jsp -   formBean   public

AW: AW: html:image does not call the setter-method of the form

2001-09-21 Thread Friedli Beat [UFA AG Her]
Title: AW: AW: html:image does not call the setter-method of the form Hi Terence Good idea it would work ;-) if I new, how many image-buttons would be on the JSP-Page. But I'm implementing a shopping-cart and don't have any Idea about the amount of items. I tryed to

Re: AW: html:image does not call the setter-method of the form

2001-09-21 Thread Terence Jacyno
korb.gif;jsessionid=F3C57101544373C1913436E0277103C7" > > > value="Position0"> > > > > But the value 'Position0' is never filled up in the Formbean as the > > setter-method never is called. And I know, that the Formbean and all > > > works correct as it works fine withe the submit-Button. Is my > > html:image Tag not good? > > > > Thanks for any help or idea > > > > Beat Friedli > > -- > - > Terence JACYNO > Galasoft Inc. -- - Terence JACYNO Galasoft Inc.

RE: html:image does not call the setter-method of the form

2001-09-21 Thread CARDON Denis
Title: RE: html:image does not call the setter-method of the form Hi Beat, When you post a form by clicking on a button, you only receive the coordinates where the user clicked the button as:   my_button_name.x=###   my_button_name.y=### but the browser does not post the value contained

AW: html:image does not call the setter-method of the form

2001-09-21 Thread Friedli Beat [UFA AG Her]
Title: AW: html:image does not call the setter-method of the form Hi Does this mean, if I want to use image-buttons instead of submit-Buttons I would have to put each one in a seperate form? Hm, I had a look at the shop from Amazone. The use image-buttons as well, but each one has a

AW: html:image does not call the setter-method of the form

2001-09-21 Thread Friedli Beat [UFA AG Her]
Title: AW: html:image does not call the setter-method of the form As you said, I have a form with a few image buttons and I just want to know which one of them is clicked. I just don't understand, how tha my getter-Mehode would have to look like in order to work. Can you give me an ex

Re: html:image does not call the setter-method of the form

2001-09-21 Thread Jan Sorensen
tion0' is never filled up in the Formbean as the setter->method never is called. And I know, that the Formbean and all works correct >as it works fine withe the submit-Button. Is my html:image Tag not good? > >Thanks for any help or idea > >Beat Friedli

Re: html:image does not call the setter-method of the form

2001-09-21 Thread Terence Jacyno
73C1913436E0277103C7" > value="Position0"> > > But the value 'Position0' is never filled up in the Formbean as the > setter-method never is called. And I know, that the Formbean and all > works correct as it works fine withe the submit-Button. Is my > ht

html:image does not call the setter-method of the form

2001-09-21 Thread Friedli Beat [UFA AG Her]
Title: html:image does not call the setter-method of the form In a jsp Form this code works works perfect: Position<%= val %> Now I decided to use an image instead of a button like this: The generated Code looks fine to me: But the value 'Position0' is never

html:image tag, property attribute?

2001-08-08 Thread Rachel Warburton
results in which is not what I'd expect from looking at the source for ImageTag: public int doEndTag() throws JspException { // Generate an HTML element HttpServletResponse response = (HttpServletResponse) pageContext.getResponse(); String tmp = null;

RE: html:image bug?

2001-05-17 Thread Niall Pemberton
correct your problem. Niall > -Original Message- > From: Nathan Coast [mailto:[EMAIL PROTECTED]] > Sent: 17 May 2001 15:03 > To: struts-user > Subject: html:image bug? > > > Hi > > <%@ taglib uri="/WEB-INF/tld/struts-html.tld" prefix="html

RE: html:image bug?

2001-05-17 Thread Dan Powell
Title: RE: html:image bug? Ahh, sorry, this actually has already been corrected in cvs, so you could backport the change from there.  http://nagoya.apache.org/bugzilla/show_bug.cgi?id=708 -- J. Daniel Powell Sr. Systems Architect   -Original Message- From: Nathan Coast [mailto

Re: html:image bug?

2001-05-17 Thread Dan Miser
Yes, this is an existing bug. See #1399. It's fixed in the nightly build. -- Dan Miser http://www.distribucon.com ><%@ taglib uri="/WEB-INF/tld/struts-html.tld" prefix="html" %> > > >results in this html being generated: > >style="cursor:hand"> > >obvious problems with name=" and src="/img/but_s

RE: html:image bug?

2001-05-17 Thread Sean McGrath
it's a bug, you need to escape the ", like this > -- > From: Nathan Coast[SMTP:[EMAIL PROTECTED]] > Reply To: [EMAIL PROTECTED] > Sent: Thursday, May 17, 2001 10:02 AM > To: struts-user > Subject: html:image bug? > > Hi

RE: html:image bug?

2001-05-17 Thread Dan Powell
Title: RE: html:image bug? Yes, I discovered this problem two days ago, actually.  The code was simple to fix, I hope to submit a patch to struts-dev today or tomorrow, or I'm sure you can notice the problem easily yourself. -- J. Daniel Powell Sr. Systems Architect   -Original Me

html:image bug?

2001-05-17 Thread Nathan Coast
Hi <%@ taglib uri="/WEB-INF/tld/struts-html.tld" prefix="html" %> results in this html being generated: obvious problems with name=" and src="/img/but_submit.gifalt="submit" Can anyone confirm if this is a bug? had a look at bugzilla but couldn't find any matching bugs. Cheers Nathan

Re: REPOST: How to code and use the html:image tag?

2001-04-22 Thread Craig R. McClanahan
On Thu, 12 Apr 2001, Suriyanarayanan, Senthil Kumar wrote: > Hello, > How do you use html:image tag inside my html:tag? > I need to have two image buttons namely login, forgotPassword. Which > is the right one to use, either the html:image tag or directly use the input

Re: [Fwd: FW: REPOST: How to code and use the html:image tag?]

2001-04-13 Thread Ted Husted
001 7:52 PM > To: [EMAIL PROTECTED] > Subject: Re: [Fwd: FW: REPOST: How to code and use the html:image tag?] > > You're right. This doesn't seem to be working. I'd report it as a bug. > > < http://nagoya.apache.org/bugzilla/ > > > [EMAIL PROTECTED] wr

RE: [Fwd: FW: REPOST: How to code and use the html:image tag?]

2001-04-13 Thread Ware, John
nt: Friday, April 13, 2001 6:10 PM To: '[EMAIL PROTECTED]' Subject: RE: [Fwd: FW: REPOST: How to code and use the html:image tag?] it is not a bug of Struts, but the browser's. Jesse -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Friday, April 13

RE: [Fwd: FW: REPOST: How to code and use the html:image tag?]

2001-04-13 Thread Zhengxi Ruan
it is not a bug of Struts, but the browser's. Jesse -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Friday, April 13, 2001 7:52 PM To: [EMAIL PROTECTED] Subject: Re: [Fwd: FW: REPOST: How to code and use the html:image tag?] You're right. This doesn&#x

Re: [Fwd: FW: REPOST: How to code and use the html:image tag?]

2001-04-13 Thread Ted Husted
You're right. This doesn't seem to be working. I'd report it as a bug. < http://nagoya.apache.org/bugzilla/ > [EMAIL PROTECTED] wrote: > > Ted, > I tried this with no success. I put two html:image tags into my > login.jsp > > "login&quo

[Fwd: FW: REPOST: How to code and use the html:image tag?]

2001-04-13 Thread jdware
Ted, I tried this with no success. I put two html:image tags into my login.jsp In the perform method of LoginAction.java I traverse the Enumeration returned by request.getParameters() looking for a parameter named login. It's not there. :-( Here'

Re: REPOST: How to code and use the html:image tag?

2001-04-13 Thread Ted Husted
The property and value for the button is passed as a parameter (property=value), that you can retrieve from the request context. A typical approach would be to give each button the same property but different values, like Then in the action method, you would use a pattern like string logi

REPOST: How to code and use the html:image tag?

2001-04-12 Thread Suriyanarayanan, Senthil Kumar
Hello, How do you use html:image tag inside my html:tag? I need to have two image buttons namely login, forgotPassword. Which is the right one to use, either the html:image tag or directly use the input type=image? Say for example I define the html:image inside my

How to use the html:image tag?

2001-04-11 Thread Suriyanarayanan, Senthil Kumar
Hello, How do you use html:image tag inside my html:tag? I need to have two image buttons namely login, forgotPassword. Which is the right one to use, either the html:image tag or directly use the input type=image? Say for example I define the html:image inside my

REPOSTED: html:image tag altKey - work or not?

2001-03-28 Thread Maya Muchnik
Hi, I have a problem with this attribute - no visible value at the browser. Is this a bug or I am missing something? Thanks in advance. Maya

Re: html:image tag "border" attribute?

2001-02-28 Thread Incze Lajos
On Wed, Feb 28, 2001 at 01:59:59PM -0600, [EMAIL PROTECTED] wrote: > > Shouldn't there be a "border" attribute for the html:image tag? Or is it > there and I overlooked it? > As I see struts is tied to the strict HTML 4.01 DTD which does not have this attribute.

html:image tag "border" attribute?

2001-02-28 Thread Dallas_Browning
Shouldn't there be a "border" attribute for the html:image tag? Or is it there and I overlooked it?