RE: Another question

2002-09-12 Thread Emmanuel Bridonneau
To: Struts Users Mailing List Subject: Re: Another question If you keep your pages above WEB-INF/ it's necessary infact. I have one page /index.jsp that does nothing but forward the request to /WEB-INF/pages/login.jsp. Rob Eddie Bush wrote: > accepted? I think it's probably a "

newbie include question

2002-09-17 Thread Andy Kriger
I have information in a session variable that I would like to use as part of a jsp:include (or a bean:include if that'll solve the problem). Here's the problem I am running into, how do you pass the dynamic info to the jsp:include path attribute? " /> is not valid - but i figure somebody must've

Re: ResourceBundle question

2002-09-17 Thread micael
Why can you not use the message tag? I don't get that. You should be able to use the message tag. You don't seem to be upset about that not working. Why not? It should work. At 11:03 AM 9/17/2002 -0700, you wrote: >Hi, > >I want to get the ResourceBundle from sturts in my jsp >and servlet,

Re: ResourceBundle question

2002-09-17 Thread Ashish Kulkarni
Hi, i have an applet where in i have to send a class with properties file, this properties file will haev only those values which the applet need to show, like the messages in applet must come from properties file, i dont want to send all the struts resoure bundle, or use some applet servlet commu

Re: ResourceBundle question

2002-09-17 Thread Balaji Thirugnanam
I beleive a collection or one of it'z implementation could help you to sort out your messages, and you can pass this as a parameter, -B Ashish Kulkarni wrote: >Hi, >i have an applet where in i have to send a class with >properties file, this properties file will haev only >those values which th

Re: Newbie Question

2002-09-19 Thread Will Jaynes
There isn't a plugin for debuggin the JSP pages, at least not in Resin, but I debug my code and the java generated classes by using the remote debuggin. Here's the FAQ for this: http://www.eclipse.org/eclipse/faq/eclipse-faq.html#users_18 Note: As a note in the FAQ mentions, be sure to use "se

Re: BeanUtils Question

2002-09-19 Thread Craig R. McClanahan
On Thu, 19 Sep 2002, Darren Hill wrote: > Date: Thu, 19 Sep 2002 09:21:12 -0400 > From: Darren Hill <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> > Subject: Bea

RE: Newbie Question

2002-09-20 Thread John Sherlock
> Should all JSP pages be executed through the controller? Even those that are external to an application that requires a login? "Even those that are external to an application that requires a login?" hmmm, do you mean there are certain parts of your application that require a user to login in

RE: Newbie Question

2002-09-20 Thread Vinh Tran
Subject: RE: Newbie Question > Should all JSP pages be executed through the controller? Even those that are external to an application that requires a login? "Even those that are external to an application that requires a login?" hmmm, do you mean there are certain parts of your applica

RE: Newbie Question

2002-09-20 Thread Galbreath, Mark
There are always exceptions, but the general rule is, yes, all JSP pages should be in an Action path. This maintains MVC integrity. Mark -Original Message- From: Vinh Tran [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 10:00 AM Should all JSP pages be executed through the

Iterate tag question

2002-09-27 Thread Rea, Ron
I am trying to iterate through several array fields on my Form within the JSP, display the properties as a table on the page. Using arrays should allow me to update the table data, however I cannot seem to get the iterate tag to work. The following is an example of what I'm doing. Any ideas on

struts-config.xml question

2002-10-01 Thread Kevin HaleBoyes
I'm looking at the struts-example and its struts-config.xml file. In the section for editRegistration, 'attribute' is set to 'registrationForm'. As I understand it (from the DTD), attribute is the name of the scoped (session or request) attribute that is used to access the ActionForm bean. Now

Re: Newbie question

2002-10-02 Thread David Graham
MAIL PROTECTED]> >To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> >Subject: Newbie question >Date: Wed, 2 Oct 2002 14:51:18 -0400 > >Total newbie question here: where is a good example of a database-access >model bean? I have been looking all day on the web site

RE: Newbie question

2002-10-02 Thread Randall, Christopher J,,DMDCWEST
ctober 02, 2002 12:01 PM > To: [EMAIL PROTECTED] > Subject: Re: Newbie question > > http://developer.java.sun.com/developer/restricted/patterns/DataAccessObje > ct.html > > That is just the design pattern you should follow, no code. > > Dave > > > >

Re: Newbie question

2002-10-02 Thread John Owen
, October 02, 2002 1:51 PM Subject: Newbie question > Total newbie question here: where is a good example of a database-access > model bean? I have been looking all day on the web site for good bean > examples. > > Thanks, > Chris > > -- > To unsubscribe, e-mail: <mai

RE: logic:iterate question

2002-10-02 Thread Joe Barefoot
de[" > + index.intValue() + "]" %>' > -Original Message- > From: Andy Kriger [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 02, 2002 11:52 AM > To: Struts Users Mailing List > Subject: logic:iterate question > > > I have two vectors of

RE: Newbie question

2002-10-02 Thread David Graham
vaBean. I think this is following best practices. Hope this helps, Dave >From: "Randall, Christopher J,,DMDCWEST" <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: 'Struts Users Mailing List' <[EMAIL PROTECTED

RE: Newbie question

2002-10-02 Thread Galbreath, Mark
October 02, 2002 2:51 PM To: 'Struts Users Mailing List' Subject: Newbie question Total newbie question here: where is a good example of a database-access model bean? I have been looking all day on the web site for good bean examples. Thanks, Chris -- To unsubscribe, e-mail: <ma

RE: Newbie question

2002-10-02 Thread David Graham
Mark, You might want to buy a vowel for your table names ;-). CONFIG_SERVER_PROPERTY isn't so hard. Dave >From: "Galbreath, Mark" <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: 'Struts Users Mailing List

Re: logic:iterate question

2002-10-02 Thread Peter S. Hamlen
Since you can access specific item in a list through something like this: You should be able to do what you want through a scriptlet: ie We use this trick all the time ( and I gleaned it from this fabulous list in the first place.) -Peter On Wed, 2002-10-02 at 14:51, Andy Kriger wrote: > I

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: For additional commands, e

RE: Newbie question

2002-10-02 Thread Galbreath, Mark
You are preaching to the choir, here, boys. The DBA names the tables and I think it's a dumbass convention! Mark -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 4:05 PM To: Struts Users Mailing List Subject: Re: Newbie question

RE: Newbie question

2002-10-02 Thread David Graham
L PROTECTED]> >To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> >Subject: RE: Newbie question >Date: Wed, 2 Oct 2002 16:21:16 -0400 > >You are preaching to the choir, here, boys. The DBA names the tables and I >think it's a dumbass convention! > &

RE: Newbie question

2002-10-02 Thread Taylor, Jason
esday, October 02, 2002 1:49 PM To: [EMAIL PROTECTED] Subject: RE: Newbie question Yeah, we've got our own dumbass conventions here too. Inconsistent hungarian notation combined with mangled words, for example: IELECADR == email address Dave >From: "Galbreath, Mark" <[E

Re: Newbie question

2002-10-02 Thread Eddie Bush
ing >conventions! > >Looks like you're pretty close already ;) > >-Original Message- >From: David Graham [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, October 02, 2002 1:49 PM >To: [EMAIL PROTECTED] >Subject: RE: Newbie question > > >Yeah, we've got o

Re: Newbie question

2002-10-02 Thread David Graham
Now this field will hold an email address so if I take out most of the vowels and cut some of the consonants... Dave >From: Eddie Bush <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: Struts Users Mailing List <[EMAIL PROTEC

Re: ActionMapping question

2002-10-02 Thread Eddie Bush
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 ... Howard Miller wrote: >Hi, > >Can somebody explain what the "attribute" property of ActionMapping actually >means. I don't unders

RE: Newbie question

2002-10-02 Thread Charles McClain
%)O## EJBs. If you decide to look into JRF, I can send you my source code, which will probably ease your learning curve. -Original Message- From: Randall, Christopher J,,DMDCWEST [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 2:51 PM To: 'Struts Users Mailing List'

Re: ActionMapping question

2002-10-02 Thread Craig R. McClanahan
On Wed, 2 Oct 2002, Howard Miller wrote: > Date: Wed, 2 Oct 2002 22:46:35 +0100 > From: Howard Miller <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: ActionMapping question &g

Re: ActionMapping question

