html:errors tag behaves strangely.

2002-07-28 Thread dave sag
hi people using struts1.1beta i want to display my errors such that i get any major errors at the top of the page and then any form specific validation errors down with my form. doing this simply was in fact my main motivation for migrating to struts. so i have set up my page and it all wor

link to an ActionServlet

2002-07-28 Thread Michael Delamere
Hi, I just want ot make sure that I understand this right. When linking to an ActionServlet, say with "ListThreads.do", is the procedure for implementing this the same as with sending forms; i.e. with an ActionMapping and a FormBean or is there a better way? I´m calling the link from a velocity

Re: [Struts Workflow Extension] Help

2002-07-28 Thread Matthias Bauer
Yes, specifying multiple prevStates is allowed. --- Matthias Amit Harsola wrote: > Hi Matthias, > > Thanks. It worked. > I want to know one more thing. Can there be 2 > prevStates for a single action. > > > > > > > > > > > > > Thanks, > Amit > > > > > > --- Matthias Bauer

dynamic drop down : struts

2002-07-28 Thread Tarun Sainanee
Hi, Dynamic population of a drop down is giving me a hard time. In my jsp, the following code is written to get the vector: Vector lvTest = (Vector)request.getAttribute("lvTest"); pageContext.setAttribute("IdsValues", lvTest); The form bean has been defined as follows in the jsp: This is

Re: Deploying struts-example (Struts 1.1) on ServletExec 4.1 - MessageResources Nullpointer exception

2002-07-28 Thread Charles
Just to add on to my previous message, struts-documentation.war worked fine on ServletExec 4.1 . I've successfully deployed that war file and it works fine. The problem only occurs when deploying struts-example.war, struts-validator.war, tiles-documentation.war etc. Does anyone had similar problem

Deploying struts-example (Struts 1.1) on ServletExec 4.1 - MessageResources Nullpointer exception

2002-07-28 Thread Charles
Hi, I have a question, for the struts example application (struts-example.war from struts 1.1 nightly build), it worked fine in Tomcat 4.0 however when I port it to ServletExec 4.1 running on Apache 4.0, I get these error messages:

Re: How do I navigate from one subApp to another in Struts1.1?

2002-07-28 Thread @Basebeans.com
Subject: Re: How do I navigate from one subApp to another in Struts1.1? From: Serge Shikov <[EMAIL PROTECTED]> === Craig R. McClanahan wrote: > > On Sat, 27 Jul 2002, Struts Newsgroup wrote: > > >>Date: Sat, 27 Jul 2002 22:40:02 -0700 >>From: Struts Newsgroup <[EMAIL PROTECTED]> >>Reply-To: St

RE: Components....

2002-07-28 Thread Jacob Hookom
My suggestion is to have a text box, with a search button that would take the data from the text box and use it in a query action in a new pop up window. The pop up window would return search results and upon selecting a result, it would re-populate the original form and close itself (the pop-up)

Re: First Web Application: Really Need Help

2002-07-28 Thread @Basebeans.com
Subject: Re: First Web Application: Really Need Help From: "aman" <[EMAIL PROTECTED]> === See inline : "vivek shrivastava" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > Hi to all, > > > Q#1 > What is the best hardware for me keeping in mind that 1000 user is going to > use it

Components....

2002-07-28 Thread Andrew Myers
Hi, I have a bit of a problem which I'm hoping some of the brainy people here might be able to help me with. :) My boss wants me to write a "component" (which he defines as a series of JSPs and associated business logic beans) that allows you to search for a property by its address. The end

Re: Question about Struts and XSL

2002-07-28 Thread John Owen
Thanks, but I have successfully developed several struts-based applications. My problem is xsl-specific. _ Chat with friends online, try MSN Messenger: http://messenger.msn.com -- To unsubscribe, e-mail:

RE: multibox validation and collections

