AW: Orkut

2004-02-09 Thread Dirk Manske (Service Respond)
add me please. thx. -Ursprüngliche Nachricht- Von: Oliver Thiel [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 10. Februar 2004 00:41 An: 'Struts Users Mailing List' Betreff: AW: Orkut ... me too ... thanks! -Ursprüngliche Nachricht- Von: Ramadoss Chinnakuzhandai [mailto:[EMAI

AW: Struts + Frames + Requests

2004-02-04 Thread Dirk Manske (Service Respond)
-Ursprüngliche Nachricht- Von: Dirk Manske (Service Respond) [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 4. Februar 2004 01:43 An: 'Struts Users Mailing List' Betreff: Struts + Frames + Requests Hi, I am creating a struts web app. In one html page I have to use frames where you can enter s

Struts + Frames + Requests

2004-02-03 Thread Dirk Manske (Service Respond)
Hi, I am creating a struts web app. In one html page I have to use frames where you can enter some values in one frame and after submitting the result is displayed in another frame. Currently this is theory because I experience two problems: 1. After submit an action is called. The action comput

AW: SecurityFilter with Struts

2004-01-31 Thread Dirk Manske (Service Respond)
this example) > GET /defaultPage.do > > SCENARIO 2: Filter sends user to login page > > GET /mustBeLoggedInToSeeThisPage.do > (server redirects to /login.jsp) > GET /login.jsp > POST /j_security_check > (server redirects to /mustBeLoggedInToSeeThisPage.do) > GET /mustBeLogg

SecurityFilter with Struts

2004-01-30 Thread Dirk Manske (Service Respond)
Hi, I try to integrate SecurityFilter 1.1 in my struts app. I understand that I have to use "j_security_check" in my form action to setup SecurityFilter. But how does it work within a ? Because "j_security_check" always gets populated to "j_security_check.do" the SecurityFilter will never be call

AW: how to show error messages in a pop up window?

2004-01-22 Thread Dirk Manske (Service Respond)
cript alert? viel Glueck, -Martin - Original Message - From: "Dirk Manske (Service Respond)" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Thursday, January 22, 2004 9:10 AM Subject: how to show error messages in a pop

how to show error messages in a pop up window?

2004-01-22 Thread Dirk Manske (Service Respond)
Hi, I would like to display error messages in a popup window instead of the actual form page. Something like if is true, pop up a window and show the error messages. Has anyone done something similar to this and could show me an example? Thx, Dirk -

AW: how to disable a html:option tag?

2004-01-17 Thread Dirk Manske (Service Respond)
#x27;ve never heard of >disabling an option tag. You might just want to not list them. > >-Original Message----- >From: Dirk Manske [mailto:[EMAIL PROTECTED] >Sent: Saturday, January 17, 2004 5:21 PM >To: 'Struts Users Mailing List' >Subject: AW: how to disabl

AW: how to disable a html:option tag?

2004-01-17 Thread Dirk Manske
give me a hint. Thank you. Dirk -Ursprüngliche Nachricht- Von: Dirk Manske (Service Respond) [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 16. Januar 2004 18:04 An: [EMAIL PROTECTED] Betreff: how to disable a html:option tag? Vertraulichkeit: Persönlich Hi, I have in a form a html:sele

how to disable a html:option tag?

2004-01-16 Thread Dirk Manske (Service Respond)
Hi, I have in a form a html:select tag and inside some html:option tags. I want to disable some options and declared it like this optionText But this seems not to work because this option is still selectable. How to solve it? thx, Dirk