Re: Modules, tiles and images...

2003-03-18 Thread Eddie Bush
thing. I need the image to be rooted at the application context, not the module context. Yes, I understand your perdicament (now). Thanks, J Peace? :-) Yup. Sorry we got off on the wrong foot. I look forward to "lively debates" in the future :-) Ah - no sweat - it's forgotten already.

Re: Modules, tiles and images...

2003-03-18 Thread Eddie Bush
Mark Zeltser wrote: Eddie, I tried 'src' attribute. It does include submodule name in URI. Struts: 1.1b3 Mark. Try the page attribute - which is module-relative. -- Eddie Bush - To unsubscribe, e-mail: [EMAIL

Re: Modules, tiles and images...

2003-03-18 Thread Eddie Bush
riate, most of us are good about saying why (in our opinion) it wasn't acceptable. The reason we ask for folks to put such things in bugzilla is that we typically don't have time to examine/apply/test/commit patches when they are posted. Placing them in bugzilla keeps them from getting lost/forgotten. Thanks, J -- Eddie Bush Peace? :-) -- Eddie Bush - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Modules, tiles and images...

2003-03-17 Thread Eddie Bush
efine a set of global forwards (in a shared struts config file). But the tag doesn't seem to support the 'forward' attribute. Nope - sure doesn't. Nor, I think, should it. Does anybody have a solution to this? Yes, read the javadocs :-) Thanks, J -- Eddie Bush

Re: module name problem?

2003-03-15 Thread Eddie Bush
h wrote: hi list, Is it necessary to have module name as "config/mod1" Can it be "config/pre/mod1" ? Has anybody tried something like this before? Any answer is appreciated. -Navjot Singh -- Eddie Bush -

Re: unable to find mapping

2003-03-13 Thread Eddie Bush
w when i call http://localhost/myapp/jsp/user/reg.jsp it throws an error org.apache.jasper.JasperException: Cannot retrieve mapping for action /Register I must be doing something terribly wrong. Please guide me. -navjot -- Eddie Bush -

Re: Struts 1.1 modules and logic:forward

2003-03-13 Thread Eddie Bush
re than forward to an action. Since there's no action ( and hence no action controller ) involved in the initial bootstrap welcome file, I was really asking whether the logic:forward tag could/should be able to infer the appropriate module config from it's path. I presume not, given its

Re: Struts 1.1 modules and logic:forward

2003-03-12 Thread Eddie Bush
ctory, and use the module's config, or is this not possible since it's not going through the struts action servlet, being a jsp? What's an alternative that will be module-aware? -- Eddie Bush - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [OT] JDBCRealm question

2003-03-09 Thread Eddie Bush
ke a text field a primary key since it means that it would have to be updated in two places if the user changed usernames, or are we sticking with the requirment that users can't change usernames or that it is an uncommon task? Dan -- Eddie Bush --

Re: basic question

2003-03-09 Thread Eddie Bush
HTML before getting routed back to the client. Some servlet engines (such as Tomcat) serve dual roles -- as web-server and as a servlet engine. 2)where will struts reside,I think anwser to the first question should answer this. Needs a servlet container. Thanks Gopi -- Eddie Bush --

Re: REPOST: Modules and ForwardAction - Struts Bug?

2003-03-04 Thread Eddie Bush
If you read the javadoc, you'll find that ForwardAction is *CONTEXT RELATIVE*. No, it's not a bug. That's how it's supposed to work. Derek Richardson wrote: I am submitting this one more time for input before it goes into bugz

Re: [OT] displaying "\n" in html?

2003-03-04 Thread Eddie Bush
replaceAll("\\n", ""); which is a short way of writing: Pattern.compile("\\n").matcher(str).replaceAll(""); also a one-liner... -- Voytek Jarnot Quidquid latine dictum sit, altum viditur. -- Eddie Bush -

Re: displaying "\n" in html?

