RE: very simple if/else question

2003-08-14 Thread Chen, Gin
, August 13, 2003 1:11 PM To: 'Struts Users Mailing List' Subject: RE: very simple if/else question Why isn't there a page for JSTL reference that is as nice and easy to use as: http://jakarta.apache.org/struts/userGuide/struts-logic.html ??? You would be much closer to substantia

Re: very simple if/else question

2003-08-14 Thread Fırat TİRYAKİ
Try the following   F. - Original Message - From: "Seyhan BASMACI (Internet Yazilimlari Yetkilisi)" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, August 13, 2003 6:28 PM Subject: very simple if/

RE: Dumbo Question

2003-08-14 Thread Mehta, Chirag (IT)
PROTECTED] Sent: 14 August 2003 16:01 To: [EMAIL PROTECTED] Subject: Re: Dumbo Question How are you attempting to display and iterate? code snippets help us find out what's going on From: "Mehta, Chirag (IT)" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing Li

Re: validation philosophical question

2003-08-14 Thread Jing Zhou
ational will be considered at large... Jing Netspread Carrier http://www.netspread.com - Original Message - From: "David Thielen" <[EMAIL PROTECTED]> To: "Struts-Users" <[EMAIL PROTECTED]> Sent: Thursday, August 14, 2003 11:31 AM Subject: validation philosop

RE: very simple if/else question