2002-10-02 Thread Howard Miller
Yes sorry, I read it. I even resorted to downloading/reading the source code. I'm just curious as to what this property is for? When would "attribute" be different 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

Re: ActionMapping question

2002-10-02 Thread Eddie Bush
t going to get used (as you've observed) by most folks. That being the case - there's really no need to get hung-up over it :-) I really wish one of the commiters would give a more "fleshy" response. Don't feel other folks' silence is a cue to keep posting th

Re: threading question

2002-10-03 Thread Thomas Eichberger
{ static int counter = 0; { ++counter; System.out.println( "" + counter ); } At 07:45 03.10.2002 -0400, Esbrook, Scott wrote: >Hello, > >Quick Struts/servlet threading question: If many classes extended the >following 'AbstractAction' class (eg, &#x

RE: threading question

2002-10-03 Thread Galbreath, Mark
ick Struts/servlet threading question: If many classes extended the following 'AbstractAction' class (eg, 'ConcreteAction'), would use of the 'testString' member variable be threadsafe? public abstract class AbstractAction extends Action{ protected String tes

RE: threading question

2002-10-03 Thread Galbreath, Mark
]] Sent: Thursday, October 03, 2002 9:48 AM To: Struts Users Mailing List Subject: Re: threading question Had your coffee yet this morning Mark? I don't think you read this very closely. Unless I am sorely mistaken (and it wouldn't be the first time!), it has been pointed out many times on

RE: threading question

2002-10-03 Thread Galbreath, Mark
Sorry, Dave. "Derry," not "Jerry." (Man, I knew I shouldn't have drank that second bottle of cough syrup!) -Original Message- From: Dave Derry [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 9:48 AM To: Struts Users Mailing List Subject: Re: thre

Re: threading question

2002-10-03 Thread Dave Derry
U...that's Dave...but that's all right. Go get that second cup of coffee! ;-)) Dave Derry - Original Message - From: "Galbreath, Mark" <[EMAIL PROTECTED]> > Absolutely right, Jerry! Ironically, I was just writing a non-Struts helper > class to make a credit card validat

Re: threading question

2002-10-03 Thread Craig R. McClanahan
On Thu, 3 Oct 2002, Esbrook, Scott wrote: > Date: Thu, 3 Oct 2002 07:45:21 -0400 > From: "Esbrook, Scott" <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]&g

RE: threading question

2002-10-03 Thread Galbreath, Mark
Yeah, and now I'm W-I-R-E-D. :-0 -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 11:35 AM As others eventually drank enough coffee to figure out :-), -- To unsubscribe, e-mail: For additional command

RE: JavaBean question

2002-10-03 Thread Brandon Goodin
F(406)862-0354 http://www.phase.ws -Original Message- From: Dan Tran [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 4:04 PM To: Struts Users Mailing List Subject: JavaBean question Hi I have a java bean A that has a property which is defined as a nother java object B. class

Re: JavaBean question

2002-10-03 Thread Dan Tran
property method uses a object define by me (ex MyTimestamp) The question here is What kind of method(s) in the MyTimestamp do I need to implement inorder for JSP to move the string presentation of my MyTimestamp to the JSP form? Hope I am able to be specific this time. -Dan - Original

RE: JavaBean question

2002-10-03 Thread Brandon Goodin
: JavaBean question Hi Brandon, thank you for the quick reply What I try to achieve is somehow move a String presetantation of a object between JSP page and a JavaClass As far as I know how, if my java class provides set/get method for primitive types, JSP can move the data for me However, my

newbie tiles question

2002-10-08 Thread Daniel Haynes
I get an error when trying to display a simple JSP using Tiles: - org.apache.jasper.JasperException: Error - Tag Insert : No value defined for bean 'forteus.default' with property 'null' in scope 'request'. I don't fully understand what is happening, or indeed what is meant to happen... Does some

bean access question

2002-10-10 Thread Ray D'Antuono
i'm trying to access, within my jsp page, a bean that is a member of a list (a subclass of java.util.Vector, to be specific) that itself is a bean in session scope. the index that it occupies in the list is passed in as a request parameter. i can't figure out how to do define the bean without wr

Struts newbie question

2002-10-16 Thread Bhamani, Nizar A TL56E
I had a question about deploying an application that consisted of multiple struts based components. i.e. there will be a main application directory set (which is struts based) under webapps and underneath which there will be multiple sub-application directories which are also struts based. My

