Re: RE: 1.1 B3: Servlet action is currently unavailable

2003-02-21 Thread Alexander Ilg
Did you rebuild your app with the newer jars? Yes I did ... Regards, alex -- James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org/ The man who does not read good books has no advantage over the man who cannot read them. - Mark Twain (1835-1910)

RE: [OT] dick size

2003-02-21 Thread Andrew Hill
Up until a week or so ago the NSW minister for gambling was a bloke by the name of Richard Face... Parents can be so cruel... -Original Message- From: Simon Kelly [mailto:[EMAIL PROTECTED]] Sent: Friday, 21 February 2003 15:20 To: Struts Users Mailing List Subject: Re: [OT] dick size I

Populating a html select in struts.

2003-02-21 Thread Peng Tuck Kwok
How does one pre-populate a form field in struts which uses the multiple select ? I've tried it but I don't see anything being filled out in the select box, I've also created the necessary form beans for it to work. Help with this would be nice, thanks.

Really dumb struts question...

2003-02-21 Thread Loren J. Erickson
Like probably thousands of others, I'm trying to write a simple portal using Struts 1.0.2. I'm getting the following error that I can't figure out. org.apache.jasper.JasperException: No bean found under attribute key registerForm I've also included a snippet from my struts-config.xml.

Help in html option tag

2003-02-21 Thread Buics
anybody could help me this one, it takes me 2 days to figure this out and wheeeww 'til now I dont have a solution. html:select property=creditCardType size=1 html:options collection=%= Constants.CCTYPES_ARRAY_KEY % property=value

AW: Really dumb struts question...

2003-02-21 Thread Hirschmann, Bernhard
Do you also have the form tag in your JSP? Bernhard -Ursprüngliche Nachricht- Von: Loren J. Erickson [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 21. Februar 2003 08:59 An: [EMAIL PROTECTED] Betreff: Really dumb struts question... Like probably thousands of others, I'm trying to

AW: Help in html option tag

2003-02-21 Thread Hirschmann, Bernhard
Do you have the taglibs included in the header of your JSP? Bernhard -Ursprüngliche Nachricht- Von: Buics [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 21. Februar 2003 09:36 An: Struts Users Mailing List Betreff: Help in html option tag anybody could help me this one, it takes me 2

Re: Really dumb struts question...

2003-02-21 Thread Chetan Sahasrabudhe
Bernhard I am facing same problem and still getting the error saying Cannot retrieve definition for form bean null attached is my jsp and struts-config.xml, can u check the goofup I am doing one question, do we have to add struts package which is in webapps in classpath ? - Original

AW: Populating a html select in struts.

2003-02-21 Thread Hirschmann, Bernhard
You can pre-populate your form in an action, which you have to call before showing the JSP. You then forward to the JSP from your action. Calling a action is done using ...yoururl.com/actionName.do in the browser url. Bernhard -Ursprüngliche Nachricht- Von: Peng Tuck Kwok

Re: Help in html option tag

2003-02-21 Thread Nicolas De Loof
It looks like your html:select is not in the body of a html:form tag html:form puts the formbean in page scope under org.apache.struts.taglib.html.BEAN for others html:xxx to use it. Nico. anybody could help me this one, it takes me 2 days to figure this out and wheeeww 'til now I dont have

Re: AW: Populating a html select in struts.

2003-02-21 Thread Peng Tuck Kwok
Thanks Bernhard for replying, I do know I can do that but my question was more along the lines of how to get html:select multiple to work properly. I can't seem to find good examples for this on the struts website. Do you have or know of any ? Hirschmann, Bernhard wrote: You can pre-populate

Re: Populating a html select in struts.

2003-02-21 Thread Nicolas De Loof
Having your formBean prepopulated in some scope (by a previous action), let's say you use foo property whith multiple getters : pulic String[] getFoo() pulic String getFoo(int index) You just need a html:select with html:option (or html:options) in your JSP - NOT select or option that are HTML

Re: [OT] dick size

2003-02-21 Thread Simon Kelly
I'm surprised he got through the intreview for the job with the panel laughing that loudly :-) - Original Message - From: Andrew Hill [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, February 21, 2003 9:06 AM Subject: RE: [OT] dick size Up until a week

Re: html:select and ArrayList question

2003-02-21 Thread ashokd
Hi, Put foos in session. Remove from ActionForm. Thanks Regards, Ashok.D - Original Message - From: alexj [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, February 21, 2003 11:26 AM Subject: html:select and ArrayList question Hi, I can't find how

Re: Populating a html select in struts.

2003-02-21 Thread Peng Tuck Kwok
Hmm... I have this currently : String recipients [] ; public String [] getRecipients() { return this.recipients ; } I am using the html:select, which tells me the corresponding property has to be a array of any supported data type, then if you use the

AW: Really dumb struts question...

2003-02-21 Thread Hirschmann, Bernhard
You have in your struts-config.xml: actionpath=/ominterfaceinfo type=wigadmin.struts.action.OMInterfaceInfoAction attribute=WIGAdminWizardForm scope=session validate=true forward name=success path=/tpinterfaceinfo.jsp/

Re: Populating a html select in struts.

2003-02-21 Thread Nicolas De Loof
Hmm... I have this currently : String recipients [] ; public String [] getRecipients() { return this.recipients ; } I am using the html:select, which tells me the corresponding property has to be a array of any supported data type, then if you use the

Yoooooooooohoooooooooo: Really dumb struts question...

2003-02-21 Thread Chetan Sahasrabudhe
Yahoo The real BIG one Thankx a million Bernhard great help man .. it worked :) btw where did u read this stuff .. please point me to the documentation for 1.1. beta related help so that I will stop sending queries like this :) Chetan - Original

Re: Populating a html select in struts.

2003-02-21 Thread Peng Tuck Kwok
Ok back to the action class and form beans to restructure some stuff. Wish me luck :) Nicolas and thanks. Nicolas De Loof wrote: Hmm... I have this currently : String recipients [] ; public String [] getRecipients() { return this.recipients ; } I am using the html:select,

