RE: Question for using struts as our standard MVC framework

2002-09-12 Thread René Eigenheer
and I guess they write their own DBMS and operating system as well ;-))) or do they even design the chips? > -Original Message- > From: Khan, Manuchehar A (ACF) [mailto:[EMAIL PROTECTED]] > Sent: Donnerstag, 12. September 2002 00:32 > To: 'Struts Users Mailing List' > Subject: RE: Questi

using validator with DispatchAction

2002-09-12 Thread Martina Weise
Hi, i dont know how to use the Struts validator together with DispatchAction (Struts 1.1b1): in the validator.xml there had to be the - name of the form of struts-config (f. e. TestForm) - or the name of the path from struts-config (f.e. /test ) as soon as one of this appears, the validat

bug in nested?

2002-09-12 Thread Heiko Stoermer
Hi, I've found a rather strange behaviour of the nested tag and I wonder if it's my fault or a bug. I've a data-struture that looks like this: [{'total': '2', 'stati': [ {'status': 100, 'count': '1'}, {'status': 200, 'count': '1'} ] }, {'total': '1',

tiles question

2002-09-12 Thread Vladislav Kamensky
Hi. I am trying to use tiles in Struts 1.1.b and i found in the examples that tiles-defs.xml is referenced twice in application 1. web.xml What does it mean ? -- Vlad Kamensky, @Business SPb. -- To unsubscribe, e-mail: For additional

RE: Disadvantages of Struts

2002-09-12 Thread Martina Weise
Hi Raghu, in my opinion, for developing, struts is a huge help. The disadvantages are only in the administrative/costum-related parts (mainly if you want to support a long-lifing application). Martina "Jesse Alexander (KADA 11)" <[EMAIL PROTECTED]> schrieb: >Disadvantages of Struts: ... thin

Initialisations on the first request

2002-09-12 Thread Heligon Sandra
Hi, I am working with Apache/Tomcat/Struts. Tomcat and Apache are defined as NT service. I need to do initialisations (get ORB reference) on the first request, and return errors if one problem occurs. How can I do ? Can somebody send me an example

Re: Initialisations on the first request

2002-09-12 Thread Thomas Recloux
> From: "Heligon Sandra" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Subject: Initialisations on the first request > Hi, Hello, > I need to do initialisations (get ORB reference) on the first > request, > and return errors if one problem occurs. > How can I do ? Can somebody send me an e

RE: Initialisations on the first request

2002-09-12 Thread Robert Taylor
Take a look at ServletContextListener (Servlet 2.2 spec and higher). The container invokes them when the web application starts up. You can pass in init parameters via web.xml. Think of them as bootstrap classes for a servlet container. robert > -Original Message- > From: Thomas Recloux

RE: Reference Struts HTML tags from within a custom tag? *Please help!*

2002-09-12 Thread Galbreath, Mark
What James is suggesting is that by "dig(ging) into the source code of the taglibs" is that you can: 1. get an appreciation of exactly how these tags operate in the page environment, including what other tags they recognize and can execute as body content; 2. modify the source code to suit you

RE: [42] Hitchhiking the (Struts) Universe

