Re: struts 2.0 naming conventions?

2002-09-27 Thread Eddie Bush
Evangelist Struts-Atlanta, the Open Minded Developer Network http://www.open-tools.org/struts-atlanta -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: to the bookstore!

2002-09-27 Thread Eddie Bush
recommended patterns. I got Masterering Jakarta Struts, btw. It is a great book for a beginner like me. I use is as a reference while I build struts apps and read a chapter a day on the train to work. -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands

Re: taglib url problem

2002-09-27 Thread Eddie Bush
! Billy Ng -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: send file from action

2002-09-27 Thread Eddie Bush
- pass the filename as a request parameter - have your action construct (instantiate/initialize) and return a new ActionForward based off the parameter LFung wrote: Joe, that works fine. Thanks. But I need to declare a file to download dynamicaly, any idea ? LFung. -- Eddie Bush

Re: taglib url problem

2002-09-27 Thread Eddie Bush
Martin Cooper wrote: -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Friday, September 27, 2002 4:41 PM To: Struts Users Mailing List Subject: Re: taglib url problem Not to be rude, but this would be a question for [EMAIL PROTECTED] to answer. You might get

Re: Cannot load JDBC driver class 'null'

2002-09-27 Thread Eddie Bush
and examples on the internet sites. Do you know what I am missing? Thanks! Tuan -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: taglib url problem

2002-09-27 Thread Eddie Bush
Martin Cooper wrote: -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Friday, September 27, 2002 5:07 PM To: Struts Users Mailing List Subject: Re: taglib url problem Martin Cooper wrote: -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent

Re: taglib url problem

2002-09-27 Thread Eddie Bush
actions for everything. -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Retrieving list of Roles defined in web.xml [Revised]

2002-09-27 Thread Eddie Bush
defined in web.xml [Revised] You can also getPrincipal from the request, from that, you can ask for the roles You might want to pass this to tomcat users list... this is struts. -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re: logic:iterate with nested html:img

2002-09-27 Thread Eddie Bush
My bad - that should be imgBean.getSource() - I'm too used too using EL-enabled tags :-( Eddie Bush wrote: Ok, you're stuck on older stuff. Yeah, unfortunately the JSTL stuff requires a JSP 1.2 compliant container :-( Use the RTE :-/ ... and upgrade when you can :-) html:img src

Re: logic:iterate with nested html:img

2002-09-28 Thread Eddie Bush
assume I will need a JSP 1.2 compliant container to use JSTL, correct? Or is it possible to use JSTL with Tomcat 3.2.4? Vinh -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: logic:iterate with nested html:img

2002-09-28 Thread Eddie Bush
a collection... logic:iterate id=map name=beanid property=beanMap html:img src=/images/${map.srcimage} alt=${map.desc} border=0/ /logic:iterate Am I trying to defy the laws of physics, or at least Struts? Vinh -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Re: Help Re: cancel and session-scope form

2002-09-29 Thread Eddie Bush
button? Is there any hook in the underlying Action that I can intercept prior to the ActionForm auto-population? Thanks, Angie -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Help Re: cancel and session-scope form

2002-09-29 Thread Eddie Bush
Actually ... I've never done this before, but ... Why couldn't you invoke a javascript method on your Cancel button that invoked the forms reset method? That might be the easiest solution ... Eddie Bush wrote: Just quickly thinking it over ... When your form submits, you're going to hit

Re: logic:iterate with nested html:img

2002-09-30 Thread Eddie Bush
Awesome! No problem ;-) Vinh Tran wrote: Eddie: I figured out that EL is working fine and it does indeed work with all types of tags. Thanks again. Vinh -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Serving XML and dynamically generated Flash (jgenerator) contentwith struts

2002-09-30 Thread Eddie Bush
in the mvc-model / struts architecture would it make sense to generate flash content? Any advice would be appreciated, Cheers, Stef. -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Access JSP in the WEB-INF - PART2

2002-09-30 Thread Eddie Bush
Does it do the right thing? Does it do the thing right? Ok - there you go :-) Seriously though - it sounds like you're right on-track to me ... -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: okay, one more time for the slow people...