2003-08-14 Thread David Graham
gree that JSTL has many good parts but to act like > it > is perfect and so great and exaggerate its current capabilities is just > one > sided. > > It is like brainwashing. And that is sad. > > > -Original Message- > From: Steve Raeburn [mailto:[EMAIL PROTEC

Re: validation philosophical question

2003-08-14 Thread Adam Levine
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: validation philosophical question Date: Thu, 14 Aug 2003 11:43:00 -0500 My personal preference is there should be as little reliance on the front-side as possible. I personally hate litt

RE: validation philosophical question

2003-08-14 Thread Yansheng Lin
these redundancy. Making sure everything is kept inside of the config file, you only need to modify one place. - Yansheng -Original Message- From: Adam Levine [mailto:[EMAIL PROTECTED] Sent: August 14, 2003 10:43 AM To: [EMAIL PROTECTED] Subject: Re: validation philosophical question My

RE: very simple if/else question

2003-08-14 Thread Bailey, Shane C.
ssage- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 12:41 PM To: Struts Users Mailing List Subject: RE: very simple if/else question --- "Slattery, Tim - BLS" <[EMAIL PROTECTED]> wrote: > > > > > > What are these tags? What do

[OT] RE: very simple if/else question

2003-08-14 Thread Mike Jasnowski
So when is someone going to quote Bill Clinton and say "It depends on what your definition of 'is' is?" ;) -Original Message- From: Bailey, Shane C. [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2003 11:55 AM To: 'Struts Users Mailing List' Subject: RE

RE: Question for you Internationalization supporters

2003-08-14 Thread Kamholz, Keith (corp-staff) USX
Yeah, if you truly want to support internationalization, then you have to display all of your text with message keys. -Original Message- From: Bailey, Shane C. [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 1:50 PM To: [EMAIL PROTECTED] Subject: Question for you

Re: Question for you Internationalization supporters

2003-08-14 Thread Evan Schnell
You're right. Every bit of text should come from a resource. It will make it easy later. Bailey, Shane C. wrote: Every paragraph must be in a message resource. This is not the recommended way to do break out large amounts of text. Paragraph breaks, or even the number of paragraphs may

Design Question: Forms-and-Validation, which scope to use for dynamic beans?

2003-08-14 Thread Gino LV. Ledesma
Hello, I've been using the Struts framework for a couple of months now and have really fancied it. I try as much as possible to adhere to the MVC guidelines, but have run into a couple of problems I've not been able to solve. I have a form which is validated by Struts-validator. One of the form's

RE: validation philosophical question

2003-08-14 Thread Mark Galbreath
As usual, very articulate and informative, Ted. Thx. -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2003 3:45 PM To: Struts Users Mailing List Subject: Re: validation philosophical question A "hidden cost" of using the Struts Validat

Newbie Nested Tag Question

2003-08-14 Thread Lynda Brown
I am having trouble implementing the nested tags. I have downloaded and completed the Keyboard Monkey tutorial and everything ran smoothly, but when I try and implement the tags in my program I am having problems. The following code using the logic tags works correctly and displays the desire

Collection Intriguing question...

2003-08-14 Thread Shah, Shrihas (OFT)
Hi All: I am unable to use html:options tag or unable to use JSTL in following scenario. But I can use scriptlets. Here is the scenario. I have search.jsp and actionform is SearchForm.java (It's name in struts-config.xml is 'searchForm') In search.jsp the code is

RE: Simple question

2003-08-14 Thread Norr, Peter
Should I use an onclick method handler to the image tag so I can submit the form?? -Original Message- From: Alex Shneyderman [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 7:29 AM To: 'Struts Users Mailing List' Subject: RE: Simple question Use tag. >

Re: Asking again - basic design question

2003-08-14 Thread Mark Lowe
I guess the lack of responses is because there's not a "standard" as such for this. Many folks use actions for all links in their struts apps, as this way there's no exposure to the unpinning resources. I like doing this because there's always an opportunity to mess with stuff before any page

RE: another question to tiles

2003-08-14 Thread Holman, Cal
st 11, 2003 01:50 To: Struts Users Mailing List Subject: another question to tiles I have several layouts, defined as tiles (composed of tiles, pages, controllers ...). Each action forwards to a tile. In a base action, I check a user-setting about the layout to use and create a new ActionForward to the

very simple if/else question

2003-08-14 Thread Seyhan BASMACI (Internet Yazilimlari Yetkilisi)
how can I change following code to if/else structure using tags ,   - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: very simple if/else question

2003-08-14 Thread Bailey, Shane C.
Ready go. I understand there is documentation out there for JSTL that is not the point. -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 1:29 PM To: Struts Users Mailing List Subject: RE: very simple if/else question --- "Bailey, Shane C.&q

Re: validation philosophical question

2003-08-14 Thread Ted Husted
and transformation below the Struts horizon. This hypothetical component would then return Commons Resources messages back to Struts, which would in turn expose these messages to the pages by placing them in the request context (as we do now). Speaking to the original question, I would say tha

RE: validation philosophical question

2003-08-14 Thread Chappell, Simon P
-Original Message- >From: David Thielen [mailto:[EMAIL PROTECTED] >Sent: Thursday, August 14, 2003 11:31 AM >To: Struts-Users >Subject: validation philosophical question > > >Hi; > >Everyone who hits my site has a high-speed connection. So I am >thinking that it m

RE: very simple if/else question

2003-08-14 Thread Slattery, Tim - BLS
> > What are these tags? What do I have to have installed in order to use them? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: very simple if/else question

2003-08-14 Thread Bailey, Shane C.
/else question Bailey, Shane C. wrote: >OK, let's vote. Who here thinks that Ace Graham is correct in saying that >these links are as easy to use as a reference (which is what I requested >since I understand the concept of tags in general and I only need a quick >reference): >

RE: very simple if/else question

2003-08-14 Thread Bailey, Shane C.
Sent: Thursday, August 14, 2003 10:44 AM To: Struts Users Mailing List Subject: RE: very simple if/else question --- "Bailey, Shane C." <[EMAIL PROTECTED]> wrote: > > Man (you already used Dude), I already stated that that doc is much > better > than the 50 other docs out

Re: Dumbo Question

2003-08-14 Thread Adam Levine
How are you attempting to display and iterate? code snippets help us find out what's going on From: "Mehta, Chirag (IT)" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: Dumbo Que

RE: simple JSTL question

2003-08-14 Thread Mark Galbreath
But there are grammatically-challenged answers. -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Yann Cébron Sent: Sunday, August 10, 2003 8:26 AM there's no stupid questions ;-) - To unsubscribe, e

RE: Question for you Internationalization supporters

2003-08-14 Thread Larry Zappeterrini
Users Mailing List' Subject: RE: Question for you Internationalization supporters Yeah, if you truly want to support internationalization, then you have to display all of your text with message keys. -Original Message- From: Bailey, Shane C. [mailto:[EMAIL PROTECTED] Sent: Wednesday,

RE: [OT] TLD question

2003-08-14 Thread Kris Schneider
g > to make a request to that URI when it loads the page? > > -Original Message- > From: Kris Schneider [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 06, 2003 15:14 > To: Struts Users Mailing List > Subject: Re: [OT] TLD question > > > You don't n

RE: Design Question: Forms-and-Validation, which scope to use for dynamic beans?

2003-08-14 Thread Steve Raeburn
Mailing List > Subject: Design Question: Forms-and-Validation, which scope to use for > dynamic beans? > > > Hello, > > I've been using the Struts framework for a couple of months > now and have really fancied it. I try as much as possible > to adhere to the MVC guideli

RE: [OT] TLD question

2003-08-14 Thread Andy Kriger
question You don't need the TLD files, they're already packaged in the JAR files for the tags. You also don't need to add taglib entries to your web.xml file. You *do* need taglib directive(s) in your JSP: <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core

RE: struts 1.1 question

2003-08-14 Thread Bailey, Shane C.
A good starting point for all you antidisestablishmentarianist that don't want to front your JSPs might be the use of the ForwardAction and global-forwards. That just forwards to a view page without writing a new class. This way, when you are ready to do the right thing, you can change some of

Re: another question to tiles

2003-08-14 Thread Reinhard
Thanks Hue! Great! your bundle of links! I'll go for it. cheers Reinhard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [OT] TLD question

2003-08-14 Thread Alex Shneyderman
ugust 06, 2003 3:29 PM > To: Struts Users Mailing List > Subject: RE: [OT] TLD question > > does putting an external URI on a page mean that webapp container is going > to make a request to that URI when it loads the page? > --

Re: [OFF TOPIC] JavaScript + tag question

2003-08-14 Thread Adam Hardy
I'd write some sort of function and call it from the event. onchange="submitFromDropdown(this)" and your function should be something like this: submitFromDropdown(dropdown) { //'this' == dropdown field object var fieldName = dropdown.name; var len = dropdown.options.length; var

Re: validation philosophical question

2003-08-14 Thread Michael Ruppin
I agree with Simon & Adam. Something else to consider is moving the cursory checks to your actions. If you ever plan to use [Lookup]DispatchAction or similar, you may have the need for different, or a lack of, validation in your methods. Extending your Forms might not be the best alternative, fu

RE: bean tag question

2003-08-14 Thread Jones, Marty B.
Good Idea Paul. That sounds like the best and simpliest solution. -Original Message- From: Paul McCulloch [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 10:28 AM To: 'Struts Users Mailing List' Subject: RE: bean tag question Can't you define a new class

RE: Simple question

2003-08-14 Thread Mark Galbreath
Probably because HTML doesn't. -Original Message- From: Norr, Peter [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 11:05 AM To: 'Struts Users Mailing List' Subject: RE: Simple question Any reason why the struts tag does not support the "src" a

RE: Tiles related question

2003-08-14 Thread Bailey, Shane C.
TECTED] Sent: Tuesday, August 05, 2003 5:51 PM To: [EMAIL PROTECTED] Subject: Tiles related question I am new to tiles and want to learn it quickly. Is there any tutorial , sample program anywhere including introduction to tiles? Thanks, Vicky - Do you

RE: validation philosophical question

2003-08-14 Thread Mark Galbreath
I echo Adam's concern. I don't see how you can justify your comments. Mark -Original Message- From: Adam Levine [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2003 2:51 PM To: [EMAIL PROTECTED] Subject: RE: validation philosophical question Can you provide some

RE: very simple if/else question

2003-08-14 Thread Bailey, Shane C.
s current capabilities is just one sided. It is like brainwashing. And that is sad. -Original Message- From: Steve Raeburn [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 8:41 PM To: Struts Users Mailing List Subject: RE: very simple if/else question Dude, did you bother to lo

RE: Html tag question

2003-08-14 Thread Jones, Marty B.
bject: Re: Html tag question  [] -- nagi ---Original Message--- From: Struts Users Mailing <mailto:[EMAIL PROTECTED]> List Date: Tuesday, August 05, 2003 05:34:45 PM To: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> Subject: Html tag question I have an array of Pro

RE: struts 1.1 question

2003-08-14 Thread Adam Levine
MAIL PROTECTED]> To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> Subject: RE: struts 1.1 question Date: Mon, 11 Aug 2003 17:02:13 -0400 A good starting point for all you antidisestablishmentarianist that don't want to front your JSPs might be the use of the ForwardAction and g

I18N - Currency question

2003-08-14 Thread David Thielen
Hi; I am displaying currency in my website. It is always in U.S. dollars so I am doing: NumberFormat.getCurrencyInstance().format( (float) price / 100f ); Two questions: 1.. I assume I should set the locale for this to en_US since I want to have the dollar sign. 2.. Should it do the comm

Re: Simple question

2003-08-14 Thread Mark Lowe
t 12, 2003 10:43 AM To: 'Struts Users Mailing List' Subject: RE: Simple question Ya, u can do that or u can use a html:link tag(generates in html) like below. You ultimately submit the form in the javascript fn of href. HTH, Ravi Kora [EMAIL PROTECTED] 337-739-34

RE: Asking again - basic design question

2003-08-14 Thread Greg Ludington
> I am designing a store check-out process. The old software > (pre-struts) had a check at the top of each page to make sure the > information from the previous page had been entered. And if not, > forwarded to that page. So if you bookmarked the last page and went > there, you would get forw

RE: struts 1.1 question

2003-08-14 Thread Bailey, Shane C.
ouldn't that be nice for a large Enterprise site? -Original Message- From: e [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 4:37 PM To: Struts Users Mailing List Subject: struts 1.1 question I am about to upgrade to struts 1.1 and I have a question. I have a site with a

Another iterate question

2003-08-14 Thread Slattery, Tim - BLS
Again: And other text and hidden elements. The table appears in the page just fine, the proper values are read from the proper places. But when the page is submittedapparently *nothing* gets put into the proper place in the form bean. I have methods in the bean with the following

RE: Tiles related question

2003-08-14 Thread Holman, Cal
To: [EMAIL PROTECTED] Subject: Tiles related question I am new to tiles and want to learn it quickly. Is there any tutorial , sample program anywhere including introduction to tiles? Thanks, Vicky - Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site

Re: simple JSTL question

2003-08-14 Thread Adam Hardy
Sun have got a package of JSTL out, part of http://java.sun.com/webservices/downloads/webservicespack.html but I think their v1.1 is dependent on JSP 2.0 but you can get 1.0.3 there. Not that there's any reason to, but just FYI Yann Cébron wrote: 1) How do I subscribe to the JSTL mailing list?

Dumbo Question

2003-08-14 Thread Mehta, Chirag (IT)
Sorry, heres another newbie question. I have a bean that stores collections of data that have been retrieved from a database. When I try and logically iterate these collections on my JSP page, it says "Cannot find bean Results in any scope" But my bean does exist and println its

Re: struts 1.1 question

2003-08-14 Thread e
all jsps must be fronted by actions? I'm using 1.1, and assuredly have NOT (nor will I) front them all with actions. From: e <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>

RE: validation philosophical question

2003-08-14 Thread Adam Levine
ECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Subject: RE: validation philosophical question Date: Thu, 14 Aug 2003 12:46:23 -0600 No, that won't do for high volumn traffic sites. It's too costly. The combination of the client-side and server-sid

RE: Simple question

2003-08-14 Thread Alex Shneyderman
Use tag. > -Original Message- > From: Norr, Peter [mailto:[EMAIL PROTECTED] > Sent: Monday, August 11, 2003 6:26 PM > To: 'Struts Users Mailing List' > Subject: Simple question > > How do I

RE: validation philosophical question

2003-08-14 Thread Yansheng Lin
dam Levine [mailto:[EMAIL PROTECTED] Sent: August 14, 2003 11:42 AM To: [EMAIL PROTECTED] Subject: RE: validation philosophical question If you reread my post, you'll see the validation happens only in one spot, and that's in the business logic area. This keeps the same validation logic pr

RE: bean tag question

2003-08-14 Thread Paul McCulloch
Can't you define a new class which wraps the project and provides getters for the properties you are interested in? Paul -Original Message- From: Jones, Marty B. [mailto:[EMAIL PROTECTED] Sent: 05 August 2003 14:41 To: [EMAIL PROTECTED] Subject: bean tag question Does anyone kn

RE: Tiles related question

2003-08-14 Thread Bailey, Shane C.
ject: RE: Tiles related question I know that. But i am looking for a simple example or tutorial particularly for tiles. If anyone knows, let me know. "Bailey, Shane C." <[EMAIL PROTECTED]> wrote: You are practically there; you know Java and XML and that's all you need to know wi

RE: Design question

2003-08-14 Thread Alex Shneyderman
; To: Struts-Users > Subject: Design question > > Hi; > > I am designing a store check-out process. The old software (pre-struts) > had a check at the top of each page to make sure the information from the > previous page had been entered. And if not, forwarded to that page. So

Re: struts 1.1 question

2003-08-14 Thread Adam Levine
Users Mailing List" <[EMAIL PROTECTED]> Subject: Re: struts 1.1 question Date: Mon, 11 Aug 2003 16:56:54 -0400 From the article at link below Direct Requests to JSPs To take the full advantage of sub-application support, Struts 1.1 stipulates the requirement that all requests mus

RE: [OT] TLD question

2003-08-14 Thread Chen, Gin
Sent: Wednesday, August 06, 2003 3:41 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: RE: [OT] TLD question So it looks in the WEB-INF dir first for TLDs then goes to that URI? -Original Message- From: Alex Shneyderman [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 20

Re: [OT] TLD question

2003-08-14 Thread Kris Schneider
You don't need the TLD files, they're already packaged in the JAR files for the tags. You also don't need to add taglib entries to your web.xml file. You *do* need taglib directive(s) in your JSP: <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core"; %> <%@ taglib prefix="fmt" uri="http://j

Iterate question

2003-08-14 Thread Slattery, Tim - BLS
I have a form bean that has an array of objects that I want to iterate through. This array is called "item_Adjustmentsl". There is another array of the same length, that I also want to use, this one's called "existingAdjustment". It's simply an array of Strings. So I'm trying to do something like t

Re: question about modules

2003-08-14 Thread Reinhard
Thanks a lot Matt! That where a lot of impulses to work on. Have a nice day, Reinhard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: very simple if/else question

2003-08-14 Thread David Graham
tp://www.google.com/search?q=jstl&sourceid=opera&num=0&ie=utf-8&oe=utf-8 David > > > > -Original Message- > From: David Graham [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 13, 2003 12:41 PM > To: Struts Users Mailing Li

Re: very simple if/else question

2003-08-14 Thread David Graham
--- "Seyhan BASMACI (Internet Yazilimlari Yetkilisi)" <[EMAIL PROTECTED]> wrote: > how can I change following code to if/else structure using tags , >   David > > > > > > >  > > > - > To

RE: very simple if/else question

2003-08-14 Thread Steve Raeburn
0 PM > To: 'Struts Users Mailing List' > Subject: RE: very simple if/else question > > > > OK, let's vote. Who here thinks that Ace Graham is correct in saying that > these links are as easy to use as a reference (which is what I requested > since I understand

RE: validation philosophical question

2003-08-14 Thread Adam Levine
ansheng Lin" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Subject: RE: validation philosophical question Date: Thu, 14 Aug 2003 11:29:11 -0600 Agreed mostly, but...

RE: Dumbo Question

2003-08-14 Thread Nicholas L Mohler
tanley.com> cc: Subject: RE: Dumbo Question 08/14/2003 11:11 AM

Re: validation philosophical question

2003-08-14 Thread Adam Levine
his leaves my interface to be business logic stupid, but interface/UI logic smart. my $0.02. From: "David Thielen" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts-Users" <[EMAIL PROTECTED]> Subject: validation p

validation philosophical question

2003-08-14 Thread David Thielen
Hi; Everyone who hits my site has a high-speed connection. So I am thinking that it makes sense to do server side validation only as that provides a better method than the javascript pop-ups. And in this case, it seems to me that the logical place for all validation then is inside the ActionFo

Re: Dumbo Question

2003-08-14 Thread David Graham
--- "Mehta, Chirag (IT)" <[EMAIL PROTECTED]> wrote: > Sorry, heres another newbie question. > > I have a bean that stores collections of data that have been retrieved > from a database. > > When I try and logically iterate these collections on my JSP page, i

RE: very simple if/else question

2003-08-14 Thread David Graham
--- "Slattery, Tim - BLS" <[EMAIL PROTECTED]> wrote: > > > > > > What are these tags? What do I have to have installed in order > to > use them? http://java.sun.com/products/jsp/jstl/index.html http://jakarta.apache.org/taglibs/doc/standard-doc/intro.html David > > > -

RE: very simple if/else question

2003-08-14 Thread Stephen Brown
To: 'Struts Users Mailing List' > Subject: RE: very simple if/else question > > > > OK, let's vote. Who here thinks that Ace Graham is correct in > saying that > these links are as easy to use as a reference (which is what > I requested > since I unders

RE: Simple question

2003-08-12 Thread Norr, Peter
Any reason why the struts tag does not support the "src" attribute? -Original Message- From: Ravi Kora [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 10:43 AM To: 'Struts Users Mailing List' Subject: RE: Simple question Ya, u can do that or u can

RE: struts 1.1 question

2003-08-12 Thread Bradley Handy
Can you attach a form bean to an action defined as such? Brad Handy > -Original Message- > From: David Graham [mailto:[EMAIL PROTECTED] > Sent: Monday, August 11, 2003 4:53 PM > To: Struts Users Mailing List > Subject: Re: struts 1.1 question > > --- Adam Lev

RE: struts 1.1 question

2003-08-12 Thread David Graham
ge- > > From: David Graham [mailto:[EMAIL PROTECTED] > > Sent: Monday, August 11, 2003 4:53 PM > > To: Struts Users Mailing List > > Subject: Re: struts 1.1 question > > > > --- Adam Levine <[EMAIL PROTECTED]> wrote: > > > Where exactly did you

RE: struts 1.1 question

2003-08-11 Thread Bailey, Shane C.
August 11, 2003 4:48 PM To: [EMAIL PROTECTED] Subject: Re: struts 1.1 question Where exactly did you read that all jsps must be fronted by actions? I'm using 1.1, and assuredly have NOT (nor will I) front them all with actions. From: e <[EMAIL PROTECTED]> Reply-To: "Struts U

Simple question

2003-08-11 Thread Norr, Peter
How do I use my own image in a or tag? -- This message is intended only for the personal and confidential use of the designated recipient(s) named above. If you are not the intended recipient of this message you are her

Asking again - basic design question

2003-08-11 Thread David Thielen
Hi; I am designing a store check-out process. The old software (pre-struts) had a check at the top of each page to make sure the information from the previous page had been entered. And if not, forwarded to that page. So if you bookmarked the last page and went there, you would get forward

switching modules question - help

2003-08-11 Thread Manohar Vandrangi
Hi - I am trying to use the switching between modules feature of struts and having some problems. any help is grealty appreciated. Here is the directory structure: Root (has index.jsp, login.jsp, start.jsp, first.jsp, second.jsp, third.jsp etc..) | |-App1 (has index.jsp, login.jsp, second.j

Re: struts 1.1 question

2003-08-11 Thread Thomas CORNET
dant, the use of tiles don't force you to front anything. Thomas At 16:37 11/08/2003 -0400, you wrote: I am about to upgrade to struts 1.1 and I have a question. I have a site with a decent amount of content stored in a content manager. I want to use tiles, but I read that in struts 1.1, a

RE: struts 1.1 question

2003-08-11 Thread e
fig information. Wouldn't that be nice for a large Enterprise site? -Original Message- From: e [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 4:37 PM To: Struts Users Mailing List Subject: struts 1.1 question I am about to upgrade to struts 1.1 and I have a question. I have a s

Re: another question to tiles

2003-08-11 Thread Reinhard
Hi Cal, many thanks for your answer! > If you check out the Advanced Manual on the Tiles site there is a section > on dynamic definitions. http://www.lifl.fr/~dumoulin/tiles/ I was surprised about this hint, cause I startet with this documents. So I rechecked to document and - IMHO - it's not t

another question to tiles

2003-08-11 Thread Reinhard
I have several layouts, defined as tiles (composed of tiles, pages, controllers ...). Each action forwards to a tile. In a base action, I check a user-setting about the layout to use and create a new ActionForward to the tile. This way I have only one logical forward entry for multiple layouts. T

Design question

2003-08-11 Thread David Thielen
Hi; I am designing a store check-out process. The old software (pre-struts) had a check at the top of each page to make sure the information from the previous page had been entered. And if not, forwarded to that page. So if you bookmarked the last page and went there, you would get forwarded ba

simple JSTL question

2003-08-11 Thread Erez Efrati
Some simple questions: 1) How do I subscribe to the JSTL mailing list? (I rather ask simple dumb questions than stay with dumb answers :) 2) What is the latest version of JSTL that I should use? Currently I am using the JSTL and Struts-el in combination. Thanks, Erez -

RE: Newbie question: Testing if collection is != null before iterating

2003-08-11 Thread Alex Shneyderman
Check logic:notEmpty tag > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Todor > Sergueev Petkov > Sent: Saturday, August 09, 2003 12:32 PM > To: Struts Users Mailing List > Subject: Newbie question: Testing if collection is != null

RE: Tiles related question

2003-08-10 Thread JavaXML Developer
c.theaimsgroup.com/?t=10306302322&r=1&w=2 Check out the post by Cedric, I believe he wrote Tiles. -Original Message- From: JavaXML Developer [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 5:51 PM To: [EMAIL PROTECTED] Subject: Tiles related question I am new to tiles

Re: [OFF TOPIC] JavaScript + tag question

2003-08-10 Thread Mark Lowe