RE: Master/Detail data - editing multiple entities in a grid

2002-07-24 Thread Lister, Tom (ANTS)
Thanks Is there any documentation/examples on nested tags. :-) Tom Lister * 020 7612 3030 * [EMAIL PROTECTED] -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED]] Sent: 23 July 2002 21:51 To: Struts Users Mailing List Subject: Re: Master/Detail data - editing multiple

RE: how can I invoke a Tile Definition directly from the browser

2002-07-24 Thread esther . miranda
Thanks again Cedric ;-) btw ... any idea when beta2 will be released ? -Original Message- From: Cedric Dumoulin [mailto:[EMAIL PROTECTED]] Sent: dinsdag 23 juli 2002 17:41 To: Struts Users Mailing List Subject: Re: how can I invoke a Tile Definition directly from the browser

Customize the presentation tier

2002-07-24 Thread Heligon Sandra
Hi, To offer a sufficiently user-friendly presentation, we want to allow each client to customize the look and feel of the JSP views. We define a view where the user select its preferences. I don't know which component has to apply theses preferences.

Tiles Definition as Action Input?

2002-07-24 Thread Hirsch Richard
I know tiles definitions can be used in the forward tags for an action. What about for the input tag? We tried it and couldn't get it to work. I assume the TilesRequestProcessor doesn't deal with the input. actionpath=/customer/transaction/new/new

ActionForm Scope Session problem

2002-07-24 Thread Rizvi R M
Iam using struts1.1 beta version and tomcat 4.0.1. I am having problem with ActionForm beans in session scope. I have the need to maintain an ActionForm Bean spanning a number of pages. So i need to specify the scope of the ActionForm bean as session(which is the default value).But when i

Problem populating a select and maintain it after a validation Error

2002-07-24 Thread JuanPedro . DeAndres
I prepopulate a DynaValidatorForm whith an String[] to populate the options of a select. How can I maintain the values of the options after a validation Error. form-bean name=crearRangoForm type=org.apache.struts.validator.DynaValidatorForm form-property name=lista

URL response from servlet

2002-07-24 Thread Daniel Collins
First of all, I'm not sure if this is a struts or general Servlet/JSP/JavaScript issue (not good start!), but thought I'd give this a go, apologies in advance if I'm off the beaten track. When we run a struts servlet (i.e. /query.do), the mappings in struts-config.xml will return query.jsp

RE: struts book