2002-09-30 Thread Eddie Bush
this compile error: AddUserAction.java [48:1] incompatible types found : org.apache.commons.beanutils.DynaBean required: org.apache.struts.action.DynaActionForm line 48 : DynaActionForm myForm = dafc.newInstance(); What is the official way? Thanks. -- Eddie Bush -- To unsubscribe

[OT] HttpSessionAttributeListener - multiplicity

2002-09-30 Thread Eddie Bush
How many of these puppies are there per application? One? One for each session? I've been digging - even consulted the spec (!) and I don't see where it says. Sound (?) reasoning tells me there would be one for each session. Am I correct? Thanks! -- Eddie Bush -- To unsubscribe, e

Re: [OT] HttpSessionAttributeListener - multiplicity

2002-09-30 Thread Eddie Bush
It would appear you ever only have one of them :-( (Yeah, I should have just tried it first instead of asking, but ...) Faced with log output showing me you only ever get one of these, I'm ... the question comes to mind: Why does this exist? What problem does it solve? Eddie Bush wrote

Re: [OT] HttpSessionAttributeListener - multiplicity

2002-09-30 Thread Eddie Bush
had anticipated at all ... :-( Glad you made it back to the good ol'e US of A :-) Nice seeing you around again ;-) Craig R. McClanahan wrote: On Mon, 30 Sep 2002, Eddie Bush wrote: Date: Mon, 30 Sep 2002 18:13:13 -0500 From: Eddie Bush [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL

Re: okay, one more time for the slow people...

2002-10-01 Thread Eddie Bush
when it's obvious to me someone needs them. Best Regards, Eddie -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: reloading ApplicationResources

2002-10-01 Thread Eddie Bush
somewhere! Does that mean it does a file access every time you access a property - surely that would be very inefficient? -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: mapping .do actions under oc4j

2002-10-01 Thread Eddie Bush
/myApp/apps/myApp/doSomething.do ... punt/ Sorry, I have no clue. -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [way, way OT] okay, one more time for the slow people...

2002-10-01 Thread Eddie Bush
); James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the Open Minded Developer Network http://www.open-tools.org/struts-atlanta -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: okay, one more time for the slow people...

2002-10-01 Thread Eddie Bush
it out. I think that it would be helpful if some example documentation was added somewhere in the standard doc about DynaActionForms. At least in the javadocs. The struts API normally very verbose is very terse on Dyna* stuff. -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL

Re: multiple app in the Tomcat

2002-10-01 Thread Eddie Bush
. But when the Tomcat load the applications, only one get access this resource, file1.jar. Why ? Only one application works... But if I put only one application by time all works Sorry my bad English !!! Thanks !!! -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL

Re: multiple app in the Tomcat

2002-10-01 Thread Eddie Bush
in the lib of Tomcat and worked perfect !!! I read in the some places about xerces's problems. But I don't get to make a relationship. In the lib of Tomcat I put a xerces.jar, because my apps use this... I think that Tomcat use the xml parser to mount the apps. Is this? Thanks -- Eddie Bush

Re: Apache Tomcat Struts - configuration

2002-10-01 Thread Eddie Bush
? Should *.do be mapped to ??? jsp or whatever? Ciao Thomas -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Dynamic forward to jsp?

2002-10-01 Thread Eddie Bush
. Thanks. Marek -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: ActionMapping.getAttribute()

2002-10-01 Thread Eddie Bush
related) - what does ActionMapping.getScope() do? I don't get how an Action can have a scope and/or an Attribute. What's the story?? Howard Miller -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Struts Submit Button as tab image problem

2002-10-01 Thread Eddie Bush
type=submit name=submit value=address/td This works great, but then we don't show the image tab as a button. Does anyone know how to do submit html:submit actions, but displaying a button image? Thanks, Pete Gabriel -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Re: ActionMapping.getAttribute()

2002-10-02 Thread Eddie Bush
it? I think I've completely failed to understand some important concept! I don't see how a mapping has a concept of scope when it belongs to an Action, not a FormBean or similar. Howard Miller -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e