2003-03-04 Thread Eddie Bush
solve your problems, and we have our own problems to solve too! ... not trying to come off as an ass, but you can call me anything you like ;-) (except late for dinner! I won't tolerate that!) Eddie Bush wrote: That depends on him having a certain JDK. Was that introduced in 1.3 or 1.4?

Re: displaying "\n" in html?

2003-03-04 Thread Eddie Bush
off as lazy. You should always think to examine every possible alternative you have - at every level. You'd be surprised the problems you can solve when you become adventuresome enough to do so. David Graham wrote: i'd love to see one-liner that converts char to string. return newlineSt

Re: Modules

2003-03-04 Thread Eddie Bush
ab some shut-eye then. The morning seems to have snuck up on me :-( again ... Thomas -- Eddie Bush - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: OnLoad

2003-03-04 Thread Eddie Bush
call the onload when it is loaded. I think i am just going to inline the script call. I was hoping for a little more formality - since regular html will call onload. -- Eddie Bush - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: OnLoad

2003-03-04 Thread Eddie Bush
y Madigan wrote: I am working in a jsp and I have found the item im looking for. I write out an Thanks RayM -- Eddie Bush - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tiles Body question

2003-03-04 Thread Eddie Bush
or each differing 'body' page.. is this correct or am i totally arse about face? James -- Eddie Bush - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Modules

2003-03-04 Thread Eddie Bush
will be able to go directly to pages if we so choose. Until then, you've simply got to get over whatever reasons you have for not prefacing all pages with an action and ... like Nike would say ... "Just Do It!" HTH! Eddie -- Eddie Bush - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Modules

2003-03-02 Thread Eddie Bush
#x27;re invoking things would help us assist you better. GL! Thomas CORNET wrote: Hi all :) I hope someone will have a clue for me, because I'm fighting against Struts modules for a couple of weeks now, and nothing works. -- Eddie Bush ---

Re: How do I control logging in Struts? -- Was: Re: Tiles - Stopfrom logging

2003-02-28 Thread Eddie Bush
lly isn't necessary. Kris Schneider wrote: Pretty sure you wanna add: log4j.additivity.org.apache.struts.tiles=false Hope that's the right properties file syntax, I usually use XML... -- Eddie Bush - To unsubsc

How do I control logging in Struts? -- Was: Re: Tiles - Stop fromlogging

2003-02-28 Thread Eddie Bush
ta.apache.org/log4j Enjoy! ;-) Rieberger, Dale wrote: Need an example of a commons-logging.properties and log4j.properties files. -- Eddie Bush - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Form bean null

2003-02-20 Thread Eddie Bush
definition for form bean null' Anyone know where I should look to fix this? General info on what makes this occur? Thanks, John -- Eddie Bush - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: ASP == STRUTS

2003-02-20 Thread Eddie Bush
is "compatible" at that level. Priyank Johri wrote: Hello, Has anyone experimented with Struts on some application server, but ASPs on IIS ? Priyank -- Eddie Bush - To unsubscribe, e-mail: [EMAIL PROTECTED] F

Testing ... Testing ... 1 2 3

2003-02-19 Thread Eddie Bush
Ignore the man behind the curtain! ;-) -- Eddie Bush - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: OT [Year End]

2002-12-31 Thread Eddie Bush
from me! May you also have a _safe_ holiday! Each year we lose several innocents to drunk drivers and the like - don't any of you be one of them (the drivers or the innocents either one). David -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional

Re: How to get a reference to an Action instance

2002-12-29 Thread Eddie Bush
so far the only way I can see, is to extend ActionServlet and write my own 'public' method to do the job. But of course I do not prefer to extend ActionServlet just for that... If there is any other way, can someone please let me know thanks a lot lirian -- Eddie Bush -- To unsub

Re: login mechanism

2002-12-29 Thread Eddie Bush
upon logging etc. is there any standard mechnism for loging using sturcts. i am using JBoss as my application server. Thanks in advance usha.. -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Problem Using Log4J and Commons Logging with Struts

2002-12-27 Thread Eddie Bush
372) [...] I've been trying to follow the set up shown in Cavaness' Programming Jakarta Struts book, chapter 15. What am I doing wrong? Thanks, Paul -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: question/problem

2002-12-27 Thread Eddie Bush
Sorry if this is obvious. Thanks. Ilya -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: setting my own font

2002-12-27 Thread Eddie Bush
Fax: +971-2-6340713 -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Data Access Objects

2002-12-25 Thread Eddie Bush
; >There are quite a few Java Object persistent frameworks out there > >-D > -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: [OT] HAPPY HOLIDAYS, EVERYONE