2002-07-24 Thread Galbreath, Mark
Your nomenclature is counter-intuitive. Mark -Original Message- From: Peter A. J. Pilgrim [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 7:46 PM SuperActionForm extends ActionForm { Date validateDate( String ) { } } -- To unsubscribe, e-mail: mailto:[EMAIL

RE: struts book

2002-07-24 Thread Galbreath, Mark
Chuck, Now you need to write a followup-book on all the tag libraries and extensions. :-) Mark -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: examples

2002-07-24 Thread Galbreath, Mark
Now you asking specifics. Give us a brief use case describing exactly what you want to do. Mark -Original Message- From: John Michael Luy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 1:37 AM Check out the logic:iterate tag:

Using Data-source's with Struts

2002-07-24 Thread Shaun Whyte
I am trying to find a good way of using the data sources within a Stuts application. Supposing I have some Manager classes (like Facades); each of which have methods which perform a set of related use-cases, which abstract complexity of communicating with the beans. The idea being that a Struts

RE: ActionForm Scope Session problem

2002-07-24 Thread Galbreath, Mark
Try eliminating reset() in the bean class. Mark -Original Message- From: Rizvi R M [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 6:11 AM Iam using struts1.1 beta version and tomcat 4.0.1. I am having problem with ActionForm beans in session scope. I have the need to

Login Question

2002-07-24 Thread Graham Lounder
I've searched the archives on this one. There is a lot of information but I can't seem to find what I'm looking for. I'm currently using form based authentication in my application. Works great. The problem is that now I need to add some business logic checks to the mix (such as 'does the

How to stuff the form bean into the (new) request???

2002-07-24 Thread @Basebeans.com
Subject: How to stuff the form bean into the (new) request??? From: Xero [EMAIL PROTECTED] === Can somebody show me how to stuff a form bean into a new request or session that come from a previous form. Kinda like a '3 step registration senario'. Thanks -- To unsubscribe, e-mail:

FWIW

2002-07-24 Thread Galbreath, Mark
http://www.fawcette.com/javapro/2002_07/online/kjones/ http://www.fawcette.com/javapro/2002_07/online/kjones/ Mark

Re: Tiles Definition as Action Input?

2002-07-24 Thread Cedric Dumoulin
Hello, Latest Struts nightly build should support to use a definition name as action input=. Can you check with the latest nightly build ? If it still doesn't work, can you report the error ? Cedric Hirsch Richard wrote: I know tiles definitions can be used in the forward tags for

Re: Tiles: if useAttribute ignore is true, what about scriptvar?

2002-07-24 Thread Cedric Dumoulin
Hello, When the useAttribute tag is used to declare a particular variable, and that variable doesn't exist, an exception is thrown, unless you specify ignore=true. It is the signification of ignore=true. The jsp variable declaration still occur, but no value is set. Cedric David

Urgent: Loading message resources from Database

2002-07-24 Thread Rajesh P
Hi, Can anybody give me the steps to fetch the message resources from a database table rather than from a .properties file. Please do help. Thanks in advance, Regards, Rajesh -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Not necessary to specify Tiles plugin in struts-config.xml?

2002-07-24 Thread Cedric Dumoulin
You are right. The initialization strategy is only needed if you use definitions from a centralized file. Otherwise, you don't need any initialization. All of this is now explained in Struts pages: http://jakarta.apache.org/struts/userGuide/dev_tiles.html Cedric David M. Karr wrote:

Re: how can I invoke a Tile Definition directly from the browser

2002-07-24 Thread Cedric Dumoulin
[EMAIL PROTECTED] wrote: Thanks again Cedric ;-) btw ... any idea when beta2 will be released ? as soon as possible ;-) -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: How to stuff the form bean into the (new) request???

2002-07-24 Thread Kamholz, Keith (corp-staff) USX
Hey, Just use the setAttribute() method of the session or request. Check out the API at: http://java.sun.com/products/servlet/2.2/javadoc/index.html I hope this helps. ~ Keith http://www.buffalo.edu/~kkamholz -Original Message- From: Struts Newsgroup [mailto:[EMAIL PROTECTED]]

Number of Radio button groups not known until run-time

2002-07-24 Thread Bensman, Jeff [EESUS]
I'm somewhat of a struts newbie, but I have researched this problem through all available means I'm aware of, and I now humbly turn to this list for assistance. I'm trying to use a Struts ActionForm (v 1.0.2) to deal with a situation where I don't know the number of radio button groups until

multi-value parameters

2002-07-24 Thread Remedia Filippo
How to manage multi-value request parameters ? Thanks Filippo -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

O'Reilly Struts Cover

2002-07-24 Thread Chuck Cavaness
For all of those guessing and suggesting earlier this week on an animal for the Struts book, I've finally seen it and it's NONE of the ones suggested so far. It's really good though and does the framework proud. I'm told that the book will be available for pre-orders this week or next and the

RE: Using Data-source's with Struts

2002-07-24 Thread Robert Taylor
Shawn, our company had a need to access JDBC Connections in web apps, stand alone applications, and for testing. We have an object, ConnectionManager that operates in one of three modes; dependent, stand alone, and manual. It provides a simple API for accessing connections from different data

RE: Number of Radio button groups not known until run-time

2002-07-24 Thread Arnaud HERITIER
I think it can help you : http://nagoya.apache.org/eyebrowse/ReadMsg?[EMAIL PROTECTED] he.orgmsgNo=40180 But you'll need to use struts 1.1 ! -Message d'origine- De : Bensman, Jeff [EESUS] [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 24 juillet 2002 15:03 À : '[EMAIL PROTECTED]'

RE: Number of Radio button groups not known until run-time

2002-07-24 Thread Bensman, Jeff [EESUS]
Unfortunately my environment is mandating user of v 1.0.2 for now. :-( -Original Message- From: Arnaud HERITIER [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 9:24 AM To: 'Struts Users Mailing List' Subject: RE: Number of Radio button groups not known until run-time I think

RE: O'Reilly Struts Cover

2002-07-24 Thread John Martin
maybe its incorrect but amazon in the uk have a front cover for the book, but maybe i have erred -Original Message- From: Chuck Cavaness [SMTP:[EMAIL PROTECTED]] Sent: 24 July 2002 14:19 To: [EMAIL PROTECTED] Subject: O'Reilly Struts Cover For all of those guessing and

RE: O'Reilly Struts Cover

2002-07-24 Thread Chappell, Simon P
Cost of Struts framework: $0 Cost of the O'Reilly Struts book $40 Knowing what the animal on the cover is before everyone else Priceless -Original Message- From: Chuck Cavaness [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 8:19 AM

Re: Wrapping Collections in LazyList to auto-populate form on Submit

2002-07-24 Thread hemant
Arron, Thanks for responding. Things seem to be clearer now. I have a question to ask though. We all know Bananas have seeds. (So a BananaBean can have a collection of seeds.) Now I have a situation where I have to set the property of the seed bean via the JSP on submit. Lets have a seed

RE: O'Reilly Struts Cover

2002-07-24 Thread Elderclei R Reami
Yep. They showed it. On Wed, 24 Jul 2002 14:43:42 +0100, John Martin [EMAIL PROTECTED] escreveu : De: John Martin [EMAIL PROTECTED] Data: Wed, 24 Jul 2002 14:43:42 +0100 Para: 'Struts Users Mailing List' [EMAIL PROTECTED] Assunto: RE: O'Reilly Struts Cover maybe its incorrect but amazon

RE: O'Reilly Struts Cover

2002-07-24 Thread Schneider, Eric
Has anyone suggested a pigeon? Spend some time in NYCnothing struts like some of these dirty pigeons. e. -Original Message- From: Chuck Cavaness [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 9:19 AM To: [EMAIL PROTECTED] Subject: O'Reilly Struts Cover For all

RE: O'Reilly Struts Cover

2002-07-24 Thread James Mitchell
Hey, that's a nice picture. It's no SASQUATCH, but I like it. James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the Open Minded Developer Network http://www.open-tools.org/struts-atlanta -Original Message- From: Elderclei R Reami [mailto:[EMAIL PROTECTED]] Sent:

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 getremoteuser, snipet:

RE: O'Reilly Struts Cover

2002-07-24 Thread Galbreath, Mark
Here it is (attached)! -Original Message- From: Chappell, Simon P [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 9:44 AM Cost of Struts framework: $0 Cost of the O'Reilly Struts book $40 Knowing what the animal on the cover is before everyone else

RE: O'Reilly Struts Cover

2002-07-24 Thread Galbreath, Mark
It's got only 3 legs!!! -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 9:54 AM Hey, that's a nice picture. It's no SASQUATCH, but I like it. James Mitchell -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,

RE: O'Reilly Struts Cover

2002-07-24 Thread Tero P Paananen
It's got only 3 legs!!! God, you're right This is awful! Might as well put the ostrich buried in sand in it :) -TPP -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: O'Reilly Struts Cover

2002-07-24 Thread James Mitchell
LOL..that's what I thought to at first. The tail is hiding a leg.actually the horse is depicted in mid-strut. I'm not a horse expert, but I know it takes a lot of training for horses to do that. James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the Open Minded

RE: O'Reilly Struts Cover

2002-07-24 Thread Galbreath, Mark
I dunno...you sure that's a hoof and not a road apple? -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 10:10 AM LOL..that's what I thought to at first. The tail is hiding a leg.actually the horse is depicted in mid-strut. I'm

TR: html:radio and iterate tag

2002-07-24 Thread Arnaud HERITIER
Hi Arnaud, Could you pleased to show an example for more general and frequent case of iterating radio - usually one have a set of groups of radios and first iteration is over groups and second iteration is over radios in every group. I surprise that there was no example before on this situation

TR: html:radio and iterate tag

2002-07-24 Thread Arnaud HERITIER
-Message d'origine- De : Sergei P. Volin [mailto:[EMAIL PROTECTED]] Envoye : mercredi 24 juillet 2002 15:45 A : [EMAIL PROTECTED] Objet : RE: html:radio and iterate tag Sorry, one comment - groups are in array (ArrayList etc.) and radio values in every group are stored also in arrays,

RE: O'Reilly Struts Cover

2002-07-24 Thread Tony Baity
It needs a cart or a plow hitch... Galbreath, Mark [EMAIL PROTECTED] wrote: I dunno...you sure that's a hoof and not a road apple? -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 10:10 AM LOL..that's what I thought to at first.

RE: Setting indexed properties - ArrayIndexOutOfBounds

2002-07-24 Thread Colin Wilson-Salt
Does anyone have an example of receiving tabular data from a form, where you don't know how many rows of data are going to be in the form beforehand? -Original Message- From: Colin Wilson-Salt [mailto:[EMAIL PROTECTED]] Sent: 23 July 2002 09:36 To: Struts Users Mailing List Subject:

File upload: no multipart request data sent

2002-07-24 Thread Pete Serafin
I have a jsp used to do a simple file upload. I am retrieving and processing the file without any problems. However, when I try to forward to the same action ( or another action ) after the processing is done, I get the following error: javax.servlet.ServletException: MultipartIterator: no

Re: problem with HttpSession in Resin-2.1.2

2002-07-24 Thread Jonathan Fuerth
On Tue, Jul 23, 2002 at 06:06:08PM +0100, David Mulligan wrote: Everthing works just fine on Tomcat 4.0.3 and Websphere. But for some strange reason the HttpSession I create in my LogonAction loses an attribute (The UserBean) in the next request (only with Resin)! Are there any JSPs involved

RE: html:radio and iterate tag

2002-07-24 Thread Arnaud HERITIER
if someone can help Sergei please because I'm very busy these days. Thx -Message d'origine- De : Arnaud HERITIER [mailto:[EMAIL PROTECTED]] Envoye : mercredi 24 juillet 2002 16:22 A : Struts Users Mailing List (E-mail) Objet : TR: html:radio and iterate tag Hi Arnaud, Could

eclipse and Struts

2002-07-24 Thread @Basebeans.com
Subject: eclipse and Struts From: Eric [EMAIL PROTECTED] === Anyone knows how to get eclipse working with Struts? Thanks Eric -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Wrapping Collections in LazyList to auto-populate form on Submit

2002-07-24 Thread Arron Bates
The seed beans would be child beans to the banana beans. You'd ask the monkey bean for the collection of bananas, and once you have a banana, you'd ask the banana for the list of it's seeds. So, the list becomes a member of the banana. Looking a little like this... public class BananaBean {

RE: eclipse and Struts

2002-07-24 Thread Arnaud HERITIER
http://easystruts.sourceforge.net/ -Message d'origine- De : Struts Newsgroup [mailto:@[EMAIL PROTECTED]] Envoyé : mercredi 24 juillet 2002 16:40 À : [EMAIL PROTECTED] Objet : eclipse and Struts Subject: eclipse and Struts From: Eric [EMAIL PROTECTED] === Anyone knows how to

RE: eclipse and Struts

2002-07-24 Thread Arnaud HERITIER
Yes you can but I don't use it personally. I just tried eclipse and it seems very well done. Unfortunately I don't have enough time to port my JBuilder projects under Eclipse. I think I will use it the next time I'll begin a new project arnaud -Message d'origine- De : Hoang, Hai

RE: problem with HttpSession in Resin-2.1.2

2002-07-24 Thread David Mulligan
Now I'm really confused!!! I'm using Velocity for the presentation, so no JSPs or tags. I'm guessing the LOCALE attribute is coming from the web browser! I also tried setting the session-timeout to 30 minutes in web.xml and that didn't work either. But this is where things get really

Re: Wrapping Collections in LazyList to auto-populate form on Submit

2002-07-24 Thread hemant
Arron Great answer! Will experiment with my code based on your suggestions and let you know Thanks for your time Regards hemant - Original Message - From: Arron Bates [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, July 24, 2002 10:46 AM Subject:

RE: O'Reilly Struts Cover

2002-07-24 Thread David Mulligan
That one really big horse! And me thinking Struts was a lightweight framework :-) -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 3:00 PM To: 'Struts Users Mailing List' Subject: RE: O'Reilly Struts Cover It's got only 3 legs!!!

Re: eclipse and Struts

2002-07-24 Thread @Basebeans.com
Subject: Re: eclipse and Struts From: Eric [EMAIL PROTECTED] === I haven't try that, but this is the respond from Wayne, Thanks Wayne. I use Sysdeo Tomcat plugin with Easy Struts plugin. I prefer the new struts (the beta). Easy Struts supports this. You have to download separately the

Re: eclipse and Struts

2002-07-24 Thread Damien VIEL
Yes you can Get the Tomcat plugin here : http://www.sysdeo.com/eclipse/tomcatPlugin.html Regards Dams - Original Message - From: Hoang, Hai [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Wednesday, July 24, 2002 4:50 PM Subject: RE: eclipse and Struts Can

Re: Wrapping Collections in LazyList to auto-populate form on Submit

2002-07-24 Thread Jeff_Mychasiw
Two questions: 1 - In our situation we will be getting a *result* object with an internal list from the backend that is similar to the MonkeyBean. I would NOT be able to change it's implementation (ie:adding LazyCollections) . How could I achieve the same thing? Would I need to

Re: Error while using struts taglibs

2002-07-24 Thread Sridhara S.N.
Hi rakesh, In web.xml (under WEB-INF folder) you have to specify the taglibrary path, for eg. If you have a folder tags inside WEB-INF and you have all the .tld files inside that, than the web.xml should have the taglib description as below taglib taglib-uristruts-bean/taglib-uri

Font Size

2002-07-24 Thread Susmita Pati
Hi Folks Wanted a quick answer..so posting the query here..though this has nothing to do with struts How do i change the font size in a drop down ? thanks in advance susmita -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Font Size

2002-07-24 Thread Tero P Paananen
Wanted a quick answer..so posting the query here..though this has nothing to do with struts How do i change the font size in a drop down ? You go to Google (or Google Groups), enter appropriate keywords in the search form and hit the search button. 5 seconds later, you have your answer.

Re: Wrapping Collections in LazyList to auto-populate form on Submit

2002-07-24 Thread hemant
To answer your second question, the LazyCollections aren't yet public (unless I am in some kinda coma) , they can be found in commons nightly builds.This is OO Software Craftsmanship at its best!! The code is very well documented and should be enough to get you going. regards hemant -

RE: Font Size

2002-07-24 Thread James Mitchell
Use style attribute or reference it in your style sheet. SELECT name=slct1 style=Font:8pt OPTION1/OPTION OPTION2/OPTION OPTION3/OPTION OPTION4/OPTION OPTION5/OPTION /SELECT James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the Open Minded Developer Network

RE: Font Size

2002-07-24 Thread Susmita Pati
thanks a lot -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 11:43 AM To: Struts Users Mailing List Subject: RE: Font Size Use style attribute or reference it in your style sheet. SELECT name=slct1 style=Font:8pt OPTION1/OPTION

Re: Using Data-source's with Struts

2002-07-24 Thread Craig R. McClanahan
On Wed, 24 Jul 2002, Shaun Whyte wrote: Date: Wed, 24 Jul 2002 12:45:43 +0100 From: Shaun Whyte [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Using Data-source's with Struts I am trying to find a good way

Re: Urgent: Loading message resources from Database

2002-07-24 Thread Craig R. McClanahan
On Wed, 24 Jul 2002, Rajesh P wrote: Date: Wed, 24 Jul 2002 17:56:06 +0530 From: Rajesh P [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Urgent: Loading message resources from Database Hi, Can anybody give me the steps to fetch

Tiles and Struts 1.0.2?

2002-07-24 Thread Tim T. Young
I am looking for the Tiles version that works with Struts 1.0.2. Google, the Tiles site, etc have not helped. I have seen mention of a file called tilesForStruts1.0.jar but I cannot find anywhere. (Of course I would love to upgrade to the latest of everything Struts/Tiles/etc but VAJ is

Reg. html:link tag

2002-07-24 Thread Badri
Hi I am using html:link tag with href as given below: head script language=JavaScript function saveUser() { document.addUserForm.action= /jspconv1/addUser; document.addUserForm.target=_self; document.addUserForm.submit(); } /script /head html:form action=addUser table tr

ForwardAction and tiles

2002-07-24 Thread @Basebeans.com
Subject: ForwardAction and tiles From: Eric [EMAIL PROTECTED] === Does anyone know how ForwardAction works with tiles? I have a jsp page that define a link to call a forward action, the forward suppose to direct to another jsp page define in tiles. But I got the following error.

Container Managed Authentication - Form based login

2002-07-24 Thread Rajesh Kalluri
Hi All, I have set up container managed authentication with tomcat with form based login. login-config auth-methodFORM/auth-method form-login-config form-login-page/LoginForm.html/form-login-page

HELP: Value objects w/ CMR fields to Action Forms

2002-07-24 Thread Roland Chan
Hello, Does anyone have a best practice/pattern for mapping value objects which contain CMP 2.0 cmr field relationships to an action form. Previously we were using our own relationship framework which required us to only have simple accessors for relationships in our value objects. Now these

Please help w Iterate problem

2002-07-24 Thread Stan Baranek
Hi all, I have a newby question - nobody's answered my previous questions so I feel like the invisible man on this list but here goes anyways (maybe I can guilt somebody into helping me) Using Struts 1.0/tiles I need to be able to iterate through a list of dynamic html:text fields. I'm

Best way to get a Form's content

2002-07-24 Thread @Basebeans.com
Subject: Best way to get a Form's content From: Matt Raible [EMAIL PROTECTED] === Is this the best way to get a bean's values for parameter substitution? bean:define id=course name=courseForm scope=request/ bean:message key=courseCatalog.email.content arg0='%=course.getCourseId()%'

official or non official DTDs

2002-07-24 Thread Oren Gross
Where can I find a DTD for the two Validator configuration files? Please reply directly to me. thank __ Oren Gross, Software Developer Mercury Interactive, APM - RD +972-3-5399407, [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

Re: Best way to get a Form's content

2002-07-24 Thread Tim T. Young
You could bean:define the getters like: bean:define id=course name=courseForm scope=request/ bean:define id=courseId name=courseId scope=request/ bean:define id=courseName name=name scope=request/ bean:message key=courseCatalog.email.content arg0='%=courseId%' arg1=' %=courseName%'/ I tend to

Re: Container Managed Authentication - Form based login

2002-07-24 Thread Filipe Mateus
You should code your own Realm and refer to it in server.xml. Container-managed app will use this custom-realm to authenticate the user. Warning: this works in Tomcat only! (I'm not sure if version 3 supports it though). On Wed, 24 Jul 2002 12:09:59 -0400 Rajesh Kalluri [EMAIL PROTECTED]

Re: Container Managed Authentication - Form based login

2002-07-24 Thread @Basebeans.com
Subject: Re: Container Managed Authentication - Form based login From: David Bolsover [EMAIL PROTECTED] === Rajesh The solution I use is to have a LoginAction mapped to /login.do - which is a protected resource - any requests for /login.do will have to pass the container managed authentication.

RE: official or non official DTDs

2002-07-24 Thread Jerry Jalenak
The latest nightly builds have DTD's in them, but I'm sure if they are being used yet -Original Message- From: Oren Gross [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 12:52 PM To: Struts User (E-mail) Subject: official or non official DTDs Where can I find a DTD

Re: Container Managed Authentication - Form based login

2002-07-24 Thread David M. Karr
Rajesh == Rajesh Kalluri [EMAIL PROTECTED] writes: Rajesh Hi All, Rajesh I have set up container managed authentication with tomcat with form based Rajesh login. Rajesh login-config Rajesh auth-methodFORM/auth-method Rajesh

forward/redirect problem

2002-07-24 Thread @Basebeans.com
Subject: forward/redirect problem From: deco [mail][EMAIL PROTECTED] === I have an action (ViewAction) where i list records considering some given value in the querystring (ViewAction?mycode=2) For each record i give the ability to remove it, calling RemoveAction with the record code

Layout facilities

2002-07-24 Thread Elderclei R Reami
Hi, I am still evaluating tools to work with. Currently, my selections are Eclipse, Sysdeo Tomcat, EasyStruts, OJB, Tomcat+Struts. Im terms of layout facilities, has anybody used Struts Layout? Regards, Elder -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,

Re: problem with HttpSession in Resin-2.1.2

2002-07-24 Thread Jonathan Fuerth
On Wed, Jul 24, 2002 at 04:08:33PM +0100, David Mulligan wrote: Now I'm really confused!!! Oops, sorry. :) I'm using Velocity for the presentation, so no JSPs or tags. I'm guessing the LOCALE attribute is coming from the web browser! I also tried setting the session-timeout to 30

Iterate - set String value in ArrayList

2002-07-24 Thread Stan Baranek
Hi all, I have a newby question - nobody's answered my previous questions so I feel like the invisible man on this list but here goes anyways (maybe I can guilt somebody into helping me) Using Struts 1.0/tiles I need to be able to iterate through a list of dynamic html:text fields. I'm

Iterate problem: set ArrayList String value

2002-07-24 Thread Stan Baranek
Hi all, I have a newby question - nobody's answered my previous questions so I feel like the invisible man on this list but here goes anyways (maybe I can guilt somebody into helping me) Using Struts 1.0/tiles I need to be able to iterate through a list of dynamic html:text fields. I'm

Struts Templates 1.0.2

2002-07-24 Thread bryan hansen
We are designing a small site using Struts 1.0.2 templates. Everything is working great until we try to call a page from a template that uses a template inside that page. For example, we have an index.jsp page that uses a template for its layout (sideNav, topNav, content, etc...). One of the

Re: struts book

2002-07-24 Thread Peter A. J. Pilgrim
Galbreath, Mark wrote: Your nomenclature is counter-intuitive. Mark So this explanation should make it a little clearer what I was saying. In Java primitive cannot be passed by reference so six months ago in a possibly now defunct project I wrote a Java ``Union'' class. class

Re: File upload: no multipart request data sent

2002-07-24 Thread Pete Serafin
Does anyone have ANY ideas on this issue??? Im really in a bind here and could use any advice from anyone implementing the FileTag. Thanks again. Pete Serafin Pete Serafin wrote: I have a jsp used to do a simple file upload. I am retrieving and processing the file without any problems.

Re: Wrapping Collections in LazyList to auto-populate form on Submit

2002-07-24 Thread hemant
Arron, Upon reading your reply, i modified my MonkeyBean and BananaBean to have a wrapped BananaBean List and wrapped SeedBean List respectively. I fire up the page and submit, and check for the changes in the BananaBean List in MonkeyBean but the change in seed information does not seem to

Re: Populating a Form with values

2002-07-24 Thread Sid Stuart
Hi all, I also initially wrote two action classes for each JSP page, one to intialize it and the other to process the form. This got a bit messy, so I wrote template that looks at the HTTP method and calls an initialization method if it is a GET or calls a form processing method if it is

Re: Layout facilities

2002-07-24 Thread Developer
I'm using Struts Layout and it's pretty cool. You have to be using tables for you layout as opposed to just using CSS. I'm using a combination of the two. It's not too flexible as far as the way you layout objects but what it allows you is pretty clean. There is also

How does struts compare with tapestry

2002-07-24 Thread @Basebeans.com
Subject: How does struts compare with tapestry From: alt.cybercafes [EMAIL PROTECTED] === Trying to make up my mind on a framework and i run across struts and tapestry. Which is the better framework and what are pros and cons of both framework thanks -- To unsubscribe, e-mail:

RE: File upload: no multipart request data sent

2002-07-24 Thread Martin Cooper
I assume you're using Struts 1.0.2 or earlier - you didn't say. I believe what you are seeing is a bug which is fixed in Struts 1.1-b1. -- Martin Cooper -Original Message- From: Pete Serafin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 7:28 AM To: '[EMAIL PROTECTED]'

RE: File upload: no multipart request data sent

2002-07-24 Thread Rene Eigenheer
try redirect=true in your forward -Original Message- From: Pete Serafin [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 24. Juli 2002 22:28 To: Struts Users Mailing List Subject: Re: File upload: no multipart request data sent Does anyone have ANY ideas on this issue??? Im really

PING

2002-07-24 Thread Stan Baranek
ping. I'm invisible - ha ha ha. You can't see me - ha ha ha. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

org.apache.struts.actions.ReloadAction - Where is it in 1.1

2002-07-24 Thread Rajesh Kalluri
Does any body know what happened to reload action in struts 1.1 or where i can find it. org.apache.struts.actions.ReloadAction. Regards Rajesh -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Layout facilities

2002-07-24 Thread Elderclei R Reami
I liked the display:* project very much, but it's still in it's childhood. Of course, the table presenter taglib is very impressive, but I would like something more similar to the inspector which it's not ready yet. Any other bets? Regards, Elder On Wed, 24 Jul 2002 16:40:04 -0400,

RE: PING

2002-07-24 Thread James Mitchell
We weren't ignoring you dude. Just been too busy to read a two page post. James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the Open Minded Developer Network http://www.open-tools.org/struts-atlanta -Original Message- From: Stan Baranek [mailto:[EMAIL PROTECTED]]

RE: Iterate - set String value in ArrayList

2002-07-24 Thread Chappell, Simon P
-Original Message- From: Stan Baranek [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 2:17 PM To: Struts Users Mailing List Subject: Iterate - set String value in ArrayList snip I have a newby question - nobody's answered my previous questions so I feel like the invisible man

RE: Iterate - set String value in ArrayList

2002-07-24 Thread James Mitchell
-Original Message- From: Chappell, Simon P [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 5:58 PM To: Struts Users Mailing List Subject: RE: Iterate - set String value in ArrayList -Original Message- From: Stan Baranek [mailto:[EMAIL PROTECTED]] Sent:

RE: Iterate - set String value in ArrayList

2002-07-24 Thread Chappell, Simon P
I've used up a few of those myself. After all I'm rude and ignorant according to one person in this world. Only one? I'm sure that you underestimate your powers! But we love you anyway. :-) Simon - Simon P. Chappell

RE: Iterate - set String value in ArrayList

2002-07-24 Thread Martin Cooper
-Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 3:15 PM To: Struts Users Mailing List Subject: RE: Iterate - set String value in ArrayList -Original Message- From: Chappell, Simon P [mailto:[EMAIL PROTECTED]] Sent:

RE: Migration from 1.0.2 to 1.1

2002-07-24 Thread Martin Cooper
Let's assume you're starting from the AuthenticatedAction class I suggested. Then you would have something like this: public class DoSomethingUsefulAction extends AuthenticatedAction { protected ActionForward executeAuthenticated(...) { // The code you would otherwise have

  1   2   >