Re: 1.1 release date?

2002-10-02 Thread Eddie Bush
don't want to use beta software in a production release. Is there a target date for 1.1rel? thx andy -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: 1.1 release date?

2002-10-02 Thread Eddie Bush
for the info. What is the process for contributing to the Struts project? Is there a doc that lays out what one needs to do (e.g. to setup CVS, to claim bugs in Bugzilla, that sort of thing)? -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto

Re: message code not working

2002-10-02 Thread Eddie Bush
).getMessage(user .info.message); to reap the benefits of encapsulation and compile-time checking of your attribute name or userInfo = getResources(request).getMessage(user.info.message); if you happen to be within an Action class already? -- Eddie Bush -- To unsubscribe, e-mail: mailto

Re: message code not working

2002-10-02 Thread Eddie Bush
I believe (if I remember correctly) someone stated they would not be deprecated in 1.1. It's coming though - why not roll with the punches and be proactive? Taylor, Jason wrote: does anyone know whether the Action static final variables would then get deprecated in 1.1 or 1.2? -- Eddie

Re: Newbie question

2002-10-02 Thread Eddie Bush
In Mark's defense (?) he left out some consonants too! David Graham wrote: Mark, You might want to buy a vowel for your table names ;-). CONFIG_SERVER_PROPERTY isn't so hard. Dave -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail

Re: sharing resource file between subapp

2002-10-02 Thread Eddie Bush
multiple subapps, each has its own message files. I also would like to refactor the files to move commom messages to another file. How do I configure the common file in struts 1.1 Advice is appreciated -Dan -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Re: Newbie question

2002-10-02 Thread Eddie Bush
combined with mangled words, for example: IELECADR == email address Dave -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: sharing resource file between subapp

2002-10-02 Thread Eddie Bush
think there's any way to do it otherwise. Eddie Bush has proposed a solution using the default application, but I'm not sure if he's submitted a patch that does it or not... -Original Message- From: Dan Tran [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 1:39 PM To: Struts

Re: ActionMapping question

2002-10-02 Thread Eddie Bush
it. Surely the request/session scope is that given in struts-config.xml, under what circumstances will it differ? Howard Miller -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [OT] Newbie question

2002-10-02 Thread Eddie Bush
No dice - that's ... insane! James Mitchell wrote: The really fun ones are those that have been around since the 1970s. Example: There's a particular peice of software (live mfg system running on AS/400) that I interface with in one of my apps. -- Eddie Bush -- To unsubscribe, e-mail

Re: ActionMapping question

2002-10-02 Thread Eddie Bush
from that specified in the configuration file? I can't see why/how? HM On 2 Oct 2002 at 17:17, Eddie Bush wrote: Did you miss my previous post regarding this? I think it finally hit the list - you should have it. My mail has been acting odd the last week or so though, so ... -- Eddie Bush

Re: unable to unsubscribe.

2002-10-02 Thread Eddie Bush
1 - Send the mail you sent 2 - Await a confirmation mail from each list 3 - Reply to the message (don't need to alter a thing) 4 - Await a message stating you've been removed -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re: Struts 1.1 Multiple Sub-Apps Working Example Available?

2002-10-02 Thread Eddie Bush
(especially including switching between the sub-apps)? As best I can tell, none of the web apps in the distribution do this (not even the Artimus app in the contrib). TIA, JC -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re: [OT] Mail list gone whack-o?

2002-10-03 Thread Eddie Bush
:-) (Informing of a problem) Karr, David wrote: -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 7:56 AM To: Struts Users List Subject: [OT] Mail list gone whack-o? I keep getting (several!) messages (one for each I send, I believe) that say my

Re: Wrapping the controller?

2002-10-03 Thread Eddie Bush
it makes sense to subclass the RequestProcessor instead of the servlet. I think it would be pretty easy to add the logging. Override a processor method put a logging statment in, call super.process*(). Dave -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Re: EL and the developer's roadmap

2002-10-03 Thread Eddie Bush
Have you been filtering my posts again, Mark?! Galbreath, Mark wrote: First time I've heard of EL too. Where can I get more info? -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Struts 1.1 Multiple Sub-Apps Working Example Available?