2002-07-28 Thread Zimmer, Robin (SSABSA)
F.Y.I. I resolved my problem by setting the 'input' value of the struts-config action mapping to the action that initialised the form bean (then forwards to the jsp) rather than the jsp directly. PS. Thanks for your response. -Original Message- From: Jonathan Fuerth [mailto:[EMAIL PROTE

Re: digest unsubscribe prob

2002-07-28 Thread Joel Rees
Hopefully you this isn't necessary by now, but I'll let you in the "secrets". (This is in the archives, but I realized just recently it is next to impossible to search on "unsubscribe problems" with any useful results.) -- > yeah, i know: there's "no problem" with unsubscribing from the struts us

Re: [Struts Workflow Extension] Help

2002-07-28 Thread Amit Harsola
Hi Matthias, Thanks. It worked. I want to know one more thing. Can there be 2 prevStates for a single action. Thanks, Amit --- Matthias Bauer <[EMAIL PROTECTED]> wrote: > With your configuration, your are in the following > state, after having executed > the action "/mai

applet-servlet as view component

2002-07-28 Thread Fanny Yeung
Hi, I'm trying to build a web-based application using struts. This application uses applet and/or jsp to display information. I manage to create an applet to connect (URL.openConnection) to Action Servlet in Struts and get back data in string (using DataInputStream). But I still not sure how

Re: Struts/Container-Managed Authentication Question

2002-07-28 Thread Eddie Bush
Craig R. McClanahan wrote: >On Sun, 28 Jul 2002, Eddie Bush wrote: > >>Set up a page specifically with a security-constraint. Obviously the >>user in the above scenario will have to be led to the login by a link - >>this scenario would be no different. Your link would be dynamic and >>snag the

Re: Struts/Container-Managed Authentication Question

2002-07-28 Thread Craig R. McClanahan
On Sun, 28 Jul 2002, Eddie Bush wrote: > Date: Sun, 28 Jul 2002 01:11:16 -0500 > From: Eddie Bush <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Re: Struts/Container-Managed Authentication Question > >

Re: How do I navigate from one subApp to another in Struts1.1?

2002-07-28 Thread Craig R. McClanahan
On Sat, 27 Jul 2002, Struts Newsgroup wrote: > Date: Sat, 27 Jul 2002 22:40:02 -0700 > From: Struts Newsgroup <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: How do I navigate from one subApp to another in Struts1.1? > > Subje

Re: Working around CMA in an AS-independent way - will this work,Craig?

2002-07-28 Thread Eddie Bush
What if you, in order to facilitate having a login form on every page, built another "tile" for using as a login form on every page where you wanted one. This "tile" would do a secure POST to your actual login form (it would be it's action= value). Then, assuming your CMA login form is not a

[ANN] New Howto available on basicportal

2002-07-28 Thread John Menke
I just updated the install instructions for basicportal. It now includes a detailed howto for postgresql and poolman usage with basicportal. Vic has reorganized the source and we are working towards developing a howto for basicportal and eclipse. I'm looking forward to basicportal growing! We

Re: Keeping track of users

2002-07-28 Thread Eddie Bush
Hey, Vic! I feel a bit stupid, as I didn't realize in our prior conversation about basicportal that JAAS was a standard authorization/authentication mechanism. I hit the Sun site last night and read up on it a bit. Something I don't find very obvious wrt application-specific implications ar

Re: Keeping track of users

2002-07-28 Thread Eddie Bush
From what I gather, the only way to tell immediately is to have had a request made and to have an exception be thrown when you try to send data to the output stream. I'm not sure exactly how it works - I am not that concerned with measuring such things. You could, using the session binding

Re: TilesRequestProcessor configuration (struts 1.1b1)

2002-07-28 Thread Eddie Bush
I'm not 100% sure, but I think you're misunderstanding how to use Tiles. Have you checked out Chuck's chapter on tiles? Remember: when you're using tiles you probably have to specify that your action extends one of the Tiles actions. Cedric eluded that this behavior should have gone away i

Re: Keeping track of users

2002-07-28 Thread @Basebeans.com
Subject: Re: Keeping track of users From: Vic C <[EMAIL PROTECTED]> === (more a tomcat list question?) If they logged in using JAAS, you can see the list of users (or you can log in db who goes in or out). HTTP is a stateless protocol, the session would time out. hth, Vic J Isv wrote: > Hi, > I

RE: Keeping track of users

2002-07-28 Thread Tero P Paananen
> If there is, how to you handle the situation where they've > simply closed the browser (perhaps this causes an event - I > don't know), > where their PC has crashed, or even if they've logged into the > application multiple times (assuming this is allowed in > business logic). You time the

Keeping track of users

2002-07-28 Thread @Basebeans.com
Subject: Keeping track of users From: J Isv <[EMAIL PROTECTED]> === Hi, I'm quite new to struts and I'm sure there would be a common solution to this question. Is there a standard way to keep track of users logged onto the web application? If there is, how to you handle the situation where they

TilesRequestProcessor configuration (struts 1.1b1)

2002-07-28 Thread Dylan van Iersel
Hi all, Does anybody know how to pass the TilesRequestProcessor the info on where to find the tile definitions? -- Dylan -- -- To unsubscribe, e-mail: For additional commands, e-mail: