single sign on

2002-07-16 Thread Nina-Annick Stranzenbach
Hi all, is it possible to have a single sign on with struts? And: is it possible to define an action-forward in struts-config.xml that points to a different application, ie a different folder under webapps? TIA, Nina -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Re: errors.suffix

2002-07-08 Thread Nina-Annick Stranzenbach
u can do that with errors.footer On Mon, 2002-07-08 at 14:18, Kiss Attila wrote: but i want to use suffix becouse a want to put some text after every error message! - Original Message - From: Oren Gross [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent:

Re: Problem with html:link and html:img

2002-07-08 Thread Nina-Annick Stranzenbach
have you tried html:link onclick=func() html:img src=submit.gif / /html:link ? On Mon, 2002-07-08 at 16:08, Ravi Kora wrote: Hi, I have a page where I want to combine my html:link and html:img tags. In regular html, it would be something like this.

Re: getting link parameters from a bean

2002-07-02 Thread Nina-Annick Stranzenbach
Hi Lolik, thanks for your answer, but I need to get the link parameter from a bean because it is dynamic. So instead of writing mode=Clear which is no problem, if you know your parameter IS Clear, I need to get my parameter from a bean because I don't know beforehand what it will be...

getting link parameters from a bean

2002-07-01 Thread Nina-Annick Stranzenbach
Hi all, I posted this question before, but no one answered - Doesn't anyone understand my problem or Does no one know any answer??? Here it is: Hi, I am trying to open a new window via javascript command that submits command to an action path. As this action path needs a request parameter,

Re: missing key handling problem

2002-07-01 Thread Nina-Annick Stranzenbach
Hi, if you don't specify errors.header and/or errors.footer, a null string is returned, in all other cases, you get the servlet exception. fabrice dewasmes wrote: Hi ! I'm wondering if someone has ever tested to ask for a message that is not present in the resource bundle. I'm using Struts

Re: missing key handling problem

2002-07-01 Thread Nina-Annick Stranzenbach
Hi Fabrice, what I meant is: if you don't have the errors.header/errors.footer specified, a null value is returned for them. If ANY other key is not specified (in your case mytest.test), the servlet throws an exception - so you got the correct response. -- To unsubscribe, e-mail:

dynamic link parameters

2002-06-27 Thread Nina-Annick Stranzenbach
Hi, I am trying to open a new window via javascript command that submits command to an action path. As this action path needs a request parameter, it's got to be submitted as well. When I tested the action, I did it like this: html:link page=/details.do paramId= paramName=ticket