Re: tiles plugin compatible with struts 1.0?

2003-02-21 Thread Cedric Dumoulin
The Tiles plugin is for initializing the Tiles framework in struts1.1 The Tiles framework can be used in Struts1.0.x. You need a special tilesForStruts1.0.jar file, available in the distribution from http://www.lifl.fr/~dumoulin/tiles/doc/download.html. Also, the setup differ. Check the

Re: AW: Populating a html select in struts.

2003-02-21 Thread eddieyan
Peng Tuck, Below is a working example. You need to populate the eventTypeAll in your action class. FOr JSP: html:select property=eventTypeId html:options collection=eventTypeAll property=id labelProperty=code / /html:select For Action class:

Re: [OT] dick size

2003-02-21 Thread Simon Kelly
I recon the ISO have been fiddling with the standards again. Cos I just got a 12 ruler from supplies and it's a lot longer than what I thought 12 was! - Original Message - From: alexj [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, February 20, 2003

AW: Yoooooooooohoooooooooo: Really dumb struts question...

2003-02-21 Thread Hirschmann, Bernhard
*lol* ...no problem - it was a pleasure for me ;-) For a good start with stuts, I suggest studying the examples, which are contained in the distribution of struts. (the additional WAR files) In addition, the husted.com website by Ted is a great resource. Regards, Bernhard -Ursprüngliche

Re: AW: Populating a html select in struts.

2003-02-21 Thread Peng Tuck Kwok
Thanks for the tip eddie. Much appreciated. [EMAIL PROTECTED] wrote: Peng Tuck, Below is a working example. You need to populate the eventTypeAll in your action class. FOr JSP: html:select property=eventTypeId html:options collection=eventTypeAll property=id

AW: [OT] dick size