2002-10-03 Thread Eddie Bush
-apps. They do not though! That's why I chose to put them in every module - the links were to be visible everywhere and so they needed to work under all modules. Hopefully that help clear the muddy waters some more. Just yell if it doesn't. -- Eddie Bush -- To unsubscribe, e-mail

Re: FW: [FRIDAY] failure notice

2002-10-04 Thread Eddie Bush
LOL - it's not me! Those headers look strangely familiar though! Galbreath, Mark wrote: Okay, Eddie, cut it out! -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [1.1 b2] How to manage the struts-config programatically?

2002-10-04 Thread Eddie Bush
No offense here - serious question: Why not just use the config file and let the action servlet load it? Ove Ranheim wrote: How to manage the struts-config programatically. I tried both 1.1 beta 2 and the nightly build 20021004. In my TestPlugin I write; -- Eddie Bush

Re: [1.1 b2] How to manage the struts-config programatically?

2002-10-04 Thread Eddie Bush
solution than having to hand code the entire process yourself. Ove Ranheim wrote: Because I want it parameterized through a database... right. Ove -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: 4. oktober 2002 16:29 To: Struts Users Mailing List Subject: Re: [1.1 b2] How

Re: html:form focus causes a javascript error if the element is aradio button

2002-10-04 Thread Eddie Bush
() in the case of radio button input element. Is it a bug or am I wrong? Will I have to set the focus in a scriptlet? Gilles Vandaele 0498 52 64 12 [EMAIL PROTECTED] Vandaele 0498 52 64 12 [EMAIL PROTECTED] -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Re: [OT] [session] Shared userId

2002-10-04 Thread Eddie Bush
action by the user and invalidate the session.. thanks Uday -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Parsing error processing resource path /WEB-INF/struts-config .xml

2002-10-04 Thread Eddie Bush
.srvr.ServletInitRunner.run(ServletInitRunner.java:49) -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Parsing error processing resource path /WEB-INF/struts-config .xml

2002-10-04 Thread Eddie Bush
, Manjukumar [PRDUS] wrote: I checked the file name and path, both are correct. -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Using friendly names for application entry points

2002-10-04 Thread Eddie Bush
the Jasper exception: org.apache.jasper.JasperException: Cannot retrieve mapping for action /performLogin What am I missing? /Kobe -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [OT] RE: Persistence Framework Comparison?

2002-10-04 Thread Eddie Bush
at ^^ Does Tomcat uses Xerces under the covers when it uses it to parse configuration files? peace, Joe Peace :-) -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Guidelines for choosing forward or redirect?

2002-10-05 Thread Eddie Bush
of thumb is: Is this a logical page? If it is, I forward. If it is not, I redirect. That's probably an exceedingly poor clearification - hopefully someone else will have more words of wisdom for you. Regards, -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Re: Guidelines for choosing forward or redirect?

2002-10-05 Thread Eddie Bush
No rest for the wicked ;-) Galbreath, Mark wrote: Eddie, are you in the office on the weekend, too? :-( Mark -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [OT] Guidelines for working weekends

2002-10-05 Thread Eddie Bush
Struts Pimp -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Saturday, October 05, 2002 2:50 PM No rest for the wicked ;-) Galbreath, Mark wrote: Eddie, are you in the office on the weekend, too? :-( Mark -- Eddie Bush -- To unsubscribe, e-mail: mailto

Re: Guidelines for choosing forward or redirect?

2002-10-05 Thread Eddie Bush
-interest hits there though ... Galbreath, Mark wrote: Just trying to be helpful...and you really would find an extensive discussion of the issue in the servlet-interest archive. -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto

Re: [OT] Guidelines for working weekends

2002-10-05 Thread Eddie Bush
yours, loves email. arrggghhh! I though I was done and just checked the WLS logs - SQLException. doh! Looks like that beer is going to have to wait a bit longer -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [OT] Guidelines for working weekends

2002-10-05 Thread Eddie Bush
Eddie Bush wrote: Bah - I'm having an odd compile error myself on an OJB plugin I'm side-tracking myself with. No explaination - just BUILD FAILED. ... very odd. I know it has to be in this one file, since it's the only one not compiling, but I sure don't see an error! Very, very odd

Re: [OT] Guidelines for working weekends

2002-10-05 Thread Eddie Bush
tried it - and I like it (and Eclipse too) - but I really prefer good ol'e Netbeans. Of course, we're all different ;-) James -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [OT] Guidelines for working weekends

