AW: html:errors

2002-07-11 Thread mhanel
Yes I know. Probably my question was wrong. Can I use the tag with some tags? like Do Some stuff for errors. -Ursprüngliche Nachricht- Von: Kamholz, Keith (corp-staff) USX [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 11. Juli 2002 14:31 An: 'Struts Users

[OT] Display tag pbs

2002-07-11 Thread @Basebeans.com
Subject: [OT] Display tag pbs From: "Andrej Sobkowski" <[EMAIL PROTECTED]> === All, sorry to post this message here but apparently the "display tag" has been designed (initially) as a Struts-related tag (BTW, I AM using Struts on my project). Please don't hesitate to point me to other resources.

RE: html:errors

2002-07-11 Thread Kamholz, Keith (corp-staff) USX
Hey, This kinda depends on what errors you are looking for. If you are using automatic form validation, then make the validate() method simply return an ActionErrors object with any error messages. If there are no errors, return null or an empty ActionErrors. Struts will automatically take the

keeping the old debate open...

2002-07-11 Thread Barbara Post
Hi Ted, just a question about how open-source projects are managed at apache's : how do you know you run out of bugs to fix ? what's the way the projects are tested ? thanks, since my boss wonders about open-source and fears it a bit... we must ensure we know exactly what we can rely upon or not

Re: Struts 1.1 Final - Just asking!

2002-07-11 Thread Ted Husted
Anyone's guestimation is *not* going to be worth the pixels they are published on, and it's pointless to disappoint people with speculations. The honest truth is that we ship when we run out of bugs to fix. Since we don't know what bugs people will find in the upcoming beta 2 release, we can't t

html:errors

2002-07-11 Thread mhanel
How do I check on the jsp if some error occured? If an error occured I wanna display a Dialog with the errormessages inside when the page gets reloaded. Hanel Matthias Fachinformatiker (Anwendungsentwic

Re: Struts + MVC Philosophical question

2002-07-11 Thread Ted Husted
Struts really encourages a Layered Model 2/MVC architecture. Using a Layered arcitechture, it is incorrect for non-adjacent layers to develop direct dependencies. The View should talk to the Controller and the Controller should talk to the Model. The original M/V/C framework, Smalltalk, made goo

log4J CANNOT FIND LO4J.DTD due to new version of Xerces

2002-07-11 Thread Sudhir S. Shetty
Hi Everybody, I have a web application , in which I am using struts 1.02, log4j1.2.5, Xerces 2.02 I am facing problems while initailizing logging my Configuration XML file for log4J is "logconfig.xml" inside my Jsp I have the following code. String ls_path = getServletCont

Re: struts and javascript document.write(...)

2002-07-11 Thread Barbara Post
thanks Adarsh, so what's the workaround to add some content with a javascript on a jsp ? Babs - Original Message - From: Adarsh <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Sent: Thursday, July 11, 2002 10:26 AM Subject: RE: struts and javascript document.write(..

AW: change an Actionform

2002-07-11 Thread Efftinge, Sven
Thank you Jon. Your solution is good, but I don't understand why my way doesn't work. Can someone tell me where the data gets lost? The EditEntity.jsp has definetly access to an EditEntityForm, but there is no Data in it! why can I change the type but can't fill it? Sven -- To unsubscribe, e-mai

[ANNOUNCE] Scioworks Camino v2.0

2002-07-11 Thread John Yu
Dear Struts Users, We are pleased to announce the release of Scioworks Camino v2.0, a visual tool for Struts application development. You can download Camino v2.0 from: http://www.scioworks.net/servlets/Redirect?pid=15&dp=2 What's new in v2.0: * Supports Struts 1.1 features - Manages m

[ANNOUNCE] Easy Struts v0.4 for Eclipse / JBuilder

2002-07-11 Thread emmanuel.boudrant
Hi, Easy Struts v0.4 is now out. Provide a full support for JBuilder IDE. Provide a full support for Eclipse IDE. > Changes in v0.4 (2002-07-11) - Support now for JBuilder IDE (without Resources Wizard). - Add runtime facility for JBuilder, no need removeStrutsJar opentool - Add confirm

WG: Re: Struts + EJB ?

2002-07-11 Thread Manfred Wolff
Hi Brian. Yes, we use the @struts:form tag from xdoclet, to generate a form that corespondens to an entitybean. But it is not nessesary to do that all time. Only if the form-data correponds to the bean, that is a good idea, I think. A second method to match form-bean data to a data value object

Path question HELP!!!

2002-07-11 Thread Keith Wong
Hi all, I'm newbie on struts and I am getting problem on URL path problem, any help will be appreciated. I am trying to creating a seperate directory on old app. and try to bring struts in. The old app. URL is www.myapp.com/apps and the new one I like to create is www.myapp.com/apps/admin, wil

switching sub-application issues

2002-07-11 Thread Troy Hart
I have recently started using the new sub-application feature of struts-1.1 and I think it is an excellent addition. However, the standard SwitchAction does not seem to work as advertised. I am currently able to work around this issue by defining global forwards (with the contextRelative attribute

RE: change an Actionform

2002-07-11 Thread Jon.Ridgway
Hi Sven, At as guess, you are not putting the form back into scope, try something like this in your findEntity action... if (mapping.getName() != null) { if ("request".equals(mapping.getScope())) { request.setAttribute(mapping.getName(), form); } else {

change an Actionform

2002-07-11 Thread Efftinge, Sven
Hi, this is relative fundamental, but I haven't seen an answer in any documentation or tutorial. My Question is 'How can I change the Actionform in an Action?' Description: I do a request to findEntity.do and submit a SearchEntityForm. With the values in it I try to find an entity in the backend

custom tags accessing database (MVC model review)

2002-07-11 Thread Adolfo Miguelez
Hi All, some of our development teams has implemented view helpers as custom tags, which in turn access directly to database. However, we guess that such an approach is not correct since it does not match Struts/MVC models. We suggest that a better aproach would be leaving an Action to deal wi

RE: Migration from 1.0.2 to 1.1

2002-07-11 Thread Arnaud HERITIER
Thanks Martin. I'm happy to see that I used a method that others used. It's not so bad. I think I will follow your explanations to use your new method. It seems better. Thx a lot for your help and your ideas. Thx also to Craig for his explanation about the RequestProcessor. Arnaud H. > -

RE: Struts dependencies

2002-07-11 Thread Arnaud HERITIER
Thx Craig. All components are night builds except ORO. I'll open bugzilla entries for projects which not set correctly their Manifest files Arnaud H > -Message d'origine- > De : Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > Envoyé : mercredi 10 juillet 2002 18:10 > À : Struts Users

RE: Controller UML class diagram

2002-07-11 Thread Arnaud HERITIER
very good, struts team. You do it manually or you use a tool ?? > -Message d'origine- > De : Martin Cooper [mailto:[EMAIL PROTECTED]] > Envoyé : mercredi 10 juillet 2002 17:41 > À : 'Struts Users Mailing List' > Objet : RE: Controller UML class diagram > > > FYI, if you pick up the lates

RE: Struts dependencies

2002-07-11 Thread Arnaud HERITIER
I'll send some bug reports to bugzilla if it is not yet done. Arnaud Heritier > -Message d'origine- > De : Martin Cooper [mailto:[EMAIL PROTECTED]] > Envoyé : mercredi 10 juillet 2002 17:34 > À : 'Struts Users Mailing List' > Objet : RE: Struts dependencies > > > There was an extensive d

RE: struts and javascript document.write(...)

2002-07-11 Thread Adarsh
hi documnt.write always erase the contents and starts as new -Original Message- From: Barbara Post [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 1:05 PM To: [EMAIL PROTECTED] Subject: struts and javascript document.write(...) Hello, I am playing with this : http://www.mail-a

struts and javascript document.write(...)

2002-07-11 Thread Barbara Post
Hello, I am playing with this : http://www.mail-archive.com/struts-user@jakarta.apache.org/msg16093.html but have troubles with document.write(...) in a .js file that does not write on my jsp but on a new page. guess I have all the javascript functions to be in .jsp files ? (see the link above).

Re: Problems running struts 1.1b1 with Jbuilder 6

2002-07-11 Thread emmanuel.boudrant
Hi, Did you run your project under Tomcat 4 ? Struts 1.1 require Tomcat 4. -Emmanuel --- [EMAIL PROTECTED] a écrit : > Hi, > > I'm upgrading my project from struts 1.0 to struts > 1.1 but am having a few > problems when I run it from Jbuilder. (everything > works fine from JBoss). > Is there

Re: Tiles 'getAsString' in included Tile

2002-07-11 Thread Cedric Dumoulin
Hello, How have you declared your definition ? When you write , it means that the value of the attribute from surounding tiles is used by insert. Maybe you have misunderstood the usage of . If you want to insert a definition, write . Cedric Jerry Jalenak wrote: >I'm getting an err

RE: Struts 1.1 Final - Just asking!

2002-07-11 Thread Daniel J. D'Cotta
Eddie, I tried asking that before.. Some simple advice: 'Just wait for it patiently, and DON'T ask when it will be coming out!'. Regards, Daniel -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 11:05 AM To: [EMAIL PROTECTED] Subject: Struts

RE: Checkbox Issues

2002-07-11 Thread Jesse Alexander (KADA 11)
Hi, a bit of peace, please (less than a day and already stressing...). The documentation and the mailing list archives clearly state, that checkboxes must be set to false (if boolean) or space (if string), and nothing else. Obvioulsy this only happens if you are going through an action. hth Ale

RE: Using Reset to Load Drop Downs?

2002-07-11 Thread Jesse Alexander (KADA 11)
Hi, I usually do it within an action called to prepare a form I want to show. Instead of forwarding to FORM_B from ACTION_A processing the input from FORM_A I forward to ACTION_B_PREPARE setting up all FORM_B needs and then from there go to FORM_B. I can now add the contents of the collections fo

<    1   2