RE: actions only for html:form ?

2002-10-31 Thread Quentin.Cope
you want in the execute method. Regards Quentin -Original Message- From: Mohan Radhakrishnan [mailto:MohanR;hclcomnet.co.in] Sent: 31 October 2002 10:23 To: 'Struts Users Mailing List' Subject: actions only for html:form ? Hi, a href=mainscreen.jsp/a I am trying to find out how

RE: actions only for html:form ?

2002-10-31 Thread Mohan Radhakrishnan
Subject: RE: actions only for html:form ? I think you should try something like html:link page=/logoff.do loggoff/html:link which call an action without using any form for the problem of reload page, i think in the preceding action, you should save the path in the session scope Regards, Xavier

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 : a href=logoff.do -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

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: html:link page=/logoff.do paramName=beanName paramId=userId paramProperty=userId For an image look at:

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: html:link page=/logoff.do

RE: actions only for html:form ?

2002-10-31 Thread Mohan Radhakrishnan
: 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 never used

RE: actions only for html:form ?

2002-10-31 Thread Mohan Radhakrishnan
forward to login.jsp. Thanks, Mohan -Original Message- 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