2002-10-05 Thread Eddie Bush
. Of course, the more features you use, the more memory it'll consume. I'm sure emacs consumes less but I've never used it. I've never been a big fan of arcane keyboard shortcuts. Whatever's most productive for you... Dave -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL

Re: Any Idea about Paging Logic

2002-10-06 Thread Eddie Bush
of records in my DB. So i want to show the data 100 for each page. I'm using logic:iterate tag for displaying the data. Where how can i seperate the data and how can implement my requirement. Any idea will be more helpful for me. Thanx in Advance, Kalaiselvan -- Eddie Bush -- To unsubscribe, e-mail

Re: Problem when writing bean value into textbox

2002-10-06 Thread Eddie Bush
will helpe me better. Thanx Kalaiselvan. -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: How to change struts log level when using it with Tomcat 4.1. x?

2002-10-07 Thread Eddie Bush
such as DEBUG? I am using struts 1.1b2 with Tomcat 4.1.10. Thanks! Regards, -- Keith Cheng -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: How to change struts log level in Tomcat 4.1.x?

2002-10-07 Thread Eddie Bush
1.1b2 with Tomcat 4.1.10. Thanks! Regards, -- Keith Cheng -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Using CheckLogin tag from within tiles

2002-10-07 Thread Eddie Bush
that helps. James Mitchell -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Using CheckLogin tag from within tiles

2002-10-07 Thread Eddie Bush
. Are those fears justified? I have used the Filter approach and found it to be easy and portable. Dave -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Using CheckLogin tag from within tiles

2002-10-07 Thread Eddie Bush
a Filter would become an absolute necessity! David Graham wrote: I've never used CMA because of potential implementation differences across containers. Are those fears justified? I have used the Filter approach and found it to be easy and portable. Dave -- Eddie Bush -- To unsubscribe

Re: Problem reading ApplicationResources.properties..

2002-10-07 Thread Eddie Bush
of my html:errors / tag is null null. -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Problem reading ApplicationResources.properties..

2002-10-07 Thread Eddie Bush
Eddie Bush wrote: Are you running Struts version 1.0 or Struts version 1.1 bx? In 1.1, you specify your resources as you have noted - in 1.1 you specify them differently. An example would be: I'm sorry - that should read: In 1.0, you specify your resources as you have noted

Re: RedirectingActionForward?

2002-10-07 Thread Eddie Bush
at all. I've searched the archive and read the thread on message 38728, but that problem was fixed by setting the contextRelative attribute to true, which doesn't quite help me, since I'm trying to forward to another domain. Any other configuration settings I might be missing? -- Eddie Bush

Re: Using CheckLogin tag from within tiles

2002-10-07 Thread Eddie Bush
Andrew Hill wrote: (Or tell em they can have any container so long as its Tomcat? (This would be my choice if I was dictator for life ;-)) LOL - shaking-finger/ It's not friday yet! (that was very good though :-) -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Re: Problem reading ApplicationResources.properties..

2002-10-08 Thread Eddie Bush
it is in the second one.. -Sam -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: using PropertyUtils with DynaActionForm

2002-10-08 Thread Eddie Bush
copyProperties: +e ); } Any ideas what I could be doing wrong? I searched the Struts archives and couldn't find much. Thanks for any help. -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Pre-popluating the select dropdown.

2002-10-08 Thread Eddie Bush
that helps. -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Pre-popluating the select dropdown.

2002-10-08 Thread Eddie Bush
through the | sample jsp which comes with Struts. Since my selected option is not going | to | be the same all the time,I cannot set the value .It has to be dyanamic.I | have seen many people ask the same question but so far I have not seen any | answer. | | Kavitha -- Eddie Bush