2002-12-23 Thread Eddie Bush
tension of this line of reason: DAD: Now kids, be good or Santa Craig will leave you copies of Windows 3.1 in your stockings. James -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: [OT] HAPPY HOLIDAYS, EVERYONE

2002-12-23 Thread Eddie Bush
r gifts. Oh, and a guilt trip to care about the needs of others for a couple of weeks every year, instead of all the time ... If all you care about during this season is excuses to party, New Year's Eve will suffice for that :-). Amen. Well said Craig. Merry Christmas. Eph 2:8-9 http:

Re: [OT] HAPPY HOLIDAYS, EVERYONE

2002-12-23 Thread Eddie Bush
Yes - Merry Christmas and Happy New Year to all! Please be safe and have fun! Look out for the plethora of idiots that are likely to be on the road!! -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Access external file from web application

2002-12-23 Thread Eddie Bush
ation don't know the path at the time of implementation(application). Please help. -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Presentation Forms to Business Views

2002-12-23 Thread Eddie Bush
of it? Darrel Eddie Bush wrote: BeanUtils.populate(dtoObject, formObject); How is that a big PITA? If the "core" object is actually storing data in the correct types, you'll lose user input when conversions fail. The goal of most folks is to present the user with their exact,

Re: Access external file from web application

2002-12-23 Thread Eddie Bush
roblem is how I should refer this file from the application, As the application don't know the path at the time of implementation(application). Please help. -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Access external file from web application

2002-12-23 Thread Eddie Bush
we have to upload a image file and store it to somewhere on server at dynamically generated path. Now, Problem is how I should refer this file from the application, As the application don't know the path at the time of implementation(application). Please help. -- Eddie Bush --

Re: Presentation Forms to Business Views

2002-12-23 Thread Eddie Bush
or dealing with this issue? I was thinking each one could use some kind of dynamic proxy that forwards the gets and sets to a lower level object--they both could use this object to store their data. Then the conversion would just be setting this object in the DTO view class. Think this is over

Re: [OT] HTTP "fetchmail" program?

2002-12-21 Thread Eddie Bush
e the squid access logs are your friend. Eddie Bush wrote: You can check it on using a mail client that can do HTTP connections (OutlookExpress and ... surely there's another one). That's why I figured that ... well I was hoping beyond hope that someone knew of a fetchmail-like pro

Re: [OT] HTTP "fetchmail" program?

2002-12-20 Thread Eddie Bush
an email client instead. I think that's exactly why they don't provide POP3 ;-). Dave -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: [OT] HTTP "fetchmail" program?

2002-12-20 Thread Eddie Bush
http://www.open-tools.org "C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do, it blows away your whole leg." - Bjarne Stroustrup -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

[OT] HTTP "fetchmail" program?

2002-12-20 Thread Eddie Bush
aware of a "fetchmail" like program that is Hotmail compatible and runs under Linux? Thanks :-) -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Pre-populating Form Bean

2002-12-20 Thread Eddie Bush
this. I removed any reference to the form from the pre-Action: Then I placed the Form into the session in the action like this: session.setAttribute( "customerDetailsForm", custForm); This works but, I do not want to hard-code the form reference like this. Mark -- Eddie Bush

Re: Pre-populating Form Bean

2002-12-20 Thread Eddie Bush
yordata.action.customer.CustomerAccountDetailsPreEditAction"> path="customer.edit_accountdetails"/> Here is the form declaration: type="com.yordata.form.CustomerDetailsForm"/> Thanks for your help, Mark -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Struts 1.0.2 ActionForm checkbox question

2002-12-20 Thread Eddie Bush
== Jim Coble Senior Technology Specialist Center for Instructional Technology Email: [EMAIL PROTECTED] Voice: 919-660-5974 Fax: 919-660-5923 Box 90198, Duke University Durham, NC 27708-0198 == -- Eddie Bush -- To unsubscribe, e-mail:

Re: how can I use the tag value in another tag?

2002-12-19 Thread Eddie Bush
ll welcome! Best regard! Frank Software Engineer Bleum Incorporated 9E East Building, Hi-Tech King World 668 East Beijing Road. Shanghai, P.R.C.21 Phone: (8621) 5308 1196 http:// www.bleum.com -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional

Re: how can I use the tag value in another tag?

2002-12-19 Thread Eddie Bush
oftware Engineer Bleum Incorporated 9E East Building, Hi-Tech King World 668 East Beijing Road. Shanghai, P.R.C.21 Phone: (8621) 5308 1196 http:// www.bleum.com -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Java Server Faces

2002-12-17 Thread Eddie Bush
13:45 To: 'Struts Users Mailing List' Subject: Java Server Faces Hi, As you might know the Java Server Faces is released. Is Struts compatible with this specification? If not will it be compatible with that? By the way, is this sentence correct: The JFC is specification and sun w

Re: Multiple forms in session [WAS: RE: how to send actionForm fromone action to another action]

2002-12-17 Thread Eddie Bush
Eddie Bush wrote: They'd get trampled :-( In fact, there's really not a good solution that comes to mind. The only single thing I see that we can do to make using session-based forms more safe is to add the module name to the key we use to place the forms into scope. I'm g

Re: Multiple forms in session [WAS: RE: how to send actionForm fromone action to another action]

2002-12-17 Thread Eddie Bush
t we can do to make using session-based forms more safe is to add the module name to the key we use to place the forms into scope. I'm going to go look for that bug now - nearly certain it's there. -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Wednesday

Re: how to send actionForm from one action to another action

2002-12-17 Thread Eddie Bush
vailable to you from req.getSession().getAttribute(key). I don't know exactly what key struts uses, but it could be found out by reading the source code or inspecting all keys in your session scope. My guess is that it's the form's name, which should be unique. Taylor cow

Re: How to display the database query result?

2002-12-17 Thread Eddie Bush
bean showForm". Can someone tell me how to show the query result in the show.jsp with the struts taglib. Any help will be welcome. Best regard! Frank -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: how to send actionForm from one action to another action

2002-12-17 Thread Eddie Bush
t know exactly what key struts uses, but it could be found out by reading the source code or inspecting all keys in your session scope. My guess is that it's the form's name, which should be unique. Taylor cowan -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL

Re: resolving message resources

2002-12-17 Thread Eddie Bush
ks for listening john gregg Wells Fargo Service Corporation Minneapolis, MN -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: validate

2002-12-16 Thread Eddie Bush
k, tab, etc) all you need to validate is if object returned is null example: in u request object, you stored a parameter x with value y, you can check... if (x == null) error, else move on... since your text field can take any value, u dont need to check for anything else.. Khalid -- Eddie Bush

Re: JDBC development

2002-12-16 Thread Eddie Bush
bject relationships. There's properties tweaking you need to do to make things work right, but it's pretty easy. -Original Message----- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 14:24 To: Struts Users Mailing List Subject: Re: JDBC development Has torqu

Re: JDBC development

2002-12-16 Thread Eddie Bush
etup, it'll even handle object associations (for example, one object containing another object). -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: JDBC development

2002-12-16 Thread Eddie Bush
t* be some other ways to simplfy/shorten my development time. Are there any nodes on the net about designing such applications in a better way or some open source utility packages dealing with these issues? /tb. -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> F

Re: [FRIDAY] Best error message ever

2002-12-16 Thread Eddie Bush
e you ever actually met RMS? I have ... and ... he's a bit ... how would you put it ... eccentric? Seeing him placed in that situation would indeed be priceless! Cheers, Laird -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e

Re: [OT] Re: Test

