struts + IBatis + EJB

2004-02-13 Thread Kelly Goedert
Hello, has anyone ever tryed (or did) put this 3 pieces (struts, IBatis and EJB) to work together? Kelly. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

keeping data between requests

2004-02-13 Thread Kelly Goedert
Hi all, I would like to know what would be the best approach to a situation like this: I have a form named formA which executes actionA, then he is forwarded to formB where he will execute actionB on submit. The problem is: when I execute actionB, I have to know about some data the user poste

jstl problem

2004-01-20 Thread Kelly Goedert
Hi all, I have a form that when is called causes the following exception: javax.servlet.ServletException: javax/servlet/jsp/jstl/core/ConditionalTagSupport at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:249) at javax.servlet.http.HttpServlet.service(HttpServlet.ja

Re: struts and ibatis

2004-01-19 Thread Kelly Goedert
It helps mapping between the application and database. Take a look on this sites: http://www.ibatis.com/common/sqlmaps.html http://www.reumann.net Kelly. Viral_Thakkar wrote: BTW, What is iBATIS? -Original Message- From: Kelly Goedert [mailto:[EMAIL PROTECTED] Sent: Monday, January

struts and ibatis

2004-01-19 Thread Kelly Goedert
Hello, has anyone ever used iBATIS in a production environment? Is it stable enough? Kelly - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

sql statements

2004-01-16 Thread Kelly Goedert
I read somewhere that it's possible to have your sql statements on a .properties file, instead of a class. Could anyone give me an idea on how to do that? Thanks Kelly. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

Re: validation problem

2004-01-16 Thread Kelly Goedert
I'm sorry, I didn't get what you mean... could you explain? Matthias Wessendorf wrote: what is about name="loginForm" instead: name = "loginForm" (as action.-attribute)? but canĀ“t be... ?!? -----Original Message- From: Kelly Goedert [mailto:[EMAIL PROTEC

Re: validation problem

2004-01-16 Thread Kelly Goedert
Yes I did. It is exactly like your application. Matthias Wessendorf wrote: hi kelly, did you integrate it into struts-config? --> greetings -Original Message- From: Kelly Goedert [mailto:[EMAIL PROTECTED] Sent: Friday, January 16, 2004 11:25 AM

validation problem

2004-01-16 Thread Kelly Goedert
Hi, I'm trying to use the validator in a form that is used in as login form for authentication. And the fields are not being checked. I have this mapping on struts-config.xml In the validation.xml I have t

Re: artimus 1.1

2004-01-05 Thread Kelly Goedert
read readme,.txt that comes with artimus! Let me know when you have gotten this far.. -Martin - Original Message - From: "Kelly Goedert" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, January 05, 2004 8:28 AM Subject: arti

artimus 1.1

2004-01-05 Thread Kelly Goedert
Hello, this may be a bit off topic but there it goes: how do I deploy the artimus example application? What kind of database structure do I have to create? Kelly. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

Re: RequestProcessor problem

2003-12-30 Thread Kelly Goedert
If you can send it'll appreciate it. Pedro Salgado wrote: On 30/12/2003 11:22, "Kelly Goedert" <[EMAIL PROTECTED]> wrote: Can anyone give me an example on how to use the RequestProcessor? I want to use the RequestProcessor to check on action roles. Do I have to subclas

Re: RequestProcessor problem

2003-12-30 Thread Kelly Goedert
You can read the tomcat JDBC/Realm doc. in the apache site. It is similar for other containers. http://kb.atlassian.com/content/tutorials/jollem/orion-security-primer/ is another good site explaining OC4J roles. Mohan -Original Message- From: Kelly Goedert [mailto:[EMAIL PROTECTED] Sent

Re: RequestProcessor problem

2003-12-30 Thread Kelly Goedert
+44 (0)20 7547 2752 Kelly Goedert <[EMA

RequestProcessor problem

2003-12-30 Thread Kelly Goedert
Can anyone give me an example on how to use the RequestProcessor? I want to use the RequestProcessor to check on action roles. Do I have to subclass it? Or I can use it as it is? To use roles to I have to configure anything in the container too? Or just setting the roles parameter and using the

action roles

2003-12-30 Thread Kelly Goedert
Could someone give me an example on how to use action roles? Does this roles have to be used with the container security? Kelly. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

help with action roles

2003-12-29 Thread Kelly Goedert
Hello, Could anybody point me an example on how to use action roles? Or any explanation? I read Ted Husted Struts in Action but I can't get this feature to work properly. Thank you Kelly. - To unsubscribe, e-mail: [EMAIL PROTE