Re: [NESTED TAGS] Questions regarding nested:iterate and indexid....

2002-10-08 Thread Eddie Bush
Go for the nightly ... if you are going that far, go for the nightly (if you can at all). [EMAIL PROTECTED] wrote: Just to close this topic, the problem I described seemed to go away when I upgraded to 1.1b2. I guess it was about time anyway... :o) -- Eddie Bush -- To unsubscribe, e

Re: Submit form

2002-10-09 Thread Eddie Bush
html:image ... / Look that up Kiuma ... kiuma wrote: Hi all, I was wondering how to submit to a form using an image instead of a abutton. Do you have the answer ? -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re: PlugIn init method called twice?

2002-10-09 Thread Eddie Bush
? tia -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Poolman 2.0.4 Struts tomcat4.x

2002-10-09 Thread Eddie Bush
Or JAR it up and drop it into WEB-INF/lib Jin Bal wrote: Try putting the poolman.xml in the WEB-INF/classes folder HTH Jin -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: extends validator form rules

2002-10-09 Thread Eddie Bush
to extend form anchor validation rules. If it's possible, could you send me examples? Thanks Nicolas (Excuse me for my poor english) -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Struts project

2002-10-09 Thread Eddie Bush
), 17 and 19. If you got them, please send to [EMAIL PROTECTED] thanks, marcus -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: xml, jsp, DOM

2002-10-09 Thread Eddie Bush
smoothly - there's no need to do it again! Ok - that might not be the best way to explain it to them, but I think you get my point ... -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Avoid Heavy Use of Logic Tags ???

2002-10-09 Thread Eddie Bush
other dynamic page systems (ASP, PHP, etc.), but that is just me. - Robert -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Beginner ClassNotFoundException

2002-10-09 Thread Eddie Bush
is in the classpath (D:\tomcat\webapps\myproject\WEB-INF\classes). And I don't have classes in packages. I'm forgetting something, newbie stuff I guess. Regards Carlos -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: NEWBIE: Getting Tiles to work with web logic 7

2002-10-09 Thread Eddie Bush
processor if you need to extend one ;-) -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: xml, jsp, DOM

2002-10-09 Thread Eddie Bush
Yes - but it's Stxx he's talking about. I think he already cleared Struts. Brian Hickey wrote: Frederic, I can give you the business case for Struts. Read on if you dare... -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto

Re: JBoss-3.0.3_Tomcat4_1_12

2002-10-09 Thread Eddie Bush
It shouldn't matter. That shouldn't even have a chance to affect a web-app -- that's in the server's private classloader path. Theo Harper wrote: Do you have common-digester in jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/server/lib/commons-digester.jar? -- Eddie Bush -- To unsubscribe, e

Re: Beginner ClassNotFoundException

2002-10-09 Thread Eddie Bush
my classes in packages and updated Tomcat to 4.0.4 (the other was 3.3). Maybe just put the classes in packages is the solution. Thank you all! Regards, Carlos -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: about reload configuration file in struts 1.1 b2

2002-10-09 Thread Eddie Bush
That functionality is no longer available :-( Use your container's built-in facilities to reload the app. -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: about reload configuration file in struts 1.1 b2

2002-10-09 Thread Eddie Bush
, there is a ReloadAction in struts1.0, but no in struts1.1. then how to reload configuration file in struts1.1? Regards, badi -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: about reload configuration file in struts 1.1 b2

2002-10-09 Thread Eddie Bush
? Regards, badi -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: missing classes in commons-logging.jar in 1.1b2

2002-10-10 Thread Eddie Bush
-logging.jar? That was a build error. I don't know who's it was - but it was a build error. Just grab a copy of commons-logging.jar from jakarta commons, drop it into your lib folder ... and be done with it. Thanks. Cheers, -- Keith Cheng -- Eddie Bush -- To unsubscribe, e-mail: mailto

Re: [OT] which object-relational mapping framework?

2002-10-10 Thread Eddie Bush
standard JDO David -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

<    3   4   5   6   7   8   9   >