2002-12-14 Thread Eddie Bush
Ahhh - yeah like 48 hrs max for the propogation. Craig R. McClanahan wrote: On Fri, 13 Dec 2002, Eddie Bush wrote: Date: Fri, 13 Dec 2002 20:36:28 -0600 From: Eddie Bush <[EMAIL PROTECTED]> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> To: Struts Users Mailing List <[

Re: [OT] Re: Test

2002-12-13 Thread Eddie Bush
hy is this such a slow Friday? Ignore me too? At 05:13 PM 12/13/2002 -0600, you wrote: testing ... testing ... please ignore me. -- Eddie Bush -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Test

2002-12-13 Thread Eddie Bush
testing ... testing ... please ignore me. -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: [FRIDAY] Best error message ever

2002-12-13 Thread Eddie Bush
or message popped up: FILE SYSTEM FUKT: Call RMS (RMS, of course, being Richard M. Stallman) -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: I18N Issues and Best Practices

2002-12-12 Thread Eddie Bush
t it to build, but, even after I got that going, it still didn't place a copy of struts-el.jar into ${struts.home}/target/library. Was that the intent? -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: I18N Issues and Best Practices

2002-12-12 Thread Eddie Bush
ruts-el taglib gives you struts-specific tags (for places you need them) which have the power of the JSTL Expression Language (typically called "the EL", which is where struts-el gets it's name). http://jakarta.apache.org/taglibs -- look for the JSTL or the "standard"

Re: TroubleShooting Digester - request help

2002-12-12 Thread Eddie Bush
which XML file contains a tag? The only one I know of is web.xml :-) GL -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: [Way-OT] Struts and Swing

2002-12-12 Thread Eddie Bush
at we like aggregate to our offline system. First, have anyone tried it before? Do you think that it is the best bet? Regards hammett -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: [Way-OT] Struts and Swing

2002-12-12 Thread Eddie Bush
struts have a declarative way to conduct navigation that we like aggregate to our offline system. First, have anyone tried it before? Do you think that it is the best bet? Regards hammett -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Best way to handle this in Struts/MVC ?

2002-12-12 Thread Eddie Bush
ot;date.time" (which will call the Date AK> obj's getTime() method that returns a long). Cool. I'll have to check that out. Thanks. -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: I cannot unsubscribe from Struts Email list

2002-12-11 Thread Eddie Bush
list when the time is right, but for now, I need to opt out. Can anyone tell me why I might be having trouble unsubscribing? I've sent empty email to the above address... I've sent email w/"unsubscribe" as the Subject field. Neither seemed to take. Larry Ota Structural Ana

Re: Best Practices for Logging?

2002-12-06 Thread Eddie Bush
nded, so that logging can be done on a class level, as well as a package level? Any thoughts/opinions are appreciated. It should be a static member as per what Sri shows (so you only have one per class). Yes - it's so you can control logging on a package/class basis. Thanks, Matt S

Re: Restrict acces to certain pages/actions

2002-12-04 Thread Eddie Bush
g, in the process of a conversion from tomcat to websphere (business partnership thing), So I am trying to get away from any container specific configurations. -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Thursday, 5 December 2002 11:06 AM To: Struts Users Mailin

Re: Restrict acces to certain pages/actions

2002-12-04 Thread Eddie Bush
at I could cutomise for my own needs. Any help would be appreciated Regards Steve Vanspall -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Bean database access concepts

2002-11-27 Thread Eddie Bush
should I use another method? Thanks a lot for your attention, Joao, -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Communication Between WebApps

2002-11-26 Thread Eddie Bush
ther web application? Is it just a case of setting up a mapping in the config file for the first web app and forwarding to a specific mapping which will be recognised by tomcat as the second app and therefore switch control? Many thanks, Jon Holloway. -- Eddie Bush -- To unsubscribe, e-ma

Re: request to struts action not being routed to J2EE containersecurity

2002-11-26 Thread Eddie Bush
l redirect for you when it sees that attribute set to true. David -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: request to struts action not being routed to J2EE containersecurity

2002-11-26 Thread Eddie Bush
ad the user into the container security upon successful completion of a.do but I would prefer a non-container specific implementation. Thanks, Mike -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Dbtags dumps SQL code to output page on empty result

2002-11-25 Thread Eddie Bush
t - it's a Jakarta taglib. Sorry for injecting noise into the list! -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Dbtags dumps SQL code to output page on empty result

2002-11-25 Thread Eddie Bush
g behavior, or -- at the very least -- be able to suppress it completely. Any suggestions? -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: FrmameWork and Design Pattern

2002-11-25 Thread Eddie Bush
od research material to help better understand what a pattern is. Brijesh NK wrote: Hi, I am totally confused with the word FrameWork and Design Patters. Could any body explain the distinct difference between these two. Or how these words are related to each other? Thanks & Regards Brijesh -- Ed

Re: Validation framework not multi-app aware.

2002-11-25 Thread Eddie Bush
quot;/WEB-INF/validator-rules.xml,/WEB-INF/validation.xml"/> --> The plugin configuration of the sub-app: value="/WEB-INF/validator-rules.xml,/WEB-INF/q20031/validation.xml"/> Is there a solution for this problem? -- Eddie Bush -- To unsubscribe, e-mail

Re: Using subclasses of class specified in form-bean element

2002-11-22 Thread Eddie Bush
te it, so you need to do one of two things: - manually create the form before Struts has a reason to - tell Struts the real type of the form Thanks, Derek Richardson -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: JSTL Question (EL vs. RT + Struts)

2002-11-20 Thread Eddie Bush
y(). I guess that's easy enough. David -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Question About Modules

2002-11-20 Thread Eddie Bush
nd counts on the extension. If you map *.pdf and *.do then you won't be able to server static pdf's??? Kurt Madel Programmer, CSMi (703) 823-4300 ext. 170 -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Struts file upload validation problem

2002-11-20 Thread Eddie Bush
, size, etc. and reject the upload before trouble happens. It is also platform independent to a "reasonable" degree. Unless I'm mistaken, the commons file-upload component can do this too. Am I mistaken? Just another $.02 worth... Brian -- Eddie Bush -- To unsubscribe, e-

Re: An action forcing Reload on the client?

2002-11-20 Thread Eddie Bush
You'd have to use a META tag to do a refresh for that. ROSSEL Olivier wrote: An action can either forward or redirect. Can it force the browser to reload its current URL? -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-ma

Re: Modules in struts 1.1

2002-11-20 Thread Eddie Bush
ou did things like that though - I wouldn't suggest it. Thank for trying to help me. Alexandre. You haven't really gotten terribly explicit about your config yet :-) I was kind of in hopes you would give me something so that I could construct a mental image of how your pieces ar

Re: hiding jsp pages in WEB-INF on weblogic6.1

2002-11-19 Thread Eddie Bush
WLS just interpreted that statement differently than others. I would love to see this addressed in the spec though. Yep. I'll have to dig out the spec and research it myself sometime so I can cite sections. Until I do, I'll just go by the word of those whom I know and trus

Re: hiding jsp pages in WEB-INF on weblogic6.1

2002-11-19 Thread Eddie Bush
ats going wrong on weblogic, has anyone else tried this on wls6.1 and got it to work? Thanks in advance, Kevin Hooke -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: which one to buy? Struts books? Any ideas?

2002-11-19 Thread Eddie Bush
Dimension Data accepts no liability or responsibility whatsoever if information or data is, for whatsoever reason, incorrect, corrupted or does not reach its intended destination. -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Modules in struts 1.1

2002-11-19 Thread Eddie Bush
out what is going wrong. Could you elaborate? -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: PlugIn - and PlugIn Properties

2002-11-19 Thread Eddie Bush
illing to share. I tried to follow the code in the Tiles PlugIn but this seemed to be overly complex for what I need. Thanks, Brad Smith -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Commons-logging and JDK 1.4 Logger

2002-11-18 Thread Eddie Bush
o speed logging. Thanks, Glen -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Struts 1.1 and StrutsTestCase

2002-11-14 Thread Eddie Bush
in struts 1.1-b2? It's conceivable that the problems you are experiencing are causing this other aberrant behavior. Try a more recent nightly and report back, please. Thanks in advance, Jorge -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apach

Re: Dynamic select menu in JSP - Struts-Menu1.1

2002-11-14 Thread Eddie Bush
Thanks, jb -Original Message- From: V. Cekvenich [mailto:vicc@;users.sourceforge.net] Subject: Re: Dynamic select menu in JSP Regarding menus, I use struts - menu from sourceforge. You can see struts menu runing at baseBeans.com live. .V -- Eddie Bush -- To unsubscribe, e-mail:

Re: [OT] posting via news.basebean.com

2002-11-12 Thread Eddie Bush
e no reply from any expert ( and I cant find my question in the archive either) is basebean.com posting working? -Dan -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Re: How do I split struts-config.xml without using subapps

2002-11-12 Thread Eddie Bush
that one ;-) Modules :-) Christopher Cheng wrote: My struts-config.xml is getting very long. Is it possible to split that into multiple files without using subapps? -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional comma

Re: [SIDEBAR] Form population (Was RE: request.setAttribute() for mconfusion)

2002-11-12 Thread Eddie Bush
t seves me well. :-) -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

  1   2   3   4   5   6   7   8   9   >