RE: actions only for html:form ?

2002-10-31 Thread Mohan Radhakrishnan
- From: Marcus Biel [mailto:Marcus.Biel@;bmw.de] Sent: Thursday, October 31, 2002 5:19 PM To: [EMAIL PROTECTED] Subject: Re: actions only for html:form ? Well, of course you can put your image into the link instead of text, just like you would do it with simple html. I have to admit so far I

RE: actions only for html:form ?

2002-10-31 Thread Mohan Radhakrishnan
PM To: [EMAIL PROTECTED] Subject: Re: actions only for html:form ? Well, of course you can put your image into the link instead of text, just like you would do it with simple html. I have to admit so far I never used an image link, so I still sugest you to look in your struts docu, but it shou

Re: actions only for html:form ?

2002-10-31 Thread Marcus Biel
Well, of course you can put your image into the link instead of text, just like you would do it with simple html. I have to admit so far I never used an image link, so I still sugest you to look in your struts docu, but it should be something like: image.jpg marcus -- To unsubscribe, e-mail:

Re: actions only for html:form ?

2002-10-31 Thread Marcus Biel
Use the link page like the others told you. Just in case your logoff Action needs a dynamic parameter (like userid) you can do this like this: For an image look at: http://localhost:8080/struts-documentation/struts-html.html#img (Struts Docu also helps with links and everything else) hope this

RE: actions only for html:form ?

2002-10-31 Thread Quentin.Cope
Mohan Sorry should have been more explicit. You would then want a line like : -Original Message- From: Mohan Radhakrishnan [mailto:MohanR@;hclcomnet.co.in] Sent: 31 October 2002 10:38 To: 'Struts Users Mailing List' Subject: RE: actions only for html:form ? Hi, I am do

RE: actions only for html:form ?

2002-10-31 Thread Mohan Radhakrishnan
ctober 31, 2002 4:00 PM To: Struts Users Mailing List Subject: RE: actions only for html:form ? Mohan I think what you want to do is to setup an action mapping something like: Then create an action class and do what you want in the execute method. Regards

RE: actions only for html:form ?

2002-10-31 Thread Mohan Radhakrishnan
Hi, The menus use tags and "href". I haven't tried this but loggoff is for text links? bye, Mohan -Original Message- From: Xavier Combelle [mailto:xcombelle@;kaptech.com] Sent: Thursday, October 31, 2002 4:15 PM To: Struts Users Mailing List Subject: RE: actions onl

RE: actions only for html:form ?

2002-10-31 Thread Xavier Combelle
ilto:MohanR@;hclcomnet.co.in] > Envoyé : jeudi 31 octobre 2002 11:23 > À : 'Struts Users Mailing List' > Objet : actions only for html:form ? > > > Hi, > > > I am trying to find out how to use the above "href" > representation to fire > an act

RE: actions only for html:form ?

2002-10-31 Thread Quentin.Cope
] Sent: 31 October 2002 10:23 To: 'Struts Users Mailing List' Subject: actions only for html:form ? Hi, I am trying to find out how to use the above "href" representation to fire an action. I need to fire an action for "reload","logoff" etc. Sorry if t

actions only for html:form ?

2002-10-31 Thread Mohan Radhakrishnan
Hi, I am trying to find out how to use the above "href" representation to fire an action. I need to fire an action for "reload","logoff" etc. Sorry if this is too elementary. The html:form tag has an action. How do I fire an action for logging off if I have an image as a menu? Do I just