Request Attribut and forward ??

2001-12-19 Thread tw . richter
Hello, and thanks TWIC for the comments on large selection lists (by the way: where is the pager taglib?). For the html:select and html:option I am using beans as describes in the struts-example. I've got a mask and a Form Action where I build the selection list. In the Action class I use a

PLEASE COMMENTS! Design question on very long lists... (a little bit OT)

2001-12-18 Thread tw . richter
Hi to all! I strongly appreciate struts - it a very valuable tool to work with. So I started to build a EIS-similar application with much DB-Access, business code and so on... (try to work with Jonas EJB Server). But there arer some design question and I do appreciate comments on these. I

Re: Tomcat 3.2.3+mod_jk

2001-12-06 Thread tw . richter
Hi, I strongly recommend using Tomcat 3.3. It is excellent (better then the somewhat beta Tomcat 4.01). I used the -jkonf option and then had nothing else to do then to start Tomcat. Struts-example/ was running perfectly. There is no more JKMount in the mod_jk.conf file, only these lines:

Re: mapping.getInput() and request scope beans

2001-12-04 Thread tw . richter
Hello Karen, (sorry, used th wron address) I have had a similar problem using the html:selection tag which is at first used with session beans but I wanted to build request scope objects (I do not like to let hang aroung junks of session beans...). So what I have done is to do a

Re: Tomcat-4.0.1 Struts-1.0 do *not* go together

2001-12-02 Thread tw . richter
Hi Thomas, do you really thing so? I have a similar environment (Tomcat 4.01, Apache 1.322, Suse Linux 7.3/2.2.10, JDBC Realm with Interbase 6.0) and I tried the struts-example, struts-blank and so on and it works! Well I have to compile the webapp manually with eapi-support, but that was

Re: Removing all beans from a session

2001-12-01 Thread tw . richter
Too easy, dear Renaud. Session.invalidate INVALIDATES the session and doesn't only remove the beans. To be polite: best regards Thomas -Original Message- From : Renaud Waldura [EMAIL PROTECTED] To : Struts Users Mailing List [EMAIL PROTECTED] CC : [EMAIL PROTECTED] : 30 November 2001

Re: How to get ActionForm as input

2001-11-30 Thread tw . richter
Hi Abhishek! I think there are some suggestions in the mailing list concering multiple submit buttons (try 'multiple submit'). But why don't you design a selection list in the form for the CRUD-Operations? There you only have to request the concerning selection property value and you can

Re: Logout Action

2001-11-30 Thread tw . richter
Hi Cameron! I had exactly the same problem. Do you use Netscape or Mozilla? Tomcat JDBC Realm? Well it worked with Konqueror and IE, but not with Netscape and Mozilla. What I found out was that you have to change the default preferences settings of the cache attributes within the browsers.

Re: Need help with Struts EJB Value Object

2001-11-25 Thread tw . richter
Hi, I am not an expert, Hai, but I have the same problem. I fear you have to insert either a hidden field or to set the form to session scope. Another way is to call request.setAttribute in the Action perform method an in the form % request.getAttribute %. The form is first populated and then

Why is Checkbox s.till marked??

2001-11-21 Thread tw . richter
Hi there, I have a form with one checkbox (defined with html:checkbox) which must be marked when something is to be deleted. The checkbox is validated and the is an error message when the user chooses delete but doesn't confirm it with the checkbox. This works, BUT: when submitted the action

RE: Why is Checkbox s.till marked?? HELP DID NOT GET IT!

2001-11-21 Thread tw . richter
Thanks for answer, Marcel, but both is set to the correct values. I have to set the confirmdel explicitly to false, then it works. Very strange to my since the reset method do the same thing. I think I haven't get it until now: I set another value explicity to the table name and then forward

Multiple Forms in one JSP page?

2001-11-21 Thread tw . richter
Hello there, I am fighting with the specifications of struts, request scopes, checkboxes and so on...(as Marcel knows) One answer to a simple question can make many things clear: is it allowed to have two forms in one jsp? What are the resctrictions? Is it possible to access a field of one

Stuts-simple doesn't work (husted.com)

2001-11-15 Thread tw . richter
Hi out there! I want to run the struts-simple example for wizards found in husted.com. But it doesn't work. It did not find /do/... There is no struts-config in /web-inf/, only a struts.xml in /web-inf/conf/. Is this example for another struts version? Regards Thomas :-) As sceptical as one