Image path question

2002-10-23 Thread Billy Ng
I am building an app that has lots of contains the backgrpound images. In the tag I can use the page attribute without defining the app name, but the in the 's background attribute, I need to add the app name in the path like "/myApp/img/imgae.gif". If I don't want to write the custom tag to

Re: Newbie Question

2002-10-18 Thread Eddie Bush
t/they are. Is it really that hard to iterate over a collection and build a table though? CJ Jayaprakash wrote: Let me start the Forum with a dump question[ Searched the Archives already] Tags for Grid/Table/Tree: is it part of the struts ?, any pointers ? - Cheers CJ -- Eddie Bush

RE: Newbie Question

2002-10-18 Thread CJ Jayaprakash
-Original Message- From: Eddie Bush [mailto:ekbush@;swbell.net] Sent: Thursday, October 17, 2002 6:50 PM To: Struts Users Mailing List Subject: Re: Newbie Question Nope. It's not. There are things which can be used on top of Struts for this though - at least, I believe there are

Newbie logic:iterator question

2002-10-18 Thread Dave Hoover
I need to display an HTML table using Struts. The table contents are the results of a database query. It seems that the tag is the way to do what I want, but I just cannot seem to get the thing to work. I was just Googling for an answer and came across "A Walking Tour of the Struts Example

RE: Newbie Question