2002-09-12 Thread Galbreath, Mark
THAT is remarkable! Let the critics be stilled; we have The Force with us! -Original Message- From: Cliff Rowley [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 7:09 PM There's a show that used to be on in the UK (not sure if it still is, its pretty prehistoric by todays

RE: Parsing error

2002-09-12 Thread Galbreath, Mark
Dump the server; it's crap. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 7:14 PM To: [EMAIL PROTECTED] Subject: Parsing error Hi, Getting the following error on trying to start up web server having the struts example a

RE: [42] Hitchhiking the (Struts) Universe

2002-09-12 Thread Andrew Hill
Speaking of Friday... thats not till tomorrow. (& Im already dying for a pan-galactic gargle-blaster) :-( Do I have to start reciting Vogon poetry to keep you guys in order? ;-> -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 19:30 T

RE: Reference Struts HTML tags from within a custom tag? *Please help!*

2002-09-12 Thread Galbreath, Mark
Get James Goddwill's "Mastering Jakarta Struts" (Wiley 2002); it has a very clear, step-by-step comprehensive turorial for putting together an interactive (is there any other?) application using the framework. It is a great Struts beginner's book. You can find it at any online book store. Mark

RE: [ot] JDO example - rozpakowywac Commanderem

2002-09-12 Thread Mark Kaye
> -Original Message- > From: Cliff Rowley [mailto:[EMAIL PROTECTED]] > > There's a show that used to be on in the UK (not sure if it > still is, its pretty prehistoric by todays standards) where > in one of the rounds the contestants randomly chose a > sequence of numbers, and then a

RE: Disadvantages of Struts

2002-09-12 Thread Galbreath, Mark
Having to put up with me on this list? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 12:21 AM Hi All, Can any one tell me what are the disadvantages of Struts?. Your help is appreciated thanks and regards Raghu -- To unsubscr

RE: action's forward question

2002-09-12 Thread Galbreath, Mark
I do not know; there should be no difference (and I assume you mean "get," not "request." Are you handling both types in your servlet, as in: private void execute( HttpServletRequest req, HttpServletResponse, res) {} public void doGet( HttpServletRequest req, HttpServletResponse, res) { execu

RE: struts taglib usage document

2002-09-12 Thread Galbreath, Mark
Which taglib? http://jakarta.apache.org/struts/api-1.0/org/apache/struts/taglib/ (Now wasn't I nice this time?) Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 1:05 AM To: [EMAIL PROTECTED] Subject: struts taglib usage docu

RE: [OT][ALT-TECH] Apple Web Objects

2002-09-12 Thread Galbreath, Mark
Not me, but I acted like I was 10 many times -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 1:07 AM To: Struts Users Mailing List Subject: RE: [OT][ALT-TECH] Apple Web Objects Reading through some of the postings it seems that 10 w

RE: Disadvantages of Struts

2002-09-12 Thread Galbreath, Mark
You left out Flash -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 2:23 AM Ok. Good point. Now, from what perspective? Disadvantages compared to what? ASP? ASPX? PHP? Cold Fusion? CGI (Perl/C/C++)? or do we play in our ow

RE: Question for using struts as our standard MVC framework

2002-09-12 Thread Galbreath, Mark
I've actually tried making my own chips, but the hassle far outweighs any benefit. Manufactured and prepackaged is definitely the way to go. I prefer the salt and vinegar kind myself. But watch out for the ones made with Olestra - the I/O can be deadly. -Original Message- From: René Ei

RE: [OT][ALT-TECH] Apple Web Objects

2002-09-12 Thread Andrew Hill
and still do... ;-P -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 20:00 To: 'Struts Users Mailing List' Subject: RE: [OT][ALT-TECH] Apple Web Objects Not me, but I acted like I was 10 many times -Original Message- Fro

RE: tiles question

2002-09-12 Thread Galbreath, Mark
1. It appears the first is a comment - an optional suggested configuration. 2. Apparently, there is a method in MessageResources that requires this declarative setting; what's the big deal? Struts is still beta, after all. -Original Message- From: Vladislav Kamensky [mailto:[EMAIL PRO

RE: Disadvantages of Struts

2002-09-12 Thread Andrew Hill
Did you see the Flash frontend to Petstore yet? http://www.macromedia.com/desdev/mx/blueprint/ -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 20:01 To: 'Struts Users Mailing List' Subject: RE: Disadvantages of Struts You left out F

RE: Initialisations on the first request

2002-09-12 Thread Galbreath, Mark
Extend RequestProcessor and put them there. -Original Message- From: Heligon Sandra [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 12:23 PM I am working with Apache/Tomcat/Struts. Tomcat and Apache are defined as NT service. I need to do initialisa

Re: tiles question

2002-09-12 Thread Cedric Dumoulin
Vladislav Kamensky wrote: >Hi. > >I am trying to use tiles in Struts 1.1.b and i found in the examples that >tiles-defs.xml is referenced twice in application > >1. web.xml > > >parameter="org.apache.struts.webapp.tiles.dev1-1.ApplicationResources" null="false"/> > >What does it mean

RE: [OT][BEER][(almost)FRIDAY]Question for using struts as our standard MVC framework

2002-09-12 Thread Andrew Hill
Mmmm. Salt & Vinegar. Runs best when served with Beer :-) Friday: T - 4 hours and counting... -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 20:06 To: 'Struts Users Mailing List' Subject: RE: Question for using struts as our standa

RE: [LEGAL] RE: sites powered by struts

2002-09-12 Thread Mazza, Glen R, PERSCOM
I thought so. In other words, nothing needed because you're not redistributing the libraries--the Apache software license explicitly covers both redistribution and use, but only explicitly requires attribution for *redistribution*. But to "use" the SW, e.g., Struts on the server, nothing needs t

RE: Disadvantages of Struts

2002-09-12 Thread Andrew Hill
Hmm. Looks like mark isnt the only one who doesnt like Flash! Trend SMEX Content Filter has detected sensitive content. Place = Struts Users Mailing List; ; ; Struts Users Mailing List Sender = Andrew Hill Subject = RE: Disadvantages of Struts Delivery Time = September 12, 2002 (Thursday) 08:07

Re: tiles question

2002-09-12 Thread Vladislav Kamensky
> 1. It appears the first is a comment - an optional suggested configuration. No. I commented it in order to test whether it makes sence. The answer from "Cedric Dumoulin" seems to be truth. > The plugin loads the config from web.xml, and override them with the > data from struts-config.

RE: Initialisations on the first request

2002-09-12 Thread Heligon Sandra
It is the first choice that I done but I thought that the web.xml was deployed when Tomcat is started if the application.war is placed under CATALINA_HOME\webapps directory and not on the first request. Do I have to modify the value of the parameter to "deploy" the web.xm file only on the first

RE: [42] Hitchhiking the (Struts) Universe

2002-09-12 Thread Galbreath, Mark
I have to finish moving my daughter into Johnson and Wales U (Providence, RI) and will be on roadtrip tomorrow; I will miss [FRIDAY] (now aka [42]) :-( . "So long, and thanks for all the fish" Mark (who is now a "scalable" biotechnology) -Original Message- From: Andrew Hill [mailto:[EMAI

RE: [BEER]Disadvantages of Struts

2002-09-12 Thread Jim.W.Berg
Do we really need to expose the skeletons? Especially when they have been imbibing (RE:BEER) Jim Berg [EMAIL PROTECTED] "Galbreath, Mark" <[EMAIL PROTECTED]> 12-Sep-2002 07:48 Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "'Struts Users Mailing L

Reloading struts-config.xml

2002-09-12 Thread phpsurf
Hi I'm new to struts, so I apologize in advance if my question has already shown up ... I would like to know if there is a way to setup struts (in development mode) to automatically reload its configuration file when it has been modified. Or how can I make it reload the file, on demand, without

RE: [OT][ALT-TECH] Apple Web Objects

2002-09-12 Thread Galbreath, Mark
I KNEW you or James was going to hammer me with that! I feel like fish! -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 8:11 AM and still do... ;-P -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Thurs

RE: Disadvantages of Struts

2002-09-12 Thread Galbreath, Mark
Yeah - pretty slick POC. I fooled around with Flash 4.0 and 5.0 but never got any good at it. I love a good Flash site, though (notice cnn.com used Flash for the 9/11 stories?). Now that I have my home server set up with Tomcat and Struts (because I'm walking through James' book), I think I'll

RE: [LEGAL] RE: sites powered by struts

2002-09-12 Thread Christopher Seekamp

Re: Re: Reference Struts HTML tags from within a custom tag? *Please help!*

2002-09-12 Thread tnist
John, If you want to create your own tag and still leverage the existing BaseTag, HtmlTag or anyone of the strut tags, you can create a reference to them by doing the following in you tag: public class YourTag extends TagSupport { protected org.apache.struts.tag.ib.html.BaseTag baseTag =

RE: [LEGAL] RE: sites powered by struts

2002-09-12 Thread Galbreath, Mark
Which is a real shame because (a) credit should be given its due and to not acknowledge incorporated Apache technology is, IMNSHO, the equivalent of plagiarism, and (b) Apache has the respect of every Java programmer I know and is generally seen by the Open Source community as a leader in technolo

Handling submitted form data with different encoding

2002-09-12 Thread Jason Zhou
It seems to me that there is no guarantee the browser will pass the right encoding to the servlet container. What I did are: 1. Specify the content type for the JSP output using <%@ page contentType="text/html; charset=utf-8" %>, which ensures that the JSP page is treated as UTF-8 able

RE: Reloading struts-config.xml

2002-09-12 Thread Galbreath, Mark
AFAIK, no. struts-config.xml is loaded into memory upon the first instantiation of ActionServlet and stays resident until the container is rebooted. Mark (right, guys?) -Original Message- From: phpsurf [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 8:33 AM To: Struts Use

RE: Disadvantages of Struts

2002-09-12 Thread Galbreath, Mark
In the 30s they burned books; now they burn electrons. What's the difference? -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 8:22 AM Hmm. Looks like mark isnt the only one who doesnt like Flash! Trend SMEX Content Filter has detected

RE: Reloading struts-config.xml

2002-09-12 Thread Joe Latty
If you are using tomcat you can try this http://localhost:8080/manager/reload?path=/yourApp link is: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/manager-howto.html Joe -Original Message- From: phpsurf [mailto:[EMAIL PROTECTED]] Sent: Thursday, 12 September 2002 10:33 PM To: Struts

RE: Reloading struts-config.xml

2002-09-12 Thread phpsurf
but this would reload the entire webapp ! that's what I would like to avoid ... > -Original Message- > From: Joe Latty [mailto:[EMAIL PROTECTED]] > Sent: jeudi 12 septembre 2002 15:21 > To: Struts Users Mailing List > Subject: RE: Reloading struts-config.xml > > > If you are using tomcat

[IT IS NOT FRIDAY but if you have some spare time]

2002-09-12 Thread Ted Husted
Guys, this really has to stop. We all appreciate that you want to have some fun, but this list was created for the express purpose of helping people use Struts. There was a consensus that the friday threads were fine on friday, but FRIDAY DOES NOT START ON WEDNESDAY. If you must respond to so

please help with bean tags!

2002-09-12 Thread kiuma
I'm using struts v 1.1b2 and my web.xml contains: struts org.apache.struts.action.ActionServlet config /WEB-INF/struts-config.xml debug 3 detail 3 validating true 1 struts

[ANNOUNCE] Struts Console v2.1.2

2002-09-12 Thread James Holmes
Struts Console version 2.1.2 is now available. http://www.jamesholmes.com/struts/ Download Now: http://www.jamesholmes.com/struts/struts-console-2.1.2.zip -- OR -- http://www.jamesholmes.com/struts/struts-console-2.1.2.tar.gz Struts Console is FREE software. This release is a bug fix release

struts 1.1b2 with Weblogic 6.1 struts 1.1b2 with Weblogic 6.1 deployment problem

2002-09-12 Thread EGE KARAOSMANOGLU
Hi, I'm trying to use struts 1.1b2 with Weblogic 6.1 but while deploying the application I got this error: weblogic.j2ee.DeploymentException: Could not load esales - with nested exception: [java.lang.StringIndexOutOfBoundsException: String index out of range: -1] at weblogic.servlet.int

Re: Disadvantages of Struts

2002-09-12 Thread Tim T. Young
It's way too productive for my taste... raghuramudu.v@pol

Re: [ANNOUNCE] Struts Console v2.1.2

2002-09-12 Thread Guillaume Labelle
Hey James, nice work on the console. Any plans to support Eclipse or IBM WebSphere Studio App Dev Thanks Guillaume James Holmes wrote:Struts Console version 2.1.2 is now available. http://www.jamesholmes.com/struts/ Download Now: http://www.jamesholmes.com/struts/struts-console-2.1.2.zip

Re: [ot] JDO example - rozpakowywac Commanderem

2002-09-12 Thread John Owen
That is why 42 is the answer to "What is the meaning of life?". :) - Original Message - From: "James Mitchell" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, September 11, 2002 6:30 PM Subject: RE: [ot] JDO example - rozpakowywac Commanderem > an

Re: Internationalization question.

2002-09-12 Thread Cristian Cardenas
No, I have in the Struts-config.xml. Any idea? Cristian - Original Message - From: "John Yu" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, September 11, 2002 10:21 PM Subject: Re: Internationalization question. > Do you have in the struts

Re: [ANNOUNCE] Struts Console v2.1.2

2002-09-12 Thread James Holmes
http://www.jamesholmes.com/struts/console/faq.html -james --- Guillaume Labelle <[EMAIL PROTECTED]> wrote: > > Hey James, nice work on the console. > > Any plans to support Eclipse or IBM WebSphere Studio > App Dev > > Thanks > Guillaume > > James Holmes wrote:Struts Console version 2.1.

Tiles/Securing JSP pages

2002-09-12 Thread kpullin
I'm using Tiles in my Struts application and it's working nicely until I moved the JSP pages under the WEB-INF directory. I've added the following line in my struts-config.xml: Now my directory structure looks like : /WEB-INF/terms/terms.jsp /WEB-INF/common/header.jsp /WEB-INF/common/menu.jsp

Re: Additional helper tags wanted

2002-09-12 Thread Michael Lee
Oh struts, definately. I use struts like a toolkit. I hand a web page to our graphic artist with all the and and in it. It can put them wherever he needs them with ease, just like an html tag. All the session/request information and logic is hidden through html 'like' (struts) tags (and our own

Re: Question for using struts as our standard MVC framework

2002-09-12 Thread Michael Lee
Here's an argument, and have him email me if he has any questions... I was brought on to my current company as a J2EE Architect. It was basically one developer. He had a home brewed servlet controller layer. I recommended struts. He pushed back (that's natural, it's his baby). But he is rational a

Re: HOWTO add actions to the Struts "pipeline"

2002-09-12 Thread Michael Lee
I'm getting ready to write a servlet filter (2.3) to do something similar. This is servlet 2.3. If you don't need struts specific stuff in the specific piece of code you need then this is the way to go. You can add the filter to url-patterns in your web.xml. Thanks to Craig McClanahan for this one

Re: Question for using struts as our standard MVC framework

2002-09-12 Thread Jim Young
I agree with every thing Mike says. I am a contractor at a financial institution and to get Struts in here we had to go against the homegrown version and a team of IBMers pushing their JADE architecture. In the end Struts won. We also have two systems in production with another one being rewri

Redirecting to a relative URL from root

2002-09-12 Thread Will Spies
I would like a forward to redirect off of the root context. Normally, if my struts app is in a WAR , let's say MyStrutsApp this forward: would result in a redirect to http://myhost:myport/MyStrutsApp/mydir/allben_home.jsp I would like to do a redirect to http://myhost:myport/mydir/all

Re: Internationalization question.

2002-09-12 Thread Cristian Cardenas
I found that the TilesRequestProcessor doesn't process the Client's Locale (doesn't load the Locale in the session). I'm using tiles, can I use the default request processor (RequestProcessor)? Or may be I have to extends TilesRequestProcessor to process Client's Locale? Thanks a lot. Cristian.

Re: Disadvantages of Struts

2002-09-12 Thread Michael Lee
No real world examples and no good documentation describing those examples. This email list helps that. I'm also going to see if I can release some of my code here open source when I'm done for an example for just such a reason. This is an example of how the community can help out where they see a

accessing path information from a jsp page

2002-09-12 Thread Donald Ball
In my jsp page, I want to know one or more of these things: * the incoming URL * the path of the ActionMapping the incoming URL was mapped to * the path and name of the view (the jsp page) to which the request was forwarded presumably i can get the first by querying the request - something like:

Re: Reloading struts-config.xml

2002-09-12 Thread Michael Lee
I use Weblogic 6.1sp3. I put everything in my WAR. The struts app goes in WEB-INF/lib/struts.jar and the struts-config.xml goes in the WEB-INF dir. I even have a resource bundle in there. It all gets reloaded upon deployment! VERY nice feature. In a nutshell, if your container can class load your

Including file from different server

2002-09-12 Thread Khan, Manuchehar A (ACF)
How can we add a page that resides on different server in all of our pages as banner. -Original Message- From: Donald Ball [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 10:52 AM To: [EMAIL PROTECTED] Subject: accessing path information from a jsp page In my jsp page, I

RE: Parsing error

2002-09-12 Thread Gaurav . Goyal
While I share your opinion on iPlanet, I have to live with it as its the standard for development here. However I'm trying to advocate the MVC architecture here. And I want to use Struts for the obvious reason that I don't have to reinvent the wheel. So I need to get struts working. I did

RE: struts 1.1b2 with Weblogic 6.1 struts 1.1b2 with Weblogic 6.1 deployment problem

2002-09-12 Thread phpsurf
Hi we got this error on my project when upgrading to weblogic 6.1 sp2 ! so we had to get back to sp1 ! I'm now waiting for sp3 to make a test ... > -Original Message- > From: EGE KARAOSMANOGLU [mailto:[EMAIL PROTECTED]] > Sent: jeudi 12 septembre 2002 15:39 > To: [EMAIL PROTECTED] > Subj

Re: Redirecting to a relative URL from root

2002-09-12 Thread Michael Lee
by default the '/' root is from your webapp, as it should be. All URLs should be from '/' that are going to the same webapp. If your going to another webapp just do an http:// (Is this last sentence right?) Don't use ../.. whatever you do! (not easily mutable) Mike - Original Message

RE: Tiles/Securing JSP pages

2002-09-12 Thread James Mitchell
Have you tried this? Assuming that 'template.jsp' is also under WEB-INF. James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atla

Re: Redirecting to a relative URL from root

2002-09-12 Thread Donald Ball
On 9/12/2002 at 11:01 AM Michael Lee wrote: >by default the '/' root is from your webapp, as it should be. All URLs >should be from '/' that are going to the same webapp. If your going to >another webapp just do an http:// (Is this last sentence right?) >Don't use ../.. whatever you do! (not

Re: struts 1.1b2 with Weblogic 6.1 struts 1.1b2 with Weblogic6.1 deployment problem

2002-09-12 Thread Melissa L Kelley
Chance are the problem is coming from the manifest file in the struts jar which isn't compatible with Weblogic. Well, actually, Weblogic not being compatible with the specs. This was introduced with sp2. Struts 1.1b2 will deploy fine with sp1, if that is an option for you to go back. I've had

RE: Parsing error

2002-09-12 Thread Galbreath, Mark
Wow...never saw that before. Apparently you've got thread contention on the SAXP object. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 11:02 AM To: [EMAIL PROTECTED] Subject: RE: Parsing error While I share your opinion

RE: Parsing error

2002-09-12 Thread Gaurav . Goyal
i put digester.parse(is) in a synchronized block. That did not help. -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 10:13 AM To: 'Struts Users Mailing List' Subject: RE: Parsing error Wow...never saw that before. Apparently you've

RE: Initialisations on the first request

2002-09-12 Thread Heligon Sandra
In which method of the extended RequestProcessor ? What do you think about doing this in the ServletContextListener ? -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: 12 September 2002 14:13 To: 'Struts Users Mailing List' Subject: RE: Initialisations on the first

Re: struts 1.1b2 with Weblogic 6.1 struts 1.1b2 with Weblogic 6.1 deployment problem

2002-09-12 Thread tam
If you are using Weblogic 6.1 SP2, try Weblogic 6.1 SP3. It seems like a Manifest file problem *** REPLY SEPARATOR *** On 2002/9/12 at ¤U¤È 04:39 EGE KARAOSMANOGLU wrote: >Hi, >I'm trying to use struts 1.1b2 with Weblogic 6.1 but while deploying the >application I got this er

RE: Parsing error

2002-09-12 Thread Galbreath, Mark
Wish I could help you more...you probably need Craig to look into this one. :-( -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 11:15 AM To: [EMAIL PROTECTED] Subject: RE: Parsing error i put digester.parse(is) in a synchronized b

RE: Initialisations on the first request

2002-09-12 Thread Galbreath, Mark
I've attached a copy of my extension so you can get some ideas. The RequestProcessor object is the first thing to load and is used to initialize the application. -Original Message- From: Heligon Sandra [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 11:18 AM To: 'Struts Use

RE: struts 1.1b2 with Weblogic 6.1 struts 1.1b2 with Weblogic 6.1 deployment problem

2002-09-12 Thread Galbreath, Mark
It is, according to IBM, and is supposed to be addressed in SP3. -Original Message- From: tam [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 11:18 AM To: Struts Users Mailing List Subject: Re: struts 1.1b2 with Weblogic 6.1 struts 1.1b2 with Weblogic 6.1 deployment problem

How to include html file as banner from different site?

2002-09-12 Thread Khan, Manuchehar A (ACF)
How can i add a html file from different web server in all views to be included as our top banner? Thanks -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 11:25 AM To: 'Struts Users Mailing List' Subject: RE: struts 1.1b2 with Weblogic

Re: How to include html file as banner from different site?

2002-09-12 Thread Danny Mui
See if the org.apache.struts.actions.IncludeAction can help you. It uses the nifty connection classes to grab the output as string. I think external sites can be used. danny Khan, Manuchehar A (ACF) wrote: >How can i add a html file from different web server in all views to be >included as

RE: HOWTO add actions to the Struts "pipeline"

2002-09-12 Thread Eric Weiss
Thanks for the responses. James, I currently use a base class that all my actions extend so I can just use that. I would still like to see any example you have though. This way is so simple I didn't consider itI figured there was some other mechanism to tie into the ActionServlet, but I

Re-initialize ActionServlet.

2002-09-12 Thread Cristian Cardenas
Hi all, How can I re-initialize the ActionServlet in order to reload the Struts-config.xml without reload the whole web app? Thanks. Cristian.

RE: Including file from different server

2002-09-12 Thread René Eigenheer
I did something similar the following way: - using tiles to handle the requirement "on all pages" - writing either a servlet or a taglib which reads the banner and writes it to the output stream, code could look something like this: String url = "http://www.mydomain.com/myBanner.htm";; try {

html:options question

2002-09-12 Thread Michael Lee
I want to populate an with data from a Map (HashMap). I have ... <% pageContext.setAttribute("allUserRoles", Lookup.getData(Constant.USER.USER_ROLES)); %> ... I don't see an example in the struts-exercise-taglib.war under html:select It is vector or Object[]. Ideas? thank

Re: [ANNOUNCE] Struts Console v2.1.2

2002-09-12 Thread Jason Carpenter
Looks great James, thanks for the update...Jason >>> James Holmes <[EMAIL PROTECTED]> 9/12/02 8:30:45 AM >>> Struts Console version 2.1.2 is now available. http://www.jamesholmes.com/struts/ Download Now: http://www.jamesholmes.com/struts/struts-console-2.1.2.zip -- OR -- http://www.jamesho

Re: Redirecting to a relative URL from root

2002-09-12 Thread Michael Lee
Cool! Did not know that! I take it when you say that solution doesn't work you just mean the one scentence.. " If your going to another webapp just do an http:// (Is this last sentence right?)" So you just use // and it get's you to domain root? Is that right? so if I had http://domain.com/web

Re: Re-initialize ActionServlet.

2002-09-12 Thread Michael Lee
Wow, this looks like an email sent just a few hours ago! Anyway, put your app in a war and redeploy. The class loader should reload it and pick up the changes. Works for me in weblogic 6.1 sp3. Mike - Original Message - From: "Cristian Cardenas" <[EMAIL PROTECTED]> To: "Struts Users Maili

RE: Reloading struts-config.xml

2002-09-12 Thread phpsurf
Maybe was question was quite confusing ... First, I'm talking about Struts 1.1b2 Second, the problem is during development only : I don't want to have to reload my entire webapp everytime I make a little update to the struts-config.xml ! is there any way to reload struts-config.xml on runtime, wit

Re: Redirecting to a relative URL from root

2002-09-12 Thread Donald Ball
On 9/12/2002 at 12:08 PM Michael Lee wrote: >Cool! Did not know that! I take it when you say that solution doesn't work >you just mean the one scentence.. I meant the suggested solution, namely that you use absolute URLs in your struts-config.xml file when redirecting a user to another webapp on

Re: Including file from different server

2002-09-12 Thread tnist
Khan, If I understand the question, you can use the JSTL and the import tag. http://www.somesite.com/someresource.html";> http://www.somesite.com/someresource.gif";> ftp://ftp.somesite.com/someresource";> The above would cause the resource to be inserted into you page where refer

RE: Disadvantages of Struts

2002-09-12 Thread Dan Cancro
Here are some examples with source code I've seen mentioned on the list http://www.scioworks.com/jpetstore/jpetstore-camino.html http://www.keyboardmonkey.com/downloads/index.jsp http://sourceforge.net/projects/struts http://www.rollerweblogger.org/ Dan > -Original Message- > From: Mich

Status of Validator not validating sub-applications bug (#10348)

2002-09-12 Thread Doug Bryant
Does anyone know the status of the bug about the validator not validating sub-applications? I noticed that bug mentioned in the 1.1 beta 2 release notes. We have developed an application using 1.1 and are getting ready to implement page level validation for our sub-applications. If no fix is in

[STRUTS] Please !

2002-09-12 Thread kiuma
Do you know whet does this error mean when I try to access the following jsp page? _The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this request._ *exception* java.lang.NullPointerException at org.apache.jsp.userlist$jsp._jspService(u

Re: Status of Validator not validating sub-applications bug (#10348)

2002-09-12 Thread Michael Delamere
Doug, I´m not having any problems with it, although having said that I haven´t tried it with dynaforms. Regards, Michael - Original Message - From: "Doug Bryant" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, September 12, 2002 6:54 PM Subject:

RE: [STRUTS] Please !

2002-09-12 Thread James Mitchell
Can you check the log files and provide a little more detail on what you are doing? James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: kiuma [mailto:[EMAIL PROTECT

Re: [STRUTS] Please !

2002-09-12 Thread kiuma
Thx, but since I'm complitely new to struts I don't know what to do: *Here is my action class* public class ListedUserAction extends LookupDispatchAction { protected String keyfinder = ""; protected Map getKeyMethodMap() { Map map = new HashMap(); map.

Re: Redirecting to a relative URL from root

2002-09-12 Thread Will Spies
So, are you saying there is no solution? What about './mydir/mypage.html'? I am just about to test this but my proxy server is down. P.S. That's dot (.) slash (/) ___ Will Spies Towers Perrin Phone: (215)246-7145 e-mail: [EMAIL PROTECTED]

RE: [STRUTS] Please !

2002-09-12 Thread Darryl Nortje
Kiuma, without sounded condescending or anything, just by looking at the error msg you got it seems to besomething wrong with your jsp page. I haven't looked at your jsp page yet, but from a debugging, or problem solving point of view, change your jsp page to simply say "testing" nested in two ta

RE: [STRUTS] Please !

2002-09-12 Thread Irwin, Chris
Somebody correct me if I'm wrong, but it's dangerous to use any class-level variables in a Struts action class because these classes are supposed to be reentrant. > -Original Message- > From: kiuma <[EMAIL PROTECTED]>@AFG > Sent: Thursday, September 12, 2002 1:18 PM > To: str

RE: [STRUTS] Please !

2002-09-12 Thread James Mitchell
You could: 1. Check the log files for any more detail or 2. find userlist$jsp.java in tomcat's work directory, and go to line 281 that's where the error is occurring Sorry, that's the best I can offer (given the details). James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "O

RE: [STRUTS] Please !

2002-09-12 Thread Maris Orbidans
Try to comment this line. I think it's only plase which can cause NPE. Pls let us know if it works. Maris > -Original Message- > From: kiuma [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 12, 2002 8:18 PM > To: struts-user > Subject: Re: [STRUTS] Please ! > > > Thx,

RE: Disadvantages of Struts

2002-09-12 Thread Dan Cancro
This problem isn't unique to Struts, but it's one tradeoff with using Struts and a few other frameworks instead of plain old jsp. Since all requests go through an action, and all strings are stored in resource files, when debugging, it's hard to locate the source file location corresponding to wh

  1   2   >