2003-02-21 Thread Hirschmann, Bernhard
Könntest Du bitte endlich aufhören, die Struts Mailingliste mit diesem OT-Kram vollzumüllen?! Langsam nervt es wirklich! Bernhard -Ursprüngliche Nachricht- Von: Simon Kelly [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 21. Februar 2003 10:36 An: Struts Users Mailing List Betreff: Re:

Indexed property problem

2003-02-21 Thread Richard Kooijman
Hello, I have a problem setting form properties that have a type of String[]. I have this defined in my struts-config.xml: form-bean dynamic=true name=soortopvanglocatieForm type=org.apache.struts.validator.DynaValidatorForm form-property name=vorm type=java.lang.String /

WebHosting Struts

2003-02-21 Thread alexj
Hi, I'm looking for a free web hosting who support Struts. And if possible postgreSQL. I only find mycgiserver who support jsp and servlet but as I see in their forum is some post who says struts is not supported. Any suggestion ? Thanks. -- Alexandre Jaquet -

Re: html:select and ArrayList question

2003-02-21 Thread alexj
ok thanks - Original Message - From: ashokd [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, February 05, 2002 8:57 PM Subject: Re: html:select and ArrayList question Hi, Put foos in session. Remove from ActionForm. Thanks Regards, Ashok.D

Re: WebHosting Struts

2003-02-21 Thread Gemes Tibor
2003. február 21. 12:38 dátummal alexj ezt írtad: Hi, I'm looking for a free web hosting who support Struts. And if possible postgreSQL. I only find mycgiserver who support jsp and servlet but as I see in their forum is some post who says struts is not supported. Any suggestion ? How do

Re: Form Validation

2003-02-21 Thread Justin F. Knotzke
On Thu, Feb 20, 2003 at 10:29:51PM -0500, Ian Hunter wrote: It seems to work right for me. That's nice. Are you saying that after validating a form and upon returning to the input page your form has the data the user entered, without adding any special code (as in manually adding the form

RE: WebHosting Struts

2003-02-21 Thread Etienne
I think mycgiserver support servlet but only if you name your package following your account: myaccount.com.mypackage. So it may be difficult to include the struts jar. It would be share by everyone (I think). Etienne -Original Message- From: alexj [mailto:[EMAIL PROTECTED]] Sent:

Web security book

2003-02-21 Thread Marco Tedone
Hi, does anyone of you could suggest to me a good book on web security using java? Regards, Marco - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Question regrding Frames-Includes-Tiles

2003-02-21 Thread Amit Keshav Kulkarni
Hi I want to create my web pages consisting of different sections like menu and body and header. Can anyone please explain to me the advantages and disadvantages of using 1. HTML Frames 2. JSP Includes 3. Struts tiles for the same. Thanks and regards, Amit

RE: bean:message

2003-02-21 Thread Cohan, Sean
Thanks guys. I wasn't aware of the formatKey property. And I'm not aware of what docs to look at to find out more. I looked in Taglib Documentation and scanned the JavaDocs. If there's an obvious place where I should have found this, please enlighten me. I'd like to know more. Thanks again.

Dynamic value for html:select

2003-02-21 Thread Tom Ziemer
Hi everybody! (Quote Dr. Nick) I've spent the last couple of hours trying to get STRUTS to pre-select an entry in my html:select menu. Here's the code: ... bean:define id=test name=PostFormBean property=topicInfo type=java.util.Vector/ bean:define id=currentId name=PostFormBean

Struts Console

2003-02-21 Thread Edgar Dollin
James or any other Struts Console maven: I have started working more with Struts Console and find it interesting since it is always presenting all the options available on actions, etc. Also, that it is doing xml validation against the dtd is very nice as well. I still do enjoy using my editor

Re: Universally Accessable Object

2003-02-21 Thread Geeta Ramani
David: Thanks for your reply. Glad you don't see a major problem to subclassing the ActionServlet, though apparantly you too seem to share John's reluctance to do so. (Sorry to be thick-headed, but I *still* don't see the problem!) However, I see now why my solution seems archaic to you guys -

Re: 404 (Not Found) When Errors Occur

2003-02-21 Thread Michal Maczka
[...] I've tried all of the following, but they all result in a 404 - Not Found message: input=BadgeLookup.jsp input=TA/BadgeLookup.jsp input=BadgeLookup input=/BadgeLookup Note that the JSP is located under a directory called TA my .war file. TIA. I am new to Struts as well and .. I

Re: Struts Console

2003-02-21 Thread tnist
Edgar, You can currently use Struts Console with Eclipse, see the below link for configuration information. http://www.jamesholmes.com/struts/console/help.html#eclipse Regards, Todd From: Edgar Dollin [EMAIL PROTECTED] Date: 2003/02/21 Fri AM 08:12:58 EST To: '[EMAIL PROTECTED]' [EMAIL

OT [ JDBC CachedRowSet]

2003-02-21 Thread Amitkumar_J_Malhotra
hello everybody, was going through the article on the javaworld site on CachedRowSets, does any one know about any online resources about the same that would be of help .i have already gone through google but could not find a good tutorial on the same. please help me out regards, amit malhotra

Re: Web security book

2003-02-21 Thread Jim.W.Berg
Professional Java Security by Garms and Somerfield (WROX) Excellent build up of security using Hamlet as the example (e.g How does the King of England know that the message that he received in a locked box from the King of Denmark hasn't been tampered with. How could it have been tampered

more html:select .......

2003-02-21 Thread alexj
Who can tell me what's wrong here : % Collection formations = (Collection) session.getAttribut (formations); % tr td width=33%bean:message key='app.personFormationSelected'//td td width=67% p align=centerhtml:select property=formationSelected size=20 html:options name=formations

Re: OT [ JDBC CachedRowSet]

2003-02-21 Thread Vic Cekvenich
Did you compleate the tutorial? http://developer.java.sun.com/developer/technicalArticles/javaserverpages/cachedrowset/ There should be no questions, look at JavaDoc. If you post questions on mvc- programmers (on news.basebeans.com) I will help, this is a Struts list. .V [EMAIL PROTECTED]

combining commons-*.jar

2003-02-21 Thread Jason Vinson
This may be a dumb question, but is there any reason to not combine all the commons-*.jar libraries into one jar file? I am attempting to clean up our server's classpath, and combining all these jars would really help out. TIA, Jason

Re: combining commons-*.jar

2003-02-21 Thread Ian Hunter
If one component was upgraded, you'd have to replace the whole shootin' match. - Original Message - From: Jason Vinson [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, February 21, 2003 8:28 AM Subject: combining commons-*.jar This may be a dumb question,

Re: Re: combining commons-*.jar

2003-02-21 Thread Jason Vinson
So if there was an upgrade, i could just rebundle them all correct? If that's the only drawback, I think I may go ahead and combine them. Anyone else care to comment? Jason ---Original Message--- From: Ian Hunter [EMAIL PROTECTED] Sent: 02/21/03 08:32 AM To: Struts Users Mailing List

Re: Re: combining commons-*.jar

2003-02-21 Thread Chris Trawick
What is cleaning up the classpath about anyway? For building? Ant takes care of that, just use a lib directory. For deployment? Try /WEB-INF/lib or use your container's libdir. Coupling all the commons products together violates their designed modularity and introduces bloat. I personally

Re: Re: Re: combining commons-*.jar

2003-02-21 Thread Jason Vinson
Well, i am using weblogic 5.1, which seems to be the most ignorant servlet container I have ever used. It requires explicit paths to EVERY class, so I have to reference the root of my packages (i.e. WEB-INF/classes) and EVERY individual jar file that needs to be referenced at run time, even if

RE: url or html:link from http to https?

2003-02-21 Thread James Childers
There's not one native to Struts. You can use the sslext package on SourceForge, though. This will allow you to declare an Action to be secure via your struts-config.xml file; any references to that Action will be automagically prepopulated with the appropriate protocol. Ex: action

Re: Form Validation

2003-02-21 Thread Geeta Ramani
Justin: There is a html:cancel tag that you can use in your jsp which (according to the docs) will indeed bypass the validate method in the form bean and go directly to the action. In your perform/execute method all you need to do is say something like: if

Re: url or html:link from http to https?

2003-02-21 Thread alexj
If you plan to use SSLext you will need to add in your action-mapping the secure action config like this way : action-mappings type=org.apache.struts.config.SecureActionConfig and add the plug in : plug-in className=org.apache.struts.action.SecurePlugIn set-property property=httpPort value=8080

RE: Form Validation

2003-02-21 Thread Joseph Fifield
if (this.isCancelled(request)) { return mapping.findForward(cancel); } Joe -Original Message- From: Geeta Ramani [mailto:[EMAIL PROTECTED]] Sent: Friday, February 21, 2003 9:06 AM To: Struts Users Mailing List Subject: Re: Form Validation Justin: There is a html:cancel

RE: bean:message

2003-02-21 Thread Sri Sankaran
http://jakarta.apache.org/struts/userGuide/struts-bean.html -Original Message- From: Cohan, Sean [mailto:[EMAIL PROTECTED]] Sent: Friday, February 21, 2003 7:54 AM To: 'Struts Users Mailing List' Subject: RE: bean:message Thanks guys. I wasn't aware of the formatKey property. And I'm

RE: bean:message

2003-02-21 Thread James Mitchell
http://jakarta.apache.org/struts/userGuide/struts-bean.html#write -- James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org/ The man who does not read good books has no advantage over the man who cannot read them. - Mark Twain (1835-1910) -Original

RE: more html:select .......

2003-02-21 Thread Chen, Gin
There's a few things right off the bat. Collection formations = (Collection) session.getAttribut(formations); should be: Collection formations = (Collection) session.getAttribute(formations); Also why are you bothering to take it out of session? You can simply write your code as:

Re: combining commons-*.jar

2003-02-21 Thread David Graham
I think bundling them is a very bad idea. It may seem like it's saving you time for the classpath issue but I think it would only hurt you in the long run. Upgrading components becomes difficult and the next person maintaining the project will likely be confused. David Well, i am using

RE: ActionForm fields blank

2003-02-21 Thread Sri Sankaran
It is recommended that you use only String type for your form-bean properties. You can then translate them into your business objects. For one thing, using the actual data type of the field -- such as int -- would make difficult the process of validation and reproduction of erroneous user

Re: Universally Accessable Object

2003-02-21 Thread David Graham
I prefer extending the framework through the various plugin hooks instead of subclassing components (granted, you have to subclass RequestProcessor but hopefully that will change). Then I don't have to worry about the framework changing or things being deprecated; also, you can reuse your

RE: Bean Style

2003-02-21 Thread Sri Sankaran
Form bean fields should be maintained as Strings. Remember that the sole purpose of the form-bean is to help with the presentation. You can transfer the data to its actual type in your business object beans. See the response from Craig to a related question at

Re: combining commons-*.jar

2003-02-21 Thread Nicolas De Loof
I suggest you to use a shell (.login ?) to build CLASSPATH from the content of a /lib directory. This way you can easyly maintain your jars. Nico. - Original Message - From: David Graham [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 21, 2003 3:54 PM Subject: Re:

Re: combining commons-*.jar

2003-02-21 Thread Nicolas De Loof
Here is what we used for a Weblogic 5.1 user (in .login) : # add all needed Java libraries foreach JAR ( ${HOME_APPLI}/lib/*.jar ) setenv CLASSPATH ${CLASSPATH}:${JAR} end # zip for Oracle classes12.zip foreach JAR ( ${HOME_APPLI}/lib/*.zip ) setenv CLASSPATH ${CLASSPATH}:${JAR} end Nico.

RE: Where are my ActionForm's changes?

2003-02-21 Thread Sri Sankaran
Get rid of the 'name' and 'type' attributes from the html:form. The reasons? * they are deprecated. See http://jakarta.apache.org/struts/userGuide/struts-html.html#form * they are not necessary * in your case the action mapping is referring to the form-bean by the name 'myForm' and the

Re: more html:select .......

2003-02-21 Thread alexj
Thanks I saw I made an syntax error and I change the way to use dynamic field and now it's working fine :)) - Original Message - From: Chen, Gin [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Friday, February 21, 2003 3:52 PM Subject: RE: more html:select

Tiles tools?

2003-02-21 Thread Thomas L Roche
If you're a Tiles user, I'd like to know: what sorts of tools would help you design and manage Tiled applications? Alternatively, what tools are you using now? My group writes tools for Struts. Currently (WSSD 5.0) we support Tiles only by configuring a Struts project appropriately (e.g. copy the

RE: WebHosting Struts

2003-02-21 Thread Raible, Matt
Here's who I use, they've worked great for me: http://www.kgbinternet.com Matt -Original Message- From: alexj [mailto:[EMAIL PROTECTED]] Sent: Friday, February 21, 2003 4:38 AM To: Struts Users Mailing List Subject: WebHosting Struts Hi, I'm looking for a free web hosting

error in the attribute input of actionmapping when accesing a globalforward

2003-02-21 Thread Ferran Parra
Hi all, I have the globalforward in the property input of the one action in action-mapping, i configure this in the controller in the struts-config.xml file in the struts1.1b3 in the struts-config.xml i have: controller inputForward=true nocache=true locale=true/ and in one actionmapping

Re: Validator in struts 1.1

2003-02-21 Thread Thorbjørn Ravn Andersen
Frost, Gary [IT] wrote: Thanks, that sorts the problem out, it now resolves the dtd from the internet. However while this gets me going, its probably best in the production system that we don't need this dependency, we should be able to resolve the DTD locally using the given DTD in

Re: WebHosting Struts

2003-02-21 Thread alexj
it's a bit expensive for a poor student like me :( - Original Message - From: Raible, Matt [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Friday, February 21, 2003 4:35 PM Subject: RE: WebHosting Struts Here's who I use, they've worked great for me:

[OT]Re: WebHosting Struts

2003-02-21 Thread Robert S. Sfeir
Ditto on that. Keith is great, service is great, no limitations on what you need to do, within reason, and he's always there to help set things up if you're having problems. Plus now, depending on the plan you get, you can even get JBoss. The have the choice of Postgresql and MySQL too. I

RE: WebHosting Struts

2003-02-21 Thread Raible, Matt
$6.50 US is pretty cheap IMO... you get what you pay for ;-) -Original Message- From: alexj [mailto:[EMAIL PROTECTED]] Sent: Friday, February 21, 2003 8:50 AM To: Struts Users Mailing List Subject: Re: WebHosting Struts it's a bit expensive for a poor student like me :(

RE: error in the attribute input of actionmapping when accesing a globalforward

2003-02-21 Thread James Mitchell
Is this part correct? path=/do/admin/AdminPreCreateUserentity=rolamp;... ^^^ Perhaps you forgot the '?' -- James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org/ The man who does not read good books has no advantage over the man who

[OT]Re: WebHosting Struts

2003-02-21 Thread Robert S. Sfeir
$12.00 a month for web hosting is too much??? If you're writing code surely you can afford $12.00! Like I said before the amounts are in Canadian $$$. On Friday, Feb 21, 2003, at 10:50 US/Eastern, alexj wrote: it's a bit expensive for a poor student like me :( - Original Message -

FormBeans - View components?

2003-02-21 Thread Guido
What do you think about the article published at javaworld: http://www.javaworld.com/javaworld/jw-02-2002/jw-0201-strutsxslt_p.html Look at Figures 1 and 2... FormBeans are model components, not view components. - To

Re: error in the attribute input of actionmapping when accesing a globalforward

2003-02-21 Thread Ferran Parra
- Original Message - From: James Mitchell [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Friday, February 21, 2003 4:55 PM Subject: RE: error in the attribute input of actionmapping when accesing a globalforward Is this part correct?

AW: error in the attribute input of actionmapping when accesing a globalforward

2003-02-21 Thread Hirschmann, Bernhard
Hey Ferran, I think the problem is the path you're using: /do/admin/AdminPreCreateUserentity=rolamp;action=findamp;reference=rol The syntax is not correct. I can't see where the URI ends and the arrtibutes start, but a correct syntax would be:

Re: WebHosting Struts

2003-02-21 Thread w i l l i a m b o y d
i also use kgbinternet.com for my struts sites. they are brilliant. and, you get *more* than what you pay for! and of course they do have tomcat. so what do you mean by, ...I want my tomcat...? keith is a stand-up guy, and will work with you on whatever you need. i agree with the sentiment of

RE: Web security book

2003-02-21 Thread Marco Tedone
Thank you Jim. I put it between my desiderata. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, February 21, 2003 1:16 PM To: Struts Users Mailing List Subject: Re: Web security book Professional Java Security by Garms and Somerfield (WROX)

Re: Where are my ActionForm's changes?

2003-02-21 Thread MarwanSalam [EMAIL PROTECTED]
I removed name and type attributes from my html:form tag. I also changed the name of the form in action-mappings but still the same problem. Is there a bug in Struts that the nested tags don't work with objects? Thanks, Marwan --- In [EMAIL PROTECTED], Sri Sankaran [EMAIL PROTECTED] wrote:

Fwd: No Redirects in Struts 1.1

2003-02-21 Thread Micael
X-Server-Uuid: 77EBEC63-E6AD-49BA-924C-CB5276DAA9C7 From: Hossfeld, Frank [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED], '[EMAIL PROTECTED]' [EMAIL PROTECTED], '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: No Redirects in Struts 1.1 Date: Fri, 21 Feb 2003 11:12:07 +0100

RE: 404 (Not Found) When Errors Occur

2003-02-21 Thread Marco Tedone
If your JSP pages are under /WEB-INF then no path to application should be indicated(am I right?), otherwise yes. Let's say that you put all your jsp pages under /webapp/yourapplication/jspdirectory than, when trying to access the jsp pages I think you should indicate: jspdirectory/yourpage.jsp

RE: Where are my ActionForm's changes?

2003-02-21 Thread Sri Sankaran
Are the debug statements in the action showing the updated values? Can you check the source of the generated HTML and ensure that the name of the form matches the value of the 'name' attribute of your action mapping? Sri -Original Message- From: MarwanSalam [EMAIL PROTECTED]

RE: Struts design flaw -- ActionForms are not true domain objects

2003-02-21 Thread NYIMI Jose (BMB)
I greatly appreciated your input. We should aggree with the fact Struts is not an universal solution. However it was good enough designed. I think Struts 2.0 will be further powerful since it will go using more interfaces instead of concrete classes, as somedoby posted it. Thanks a lot putting

Why reset is called when a form is submitted?

2003-02-21 Thread Zsolt Koppany
Hi, I see in my code that the reset method is called when the form is submitted. I use this method to prepare the default values when the form is activated (for example I read data from the database) and I cannot understand why it is necessary to call this method also when the form is submitted.

RE: Why reset is called when a form is submitted?

2003-02-21 Thread James Mitchell
You should search the archives before you get flamed. This very topic has been beaten to death over the last 6 months.to include a very (VERY) indepth explanation by Craig (you know, the guy who started this whole thing). -- James Mitchell Software Engineer/Struts Evangelist

struts-el and tomcat 4.0

2003-02-21 Thread David Bolsover
Hi all I am having some problems with some jsp's that use the struts-el tags - they run fine under Tomcat 4.1.12 but refuse to compile under 4.0. I seem to recall reading somewhere that there are come config changes needed to use struts 1.1 under Tomcat 4.0 -- but I can't find the references

Re: Where are my ActionForm's changes?

2003-02-21 Thread Marwan [EMAIL PROTECTED]
Hi Sri, Below is the generated HTML source. It indicates the correct form name updateOrderForm. The debug statements are all over the place and they do not indicate any updated value from my form. That's the weired thing. Nothing is changed inside the form and nothing is changed in the Action

Using Struts for Reporting App

2003-02-21 Thread Vinh Tran
All: I just wanted to get some of your opinions on this scenario... I am considering using Struts for a reporting application that does NOT require alot of form processing. It will be Roles based with minimal use of forms. The bulk of the application will be reports driven from data in a

RE: Why reset is called when a form is submitted?

2003-02-21 Thread Chen, Gin
It's just so much more fun when people get flamed though. I'm just waiting for the regular bunch to start. /me makes some popcorn to get ready for the show -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Friday, February 21, 2003 11:45 AM To: 'Struts Users Mailing

RE: Why reset is called when a form is submitted?

2003-02-21 Thread James Mitchell
LOLthat's cruel, funny, but cruel. -- James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org/ The man who does not read good books has no advantage over the man who cannot read them. - Mark Twain (1835-1910) -Original Message- From: Chen, Gin

RE: Using Struts for Reporting App

2003-02-21 Thread Wendy Smoak
I am considering using Struts for a reporting application that does NOT require alot of form processing. It will be Roles based with minimal use of forms. The bulk of the application will be reports driven from data in a database. Would you still use Struts for such an application or is there

RE: Using Struts for Reporting App

2003-02-21 Thread Vinh Tran
Tiles is definitely one of the reasons I am leaning toward Struts. I guess I'm evaluating if Struts will be an overkill for a reporting app. Vinh -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED]] Sent: Friday, February 21, 2003 12:17 PM To: 'Struts Users Mailing List'

RE: One ActionForm for multiple JSPs

2003-02-21 Thread Ray Madigan
I have attempted this and somehow it doen't work for me. I have one ActionForm for a series of 10 jsp's in my prototype. The scope of the form is session. On every forward reset is called on the form. which clears out the content. To make this work, do I need to condition reset to only clear

html:file tag and exception in validate method

2003-02-21 Thread atta ur rehman
Dear all, One of our JSP has html:file tag in it. Whenever validate method of the associated ActionFrom returns any errors, the JSP container throws ClassCastException. java.lang.ClassCastException at com.newatlanta.servletexec.SERequestDispatcher.forward(SERequestDispatcher.java:171)

RE: Using Struts for Reporting App

2003-02-21 Thread Chen, Gin
well depends on how you use it. Struts is designed to be forms driven yes but you can also link to actions. So I can use a href that points to someaction.do and still accomplish what I need. Since this is a report driven program that ur talking about. I think it will be pretty simple to do it

How to write to a page from a long running Action class?

2003-02-21 Thread Zsolt Koppany
Hi, one of my action classes can run for a long time. How can I give the user some feedback? I have tried to write via the Writer returned by response.getGetWriter() but when the forwarder with redirect was called, I got the exception below. Zsolt StandardWrapperValve[action]:

RE: Why reset is called when a form is submitted?

2003-02-21 Thread Ray Madigan
I guess some people are here for fun, while others are trying to figure this thing out. I went to the archives and found that the page is not available. This is the page I went to. http://jakarta.apache.org/struts/resources/FAQ/index.htm If this isn't the correct page let me know. Getting

RE: Why reset is called when a form is submitted?

2003-02-21 Thread Robert Taylor
http://www.mail-archive.com/struts-user%40jakarta.apache.org/ -Original Message- From: Ray Madigan [mailto:[EMAIL PROTECTED]] Sent: Friday, February 21, 2003 12:31 PM To: Struts Users Mailing List Subject: RE: Why reset is called when a form is submitted? I guess some people are

Re: Bean Style

2003-02-21 Thread awc
just curious question... If I use DynaForms and validator to validate the (Dyna) fields. Can't I use real type (Integer etc..) on the DynaForm. Thanks for any replies. .anil Sri Sankaran wrote: Form bean fields should be maintained as Strings. Remember that the sole purpose of the

Re: Using Struts for Reporting App

2003-02-21 Thread Vic Cekvenich
I do not know much about your requirements, but I would not use Struts for reporting. A good practice reports is iReports.sf.net. I just make JasperReports into a servelt that ties into iReports. .V Vinh Tran wrote: All: I just wanted to get some of your opinions on this scenario... I am

Tile configuration problem: No value defined for bean

2003-02-21 Thread SWICKLUND
Greetings, I'm experienced with Struts 1.0.2 and am trying to use 1.1 with Tiles for the first time, and have successfully created my layout, but now I can't seem to get my definitions to register in the tiles-defs.xml. I've been at this for two days and searched newsgroups and archives but can't

  1   2   >