2002-10-20 Thread Todd Pierce
- From: CJ Jayaprakash [mailto:cj.jayaprakash@;aspentech.com] Sent: Friday, 18 October 2002 8:53 AM To: 'Struts Users Mailing List' Subject: RE: Newbie Question Thanks for the reply ! well not at all ! But I am thinking about all that nice features like [ .net has concept datagri

compatibility question (feedback)

2002-06-04 Thread Adolfo Miguelez
Hi All, AFAIK ActionServlet controller funcionality has been splitted in Struts 1.1 in ActionServlet and RequestProcessor. We find a compatibility issue here. We have extended ActionServlet with a customized OurCompanyActionServlet which, in turn, preloads some stuff. Actually it is not an i

Struts Design question

2002-06-05 Thread Yaman Kumar
Hi, I have a design question of struts implementation in my application, I have a AformBean in A.jsp and the page action is actionA, actionA processed all AfromBean values and got some dynamic data from Database,Now i would like to keep this data in BFormBean and the actionA forwards the output

Question about example

2002-06-07 Thread Robert Misior
Hello, I'm in process of trying to learn Struts application framework. Looking on the source code for struts-example I'm not sure how addUser method in the DatabaseServlet.java could be used or which object is calling it and how that is done. Thanks for any help, Robert -- To unsubscribe,

Struts Digester question...

2002-06-10 Thread @Basebeans.com
Subject: Struts Digester question... From: "Scott Curtis" <[EMAIL PROTECTED]> === Hi, When I start my server and Struts loads I am seeing the following line in the console: register('-//Apache Software Foundation//DTD Struts Configuration 1.0//EN', 'classload

Nested Tags question

2002-06-12 Thread adam . hardy
Hi All, I am trying to save a list created with the nested:iterate tag (from an object array in my form bean). I've written my code by following the SaveMonkey example from Arron Bates' KeyboardMonkey site (kudos to you, capt'n) - but the object array doesn't get recreated on a submit! Can I use

Generating PDF question.

2002-06-12 Thread mike . witt
Question: What is the preferred way to generate PDF in struts? I'm currently looking at using STXX to transform XML to a PDF output and I've also briefly looked at Jasper Reports. STXX looks like it has the best fit, but it does have the "b" (Beta) word attached to i

Re: tiles question

2002-06-13 Thread Udo Walker
want) > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 08, 2002 5:25 PM > To: [EMAIL PROTECTED] > Subject: tiles question > > Hi, > > Is it possible to call a tiles layout definition from an action

Re: tiles question

2002-06-13 Thread Cedric Dumoulin
ion > > org.apache.struts.tiles.ActionComponentServlet > > > > > > Also, in struts-config.xml, you should have: > > > > > nocache="true"/> > > > > (You can change the nocache if you want) > > > > -Original Message- &

Re: tiles question

2002-06-13 Thread Udo Walker
you should have: > > > > > > action > > > org.apache.struts.tiles.ActionComponentServlet > > > > > > > > > Also, in struts-config.xml, you should have: > > > > > > > > nocache="true"/> > > > > &

Re: tiles question

2002-06-13 Thread Cedric Dumoulin
t; > > You may need to check and make sure you have the proper settings in web.xml. > > > > In web.xml, you should have: > > > > > > > > action > > > > org.apache.struts.tiles.ActionComponentServlet > > > > > > > > > > > > Also, i

Re: tiles question

2002-06-13 Thread Udo Walker
> > > > > > > You may need to check and make sure you have the proper settings in web.xml. > > > > > In web.xml, you should have: > > > > > > > > > > action > > > > > org.apache.struts.tiles.ActionComponentServlet &g

RE: ActionForm question

2002-06-13 Thread Soomar, Muki (R.)
Dont have to answer this. Sorry, for posting it. Got the answer - Chuck's Chapter 7 talks about it. Thanks. Muki Soomar Where do we define where the view gets forwarded to by the ActionServlet when we encounter validation errors from an ActionForm in the struts-config.

RE: Starter question

2002-06-13 Thread wbchmura
Message- From: tbaskan [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 1:26 PM To: struts-user Subject: Starter question Hello everyone, I'm a beginner for Struts and can't still figure out how to do simple things with the framework. My difficulties are generally related w

Re: Starter question

2002-06-13 Thread Scott Hewlitt
PROTECTED]> Sent: Thursday, June 13, 2002 1:51 PM Subject: RE: Starter question > > Unless you are submitting the request from a form you do not need an > actionform that I know of. > > If you are always displaying the same list i think you want to: > > Invoke the action > T

RE: Starter question

2002-06-13 Thread Tuncay Baskan
ginal Message- > From: tbaskan [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 13, 2002 1:26 PM > To: struts-user > Subject: Starter question > > > Hello everyone, > > I'm a beginner for Struts and can't still figure out how to do simple > things w

RE: Starter question

2002-06-13 Thread wbchmura
Message- From: tbaskan [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 2:10 PM To: struts-user Subject: RE: Starter question When I tried without name property, Struts complained. Can you give me a sample struts-config element? Probably I'm missing something. /tb. On Thu, 20

RE: Starter question

2002-06-13 Thread Tuncay Baskan
t; > > > > > -Original Message- > From: tbaskan [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 13, 2002 1:26 PM > To: struts-user > Subject: Starter question > > > Hello everyone, > > I'm a beginner for Struts and can't sti

RE: ActionForm question

2002-06-13 Thread wbchmura
I am looking into the same problem... I just read chapter 7 and did not see anything about it... HELP? -Original Message- From: msoomar [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 12:25 PM To: struts-user Subject: RE: ActionForm question Dont have to answer this

RE: ActionForm question

2002-06-13 Thread Leonardo Maciel
Isn't it the input attribute of the action tag in the struts-config.xml file? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 4:40 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: ActionForm question I am looking int

RE: Starter question

2002-06-13 Thread wbchmura
2002 4:22 PM To: struts-user Subject: RE: Starter question My bad.. Without "name" property does the job for me now. I wonder what you meant by "does not necessarily cover good practices". Would you spot on this a little? /tb. On Thu, 2002-06-13 at 20:51, [EMAIL PROTECTED] wr

RE: Starter question

2002-06-13 Thread wbchmura
Subject: RE: Starter question My bad.. Without "name" property does the job for me now. I wonder what you meant by "does not necessarily cover good practices". Would you spot on this a little? /tb. On Thu, 2002-06-13 at 20:51, [EMAIL PROTECTED] wrote: > > Unless you

RE: ActionForm question

2002-06-13 Thread wbchmura
name of the tile definition and it works wunderbar Thanks -Original Message- From: LMaciel [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 4:34 PM To: struts-user Subject: RE: ActionForm question Isn't it the input attribute of the action tag in the struts-confi

RE: ActionForm question

2002-06-14 Thread Soomar, Muki (R.)
can use the errorTag to display the errors that the errors object was populated with. e.g . Muki Soomar -- -Original Message- From: Soomar, Muki (R.) [mailto:[EMAIL PROTECTED]] Sent: Thursday

RE: html:link question

2002-06-18 Thread Chakradhar Tallam
and in ApplicationResources.properties, u'll have some thing like HelloWorld=Hello World CT. -Original Message- From: Billy Ng [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 19 June 2002 10:38 AM To: [EMAIL PROTECTED] Subject: html:link question A silly question. I am trying t

Re: html:link question

2002-06-18 Thread Billy Ng
I thought there was an attribute for hyperlink. Thanks! Billy Ng - Original Message - From: "Chakradhar Tallam" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Tuesday, June 18, 2002 6:32 PM Subjec

Html:options question help

2002-06-26 Thread Eyassu, Daniel
IF I have an ActionFrom that looks like public class WorkAuthForm extends ActionForm { private ArrayList engineers; public ArrayList getEngineers() { return this.engineers; } public void setEngineers(ArrayList engineers) { this.engineers = engi

newbie html:link question

2002-06-27 Thread @Basebeans.com
Subject: newbie html:link question From: "Jeff Herald" <[EMAIL PROTECTED]> === Hello all, I have an html:link tag that is nested in a logic:iterate tag. I need to add the iterate index as a parameter to the link url. I'm having trouble referencing the page scope vari

Re: ActionServlet question

2002-07-09 Thread Craig R. McClanahan
On Tue, 9 Jul 2002, rainer jünger wrote: > Date: Tue, 9 Jul 2002 19:56:53 +0200 > From: rainer jünger <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: ActionServlet ques

Re: ActionServlet question

2002-07-10 Thread rainer juenger
Hi Craig, > It depends on how you set up your . > > The usual practice for Struts is to use a URL pattern like "*.do", which > means that any URL ending with ".do" will be sent to the controller > servlet. Other URLs (like one ending in "foo.jsp") will bypass the > controller, and go to whateve

Re: ActionServlet question

2002-07-10 Thread Craig R. McClanahan
On Wed, 10 Jul 2002, rainer juenger wrote: > Date: Wed, 10 Jul 2002 12:08:48 +0200 > From: rainer juenger <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Re: Ac

Path question HELP!!!

2002-07-11 Thread Keith Wong
Hi all, I'm newbie on struts and I am getting problem on URL path problem, any help will be appreciated. I am trying to creating a seperate directory on old app. and try to bring struts in. The old app. URL is www.myapp.com/apps and the new one I like to create is www.myapp.com/apps/admin, wil

Re: ActionServlet question

2002-07-11 Thread rainer juenger
Hi Craig, thanks a lot for your pations! > I think we are getting confused over terminology. The "action servlet" is > configured in web.xml, not struts-config.xml elements. You are write! I am actually not talking about the ActionServlet but about the Class Action that is a Servlet as well ;)

RE: ActionServlet question

2002-07-11 Thread Martin Cooper
> -Original Message- > From: rainer juenger [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 11, 2002 10:10 AM > To: Struts Users Mailing List > Subject: Re: ActionServlet question > > > Hi Craig, > > thanks a lot for your pations! > > &g

Re: ActionServlet question

2002-07-12 Thread Craig R. McClanahan
; Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Re: ActionServlet question > > Hi Craig, > > thanks a lot for your pations! > > > I think we are getting confused over terminology. The "actio

Re: ActionServlet question

2002-07-12 Thread rainer juenger
Hi Craig, thanks for your answere!! I figured out the right solution!! It works now. > I think a small example test case would be really helpful, as I'm having a > hard time understanding what the issue is. Of course!! Maybe that makes it more clear: > For me, and for basically

Real path question

2002-07-16 Thread William W
Hi, I have a parameter that is a file propertie in my plugIn, the parameter name is "myFile" and the parameter value is "/WEB-INF/classes/myFile.properties". But when I try to read the file, the system is looking for it in "c:\WEB-INF\classes\myFile.properties". How can I get the real path ? Th

RE: CSS Question

2002-07-16 Thread Jacob Hookom
truts Users Mailing List Subject: CSS Question I am developing a web app to simulate a windows fat client app. I need to determine the optimal approach for simulating the fat client screens. In particular, the elements must be fixed in absolute position. This can be done with style sheets, but see

Re: CSS Question

2002-07-16 Thread Eddie Bush
You can't acheive what you want using tables? If everything has to be "absolute" then just specify explicit widths/heights for the table pieces. slickdev wrote: >I am developing a web app to simulate a windows fat client app. I need to determine >the optimal approach for simulating the fat c

Re: CSS Question

2002-07-16 Thread Eddie Bush
That's pretty neat :-) Jacob Hookom wrote: >http://www.milonic.co.uk/menu/ > >Jacob Hookom >CS Student >University of Wisconsin, Eau Claire >=== >http://www.swanked.net >you're not hip enough yet > -- To unsubscribe, e-mail: For add

Re: CSS Question

2002-07-16 Thread slickdev
na... just use tables. - Original Message - From: "Eddie Bush" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, July 16, 2002 7:31 PM Subject: Re: CSS Question > That's pretty neat :-) > > Jacob Ho

Re: CSS Question

2002-07-17 Thread @Basebeans.com
Subject: Re: CSS Question From: "Matt Raible" <[EMAIL PROTECTED]> === If you want to get away from "fat client" you pages will load faster if you don't use tables for layout. Here's some good resources for layout with CSS: http://www.glish.com/css/ http://ww

Re: CSS Question

2002-07-17 Thread Jan Fetyko
Or you can checkout : www.cross-browser.com I use it everyday and works in Mozilla,IE,Netscape,Opera J Struts Newsgroup (@Basebeans.com) wrote: > Subject: Re: CSS Question > From: "Matt Raible" <[EMAIL PROTECTED]> > === > If you want to get away from &quo

question about lists...

2002-07-23 Thread Emerson Cargnin - SICREDI Serviços
I'd like to know if having a bean (that holds a collection to populate a options list), I can hold this collection in form bean and still using options struts tag. -- Emerson Cargnin - MSA SICREDI - Tel : 3358-4860 -- To unsubscribe, e-mail: For additional comm

Re: Login Question

2002-07-24 Thread @Basebeans.com
Subject: Re: Login Question From: "Vic C." <[EMAIL PROTECTED]> === As this post says http://www.mail-archive.com/struts-user@jakarta.apache.org/msg36670.html to extend JAAS you do this: (i cut and paste now) " Then if you want more you do servlet api, getuserpricipal or

Re: Initialization Question

2002-07-25 Thread Eddie Bush
Eddie Bush wrote: > Craig R. McClanahan wrote: > >> >> On Thu, 25 Jul 2002, Eddie Bush wrote: >> >> Creating properties files at startup time isn't the most useful approach >> -- especially because the app server's class loader won't recognize >> dynamic additions after the app has started. Pl

Re: Login Question

2002-07-26 Thread Eddie Bush
I see I think - you've implemented a "realm" that is application (ie non-container-managed) to facilitate this. Am I understanding things right? I guess the solution I'm looking for is JDBCConfigRealm (not written, obviously) that would make use of some configuration to specify where a perso

Re: Login Question

2002-07-26 Thread Eddie Bush
d to. Does basicportal handle this? Does it do CMA on a "let" basis? Thanks! Eddie Struts Newsgroup (@Basebeans.com) wrote: >Subject: Re: Login Question >From: "Vic C." <[EMAIL PROTECTED]> > === >As this post says >http://www.mail-archive.com/struts-user

Re: Login Question

2002-07-26 Thread @Basebeans.com
Subject: Re: Login Question From: Vic C <[EMAIL PROTECTED]> === Now that you buttered me up: basicPortal does not handle it, it just uses JAAS and Web.xml relms so it just illustrates how to do this. (just like it illustrates how to do tiles action or how to use JSTL tags with Struts,

RE: Question about

2002-07-29 Thread SATISH.T
List Subject: Question about Hello, Is it possible in the Struts to choose some needed option in the to initialize my form. Thanks in advance for your help. Vlad. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[E

best practice question

2002-07-29 Thread Bill Blackmon
I have several iterators filled from db calls that will be used across the app for select boxes, lists of checkboxes, radio button etc.. In the context of Struts, would it be best to load these items as application level items at startup and define them in the struts-config.xml file with a refere

Tiles definition question

2002-07-31 Thread William W
My friends, Is it possible ?? <= Call some action Thanks, William. _ Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com -- To unsubscribe, e-mail: F

<    4   5   6   7   8   9   10   11   12   13   >