AW: How to pass SQL variable from JSP to Action?

2005-09-01 Thread R. Markham
Hallo Nobody(??) It is bad practice to put SQL Statement in a JSP page. Regards Richard Markham -Ursprüngliche Nachricht- Von: ??? [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 1. September 2005 05:30 An: Struts Users Mailing List Betreff: Re: How to pass sql variable from jsp to Ac

AW: Struts Documentation

2005-09-01 Thread R. Markham
Hi Jay, this is a good place too. http://wiki.apache.org/struts/ Regards Richard Markham -Ursprüngliche Nachricht- Von: Ayusman dikshit [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 1. September 2005 10:53 An: Struts Users Mailing List Betreff: RE: Struts Documentation Hi Jay,

AW: Win XP, Eclipse, and Struts

2005-09-02 Thread R. Markham
Hi Steve, In fact you need only Tomcat Eclipse JDK As I started with Struts I deliberately didn't use any design Tool, maybe you need more time at the beginning but you know at least what you are doing later when your project get more complicated you get the payoff. Regards Richard -Ursp

AW: Struts Development Tool

2005-09-14 Thread R. Markham
Hallo I just tried Exadel. I don't like because I don't see what I am doing. I tried the tutorial. It has a graphic display to configure the struts-config.xml. Editing the struts-config.xml is only a minimum effort in a web application. The main part is creating and developing the JSP File and the

AW: How to pass Session variable to different Webapplication?

2005-09-17 Thread R. Markham
How about using scope="session" instead of request in the Action Mapping Eniity in struts-config.xml How it will help. Regards Richard Markham -Ursprüngliche Nachricht- Von: Martin Burkert [mailto:[EMAIL PROTECTED] Gesendet: Samstag, 17. September 2005 13:06 An: Struts Users Mailing L

AW: Cannot find ActionMappings or ActionFormBeans

2005-09-17 Thread R. Markham
Hi! Look at your config-struts.xml file. Why do you use action path="/DatabaseRetrievalAction" type="DatabaseRetrievalAction" input="/index2.jsp" Change "intro" to ="DatabaseRetrievalAction" or vice versa both names should be equal. And the name of "form action" in index.jsp must be

Cannot find bean" error" in any scope / Error

2005-09-17 Thread R. Markham
I get following error if I push the submit button. I get following error message javax.servlet.ServletException: Cannot find bean error in any scope I have following in my JSP File Lastname

AW: AW: Cannot find ActionMappings or ActionFormBeans

2005-09-17 Thread R. Markham
] Gesendet: Samstag, 17. September 2005 20:47 An: Struts Users Mailing List Betreff: Re: AW: Cannot find ActionMappings or ActionFormBeans R. Markham wrote: >Hi! >Look at your config-struts.xml file. Why do you use > > > > >action path="/DatabaseRetrievalAction"

Cannot find bean error in any scope

2005-09-17 Thread R. Markham
I get following error if I push the submit button. javax.servlet.ServletException: Cannot find bean error in any scope I have following in my JSP File Lastname I want t

Layout Forms in conjunction with Struts

2005-09-20 Thread R. Markham
HI, I am looking for a tool to layout my forms in conjunction. I am evaluating two packages - http://www.common-controls.com/en/index.php - http://struts.application-servers.com/ Have somebody work with these tools or do you have any other suggestions. Regards Richard Markham

AW: Again: I18n problems

2005-09-21 Thread R. Markham
Hi Martin, I don't think it is the problem of Struts the problem lays at Tomcat. Try to experiment with Tomcat config File. In German we have to use the UTF Code directly or the Hex Code for the German special Charater. Regards Richard -Ursprüngliche Nachricht- Von: Martin Kindler [ma

Using DisplayTag with CRUD Capability

2005-09-25 Thread R. Markham
HI All, can somebody give me a hint if I can combine DisplayTag Library with CRUD Action. I want to show a list as a table using Dísplay tag library. But I want that a user can choose a row in the table an edit the content of the chosen row. TIA Richard Markham

Looking for a table library

2005-09-26 Thread R. Markham
Hi all, I have a table in my jsp. To be able to process the data of a row in a table I want to be able to mark a row in the table and read the content of the row, through the row number of marked line. I think this a very common problem, somewhere there must be a solution for this problem.

AW: Looking for a table library

2005-09-26 Thread R. Markham
g.org). Martin > -Ursprüngliche Nachricht- > Von: R. Markham [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 26. September 2005 15:14 > An: 'Struts Users Mailing List' > Betreff: Looking for a table library > > > > > Hi all, > > > > I have

AW: display checkbox with unique value using displaytag

2005-09-29 Thread R. Markham
Hi Vijay, I am wondering why do you want unique value in a check box. A checkbox has the values true or false. Regards Richard -Ursprüngliche Nachricht- Von: R.Vijayaraghavan [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 29. September 2005 12:05 An: Struts Users Mailing List Betreff

AW: AW: display checkbox with unique value using displaytag

2005-09-29 Thread R. Markham
[mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 29. September 2005 18:29 An: Struts Users Mailing List Betreff: Re: AW: display checkbox with unique value using displaytag --- "R. Markham" <[EMAIL PROTECTED]> wrote: > Hi Vijay, > > I am wondering why do you want unique

AW: display checkbox with unique value using displaytag

2005-09-29 Thread R. Markham
read DisplayTag manual? It is a well-written document, you will need no more than 30 minutes to start with decorators. Michael. On 9/29/05, R. Markham <[EMAIL PROTECTED]> wrote: > Hi Vijay, > > I am wondering why do you want unique value in a check box. A checkbox has > t

AW: database design

2005-10-04 Thread R. Markham
Depends how much you want to pay. As far as I know TOAD or Power Designer are the best. Richard -Ursprüngliche Nachricht- Von: Rafael Taboada [mailto:[EMAIL PROTECTED] Gesendet: Montag, 3. Oktober 2005 19:22 An: Struts List Betreff: database design Hi folks. When u design a database...

AW: Eclipse and Struts Problem!!

2005-11-12 Thread R. Markham
Hallo, you should define the directory webapps of your tomcat installation as your workspace. Copy the the blank_apps of the strut directory to the webapps directory. Change the name of the blank_app to the app. Name. restart tomcat and restart eclipse and define a new project with the name you us

Question about Global Forward

2005-11-23 Thread R. Markham
Hi I must work through a huge program without any documentation. I found something strange in struts-config.xml. In the directory common exists exception.jsp. Is the parameter "page" in "path=page.common.Exception" an attribute to point that that in the directory "commo

AW: Question about Global Forward

2005-11-23 Thread R. Markham
Hi Palaniappan, It is exactly what you told. I find the meaning of "page.common.exception". Regards Richard Markham -Ursprüngliche Nachricht- Von: Ramaswamy, Palaniappan [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 23. November 2005 11:40 An: Struts Users Mailing List Betreff: RE: Qu

Debuging Struts Application with Eclipse

2005-11-23 Thread R. Markham
Hallo Since several days I tried to debug my Struts Application with Eclipse. I set following ENV variables Set JPDA_TRANSPORT=dt_shmem Set JPDA_ADRESS=8000 I called Catalina with "jpda start" parameter. If I try to connect to jvm in Eclipse I always get the message "Failed to conne

AW: Debuging Struts Application with Eclipse

2005-11-23 Thread R. Markham
you use the Sysdeo Plugin (www.sysdeo.com). With it one can smoothly debug web apps in Eclipse. I do it all the time. Martiin > -Ursprüngliche Nachricht- > Von: R. Markham [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 23. November 2005 14:40 > An: user@struts.apache.org

AW: Debugging Struts Application with Eclipse

2005-11-24 Thread R. Markham
lipse. I find the less Plug Ins you the more faster is Eclipse. Regards Richard -Ursprüngliche Nachricht- Von: R. Markham [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 23. November 2005 15:39 An: 'Struts Users Mailing List'; [EMAIL PROTECTED] Betreff: AW: Debuging Struts A

[OT] Oracle Personal Edition andTomcat

2005-11-29 Thread R. Markham
Hi , this is not a direct Struts question. I just want to know if somebody already had experience with Oracle Personal Edition. Last night I installed the software my tomcat application doesn't work anymore. Does anybody knows the reason?. It seems to me that Oracle blocked some port eve

[OT] Xdoclet and JBOSS

2005-12-09 Thread R. Markham
Hi all, I am extending my Struts Application using JBOSS 3.XX. I want to generate my EJB using XDOCLET. Somebody know a nice link or a book where there is an example. Regards Richard