Re: Problem with tag

2002-04-03 Thread $B%"%s%H%K!<(B $B%9%F%$%9(B
Found it!!! I have a "/" at the end of > I have some code in a jsp page > > > logic:equal tag returned true > > > > logic:notEqual tag returned true > > _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.co

DynaActionForm Examples

2002-04-03 Thread Phase Web and Multimedia
Are there any good examples of the DynaActionForm? I looked at the struts-example login. I am not sure I see the advantage over creating an ActionForm class apart from a little time savings. I thought the DynaActionForm could be extended like the regular ActionForm so that I can mix get/set method

Re: DynaActionForm / DynaBean

2002-04-03 Thread Chuck Cavaness
I doubt this will be enough, but I'll offer it up to get you started. Suppose I have the following form-bean: ... I have specified that the form will hold an object of type "com.oreilly.struts.catalog.view.ItemView", using a name of "view". Further supposed that I have

Re: DynaActionForm / DynaBean

2002-04-03 Thread Chuck Cavaness
I doubt this will be enough, but I'll offer it up to get you started. Suppose I have the following form-bean: ... I have specified that the form will hold an object of type "com.oreilly.struts.catalog.view.ItemView", using a name of "view". Further supposed that I have

Re[2]: Struts Basic/Pooling DataSource Vs Poolman

2002-04-03 Thread Rick Reumann
On Tuesday, April 2, 2002, 7:42:27 PM, someone wrote: > How is Poolman better than the database connection manager > included with struts? Speed? Reliablity? I'm curious about this also. Also, where can I get Poolman and documentation if the site is down> I'm looking for fairly robust con

Problem with tag

2002-04-03 Thread $B%"%s%H%K!<(B $B%9%F%$%9(B
I have some code in a jsp page logic:equal tag returned true logic:notEqual tag returned true When I access this page, I get the following logic:equal tag returned true logic:notEqual tag returned true Am I missing the point about the "logic:equal" and "logic:notEqual" tags, or is there

Where can I do some application initialize work?

2002-04-03 Thread Annie Zhang
HI, I'm using struts & torque together. I put some initialize code in one of my class as a static code. But these code is not executed until class DataModel is lodaded. So, if I call any function of Torque, it will report that "Torque is not initialized". Where can I put some global initializ

At wits end, questions JRun, Oracle9ias

2002-04-03 Thread Rick Reumann
Strutsters, I've been playing around with struts on my local machine here at work under Tomcat and everything is fine. In another local environment I've been using JRun for some applications and I'd like to get the sample app I was working under Tomcat to work under JRun. I'm not having any luck.

RE: Authentication without JDBC Realms?

2002-04-03 Thread Phase Web and Multimedia
Check the archives for the subject line RE:Security Solution. I have some code that I developed that might give you the flexibility you want. Brandon Goodin Phase Web and Multimedia P (406) 862-2245 F (406) 862-0354 [EMAIL PROTECTED] http://www.phase.ws -Original Message- From: Preston

DynaActionForm / DynaBean

2002-04-03 Thread Phase Web and Multimedia
I have read so much that talks about what the DynaBean DynaActionForm can accomplish but have been unable to find concrete examples. Does anybody have any code they could offer up to shed some light on the use. Brandon Goodin Phase Web and Multimedia P (406) 862-2245 F (406) 862-0354 [EMAIL PROTE

usage of html:options

2002-04-03 Thread Slava_L
we have and ActionForm with Collection field (4xmpl list of smthing) how should i use tag html:options to fill parent tag html:select with values of list (from our Collection) In uptodate we use this scheme: in jsp file we have -> related with ActionForm in struts-config.xml ...

JSP Include and tag lib declarations

2002-04-03 Thread Bryan P. Glennon
I'm seeing some strange (or maybe intended) behavior with taglibs and included files. Here's what I do: <%@ taglib prefix="bean" uri="/WEB-INF/struts-bean.tld" %> <%@ taglib prefix="html" uri="/WEB-INF/struts-html.tld" %> Normal JSP/HTML stuff...

Re: Re[2]: include tag

2002-04-03 Thread David M. Karr
> "Ingo" == Ingo Bruell <[EMAIL PROTECTED]> writes: Ingo> Hi Struts, DS> DS> It's a working example. Ingo> if i only include for example a complete table it works. But if i Ingo> divide the page into header, menu, main and footer with a table that Ingo> starts in hea

data connection limit

2002-04-03 Thread Bill Page
I spent awhile this afternoon trying to figure why I was hanging. Turns out that I was not closing 1 of several connections on each pass of a certain page. when I hit the maxcount, I hung. I'm running struts as an NT service but have a window up so I can see debugging I put in with system.out..

Re[2]: include tag

2002-04-03 Thread Ingo Bruell
Hi Struts, DS> DS> It's a working example. if i only include for example a complete table it works. But if i divide the page into header, menu, main and footer with a table that starts in header.jsp and ends in footer.jsp i get: --- snip --- org.apache.jasper.compiler.ParseExce

RE: include tag

2002-04-03 Thread Dimitar Stavrakov
Try this: It's a working example. Regards, Dimitar -Original Message- From: Ingo Bruell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 3:42 PM To: [EMAIL PROTECTED] Subject: include tag Hi, is there a way to use the js

include tag

2002-04-03 Thread Ingo Bruell
Hi, is there a way to use the jsp include tags ? i have tried <%@ include ...> and always an error happens. with i always get white pages. I am using struts 1.0.2 with tomcat 4.0.3 and jdk 1.4. so long Ingo Bruell --- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> OldenburgPGP-Fingerprint: C

Re: authentication and authorization with struts and ldap

2002-04-03 Thread @Basebeans.com
Subject: Re: authentication and authorization with struts and ldap From: "Matt Raible" <[EMAIL PROTECTED]> === Tomcat works great with it's Realms if that's your appserver. Most appservers have this built in. It's a little learning curve to do container-managed authentication - but worth it. M

Re: Strange error with logic:iterate

2002-04-03 Thread Michael Skariah
Hope this helps. Here in this example, 'myList' is a java.util.List kept as a attribute in the ActionForm. Cheers!, -MS. "Abel MuiƱo Vizcaino" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > Hello. > > I'm receiving a weird error that I can't understand (I

Re: Security Solution

2002-04-03 Thread Marcelo Vanzin
I have interesting news regarding security X EJBs, at least from the WebLogic camp. :-) Since Tomcat did not propagate the authenticated user (even with container manager security), I asked BEA support about this issue and got some light from them. :-) Craig R. McClanahan wro

RE: alternative jsp compiler?

2002-04-03 Thread Robert J. Sanford, Jr.
thanks! and you're right about drinking cheap beer as well. rjsjr > -Original Message- > From: Marcelo Vanzin [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 03, 2002 2:12 PM > To: Struts Users Mailing List > Subject: Re: alternative jsp compiler? > > > Robert J. Sanford, Jr. wrote:

Re: alternative jsp compiler?

2002-04-03 Thread Marcelo Vanzin
Robert J. Sanford, Jr. wrote: > so velocity is using the same idea of a controller servlet with > a "bean" of some sort to actually render a page instead of > generating a new servlet for each displayed page? cool. Kind of. :-) You're actually just calling a method that'll read a templat

Action Trouble : Servlet Error: Connection reset by peer: socket write error

2002-04-03 Thread Struts Developer
All - I am getting the log messages attached at the end of this e-mail when my action is initally instantiated. Once these messages post everything works fine. I am clueless as to what is causing this problem. Any help, suggestions, or rude comments welcome! regards, mark nichols Struts vers

Authentication without JDBC Realms?

2002-04-03 Thread Preston Crawford
Hopefully someone can provide some insight on this. We're developing at my company a Struts application and we're trying to implement security. We're using iPlanet because it's what we already owned (version 6.0) and we're on a limited budget. We don't have money for another server for LDAP, a

RE: HTTPS + Struts

2002-04-03 Thread Ditlinger, Steve
Rizvan: We have written an extension to Struts that does the things you are asking about. This extension allows you to specify certain actions to requested via https. Our extension to the tag determines whether the posting action should be requested via http or https. If it should be https,

Re: HTTPS + Struts

2002-04-03 Thread jorisumu
Have you already discovered this URL? http://struts.ditlinger.com/ Is an Struts extension that solves this issue in a very elegant way. For a more ilustrative reading you can also check the article by one of the authors of the extension: http://www.javaworld.com/javaworld/jw-02-2002/jw-0215-s

RE: alternative jsp compiler?

2002-04-03 Thread Robert J. Sanford, Jr.
so velocity is using the same idea of a controller servlet with a "bean" of some sort to actually render a page instead of generating a new servlet for each displayed page? cool. are there any sort of visual tools for creating the layout of a velocity page? my designers are using dreamweaver to l

Problem with javascript tag

2002-04-03 Thread Juan Alvarado \(Struts List\)
I am trying to use the tag with the validator frame work, and all that is output to the browser is the actual javascript code. The reason is that at the beginning of the code, there is no definition. At the end of the code there is the following output: // End --> So the reason I see a whol

RE: Installation on OS-390 and Websphere 3.5.3: - Error Application unavailable for service

2002-04-03 Thread Galbreath, Mark
Nope. I don't see a single error. Of course, I don't see a single file, either. :-) Mark -Original Message- From: Steven Banks [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 8:27 AM To: [EMAIL PROTECTED] Subject: RE: Installation on OS-390 and Websphere 3.5.3: - Error Appl

Re: alternative jsp compiler?

2002-04-03 Thread Marcelo Vanzin
Robert J. Sanford, Jr. wrote: > the difference is that a new servlet is actually a "process" (for > lack of a better term) in the container where the bean would not > be - it would be invoked from the thread accessing the controller > servlet. BTW, if I understand you correctly, what you'

Re: alternative jsp compiler?

2002-04-03 Thread Marcelo Vanzin
Robert J. Sanford, Jr. wrote: > the difference is that a new servlet is actually a "process" (for > lack of a better term) in the container where the bean would not > be - it would be invoked from the thread accessing the controller > servlet. So you're substituting: container ->

RE: alternative jsp compiler?

2002-04-03 Thread Robert J. Sanford, Jr.
the difference is that a new servlet is actually a "process" (for lack of a better term) in the container where the bean would not be - it would be invoked from the thread accessing the controller servlet. like i said, i don't know if this is even a reasonable request, it just sort of floated int

Re: alternative jsp compiler?

2002-04-03 Thread Marcelo Vanzin
Robert J. Sanford, Jr. wrote: > servlet (instantiated by compiling .jsp->.java->.class) the controller > servlet simply invokes a method on the newly defined bean. And how is this different from invoking a method in the newly defined servlet? Your "bean" sounds too much like a "

RE: alternative jsp compiler?

2002-04-03 Thread Robert J. Sanford, Jr.
struts provides the controller servlet. all requests from any page that is being managed by struts goes first through the controller. instead of having the struts controller servlet forward a request to another servlet (instantiated by compiling .jsp->.java->.class) the controller servlet simply i

Announce Struts E-Book for less than $10

2002-04-03 Thread @Basebeans.com
Subject: Announce Struts E-Book for less than $10 From: Vic Cekvenich <[EMAIL PROTECTED]> === go to basebeans.com/book.jsp and click in. (this is the same old Struts book in EBook). It will help you understand the Struts DB examample (with options, CRUD, tiles, validation, masterdetail, etc. al

RE: lost form data when validate returns errors

2002-04-03 Thread Maturo, Larry
Hi, What we do is put the form beans in the session, but each one has a clear method we call before filling in data on the form. This keeps the data from being lost, and also keeps it from showing up when not wanted. The clear just sets the member variables in the form bean back to nothing. --

Re: alternative jsp compiler?

2002-04-03 Thread Giuseppe Galli
Hi Robert, how these bean could be invoked by http requests even if they are not servlet? the only way I know alternative to servlet to handle http interactions is SOAP. Pino At 11.11 03/04/2002, Robert J. Sanford, Jr. wrote: >i don't know if this sort of thing even exists or if it is even feas

RE: I'm stuck on the html:submit

2002-04-03 Thread theron . kousek
thanks Leonardo! Theron Leonardo Maciel To: Struts U

alternative jsp compiler?

2002-04-03 Thread Robert J. Sanford, Jr.
i don't know if this sort of thing even exists or if it is even feasible but asking never hurts... what i want is to not have my jsp's compiled into servlets but into beans. with struts i already have a nice framework that allows multi-threaded access to a centralized controller with the ability

RE: How to avoid a separate .jsp page for body definition whenus ing Templates?

2002-04-03 Thread Zeltser, Mark
If I understand you correctly you are trying to mix content and layout. I would create main layout and would include the body for each definition. where classicLayout.jsp will define your sites look and feel and sepecificPage.jsp will contain body of the page incl

Re: lost form data when validate returns errors

2002-04-03 Thread mtStruts
Dan, I am having the exact same problem! In my struts-config.xml I have my formBeans set to "request" scope, so I suspect that this causes the information in my form to disappear. I don't want to have the bean persist for the whole session because users will be coming back to this page. Ha

RE: How to avoid a separate .jsp page for body definition when us ingTemplates?

2002-04-03 Thread Alex Paransky
I guess putting the layout for all the pages in tiles-defs.xml is a solution, however, I am still hoping that the layout of the page can be kept with the page. There are other aspects which differ for each page. For example, I would like to include a help text with each page that is displayed.

RE: How to avoid a separate .jsp page for body definition when us ing Templates?

2002-04-03 Thread Wellie W. Chao
Hi Alex, I agree with Mark. I had your same problem a while back and decided to switch to Tiles, which is much more flexible. For each page, I have an entry in struts-config.xml and one in tiles-defs.xml. A really simple page looks like this: struts-config.xml: tiles-defs.xml: /security/auth

RE: Editor aware of Struts

2002-04-03 Thread Yu, Yanhui
Vic, is OmniCore.com CodeGuide 4 a Java IDE? We are using IBM's WSAD (combines Java IDE, like VAJ and JSP editors like Websphere studio) to edit Java code (such as the Action and ActionForm classes). WSAD has a page Designer (like Websphere Studio) which offers visual desgning for JSP page, s

RE: Editor aware of Struts

2002-04-03 Thread Rajesh Gaikwad (EHS)
I think DreamWeaver Ultradev with CTLX extension from Apache works good Rajesh -Original Message- From: Struts Newsgroup [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 8:10 PM To: [EMAIL PROTECTED]

RE: How to avoid a separate .jsp page for body definition whenus ing Templates?

2002-04-03 Thread Zeltser, Mark
Hi Alex, That was one of the reasons I used Tiles. You can put all your page definitions in tiles-defs.xml. This single configuration files will replace all your page.jsp(s). Mark. -Original Message- From: Alex Paransky [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 11:19 AM

RE: I'm stuck on the html:submit

2002-04-03 Thread Leonardo Maciel
This is how I would do: ... This way, only delete button will pop the confirm window. Leo. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 11:12 AM To: Struts Users Mailing Lis

How to avoid a separate .jsp page for body definition when usingTemplates?

2002-04-03 Thread Alex Paransky
I am currently using Templates (not Tiles) to layout our pages. While general components such as menu, header, footer are well defined, same for all pages, and are included from a global single location, the body is always different. So, for every page, we wind up with 2 pages. page.jsp - uses

RE: I'm stuck on the html:submit

2002-04-03 Thread theron . kousek
Hi James: But what if you have multiple html:submit's in your jsp... And supposing only 1 of those submit button's need to have this javascript confirm() popup. How does the "onSubmit()" at the form level know which submit button-property was set?It would need to do an if statement and onl

struts 1.1-b1 - ActionMappingFactory.java appears to be missing from source distribution

2002-04-03 Thread @Basebeans.com
Subject: struts 1.1-b1 - ActionMappingFactory.java appears to be missing from source distribution From: "Steve Hupert" <[EMAIL PROTECTED]> === I am attempting to debug a problem I am having with struts 1.1-b1. The problem I am debugging results in a null pointer exception that seems to be cause

RE: Frustrating ClassCastException

2002-04-03 Thread Zeltser, Mark
Take a look at your jar files, specifically for struts.jar. Make sure it is only available in yourApp/WEB-INF/lib directory and not in you JDK_PATH/jre/lib/ext or TOMCAT_ROOT/lib or TOMCAT_ROOT/commons/lib. Mark. -Original Message- From: hemant [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

RE: How to create the map for multiple parameters with html:link?

2002-04-03 Thread Alex Paransky
Markus, To implement a suitable map, we created a new tag called URI. By using this tag and specifying the id= attribute, a new scriplet object is created in the appropriate scope. Then, we are able to pass this object into the html:link tag. This is one way of doing it. The "Struts" way woul

visual Struts editor

2002-04-03 Thread Yu, Yanhui
Arron, I am new to Struts but I have been following the emails on this list for a while so I think you may be a good candidate for me to post this question: We use WSAD here and the developers like the Designer it comes with that provides gui interfaces, so the developers can see where is this b

RE: storing data beyond single page scope without commiting to database

2002-04-03 Thread Wellie W. Chao
Why don't you store the temporary object in the session object and check to see if the object exists when rendering the form? -Original Message- From: Struts Newsgroup [mailto:@[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 9:55 AM To: [EMAIL PROTECTED] Subject: storing data beyond si

Frustrating ClassCastException

2002-04-03 Thread hemant
I am currently using Tomcat 4.0.1 in a VisualAge 3.5.3 environment with struts 1.0.2. Here is the scenario. I run both "struts-example" webapp and my "application" webapp, everything works out fine. JSP's and Java files are created in the work directory in Tomcat and everything is hunky dory

RE: Websphere 4 & Tiles

2002-04-03 Thread Steve Hupert
I do not know what is causing your error, but I can tell you we have an application running using Websphere 4.0 with struts 1.0.2 and tiles. -Original Message- From: Daemi, Anusch [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 9:05 AM To: '[EMAIL PROTECTED]' Subject: Webspher

RE: storing data beyond single page scope without commiting to database

2002-04-03 Thread Karim D. Saloojee
Hi Note, I am a newbie. Nonetheless, have you tried storing the form-bean for Object A in the session (struts-config)? Then in another action say ten screens down the line you can retrieve it from the session and work with it there. Once you are finished, you can remove it from the session if y

How to create the map for multiple parameters with html:link?

2002-04-03 Thread Markus Neifer
Hi, is there any way to create the java.util.Map required for the html:link tag when using more than one parameter without using scriptlets? Thanks in advance. Markus -- To unsubscribe, e-mail: For additional commands, e-mail:

Websphere 4 & Tiles

2002-04-03 Thread Daemi, Anusch
Hi I'm trying to get Tiles working under Websphere 4 with no luck yet. Tiles version is that for Struts 1.0.2. I get the following error message (in using definitions): Error 500: Can't get definitions factory from context. I've tried the application under tomcat 4.0.3 and it works fine. Have

storing data beyond single page scope without commiting to database

2002-04-03 Thread @Basebeans.com
Subject: storing data beyond single page scope without commiting to database From: Simon Kirk <[EMAIL PROTECTED]> === Hello all, I have a system where I am creating an object with a certain amount of data, let's call it object A. It references to one or more object Bs that can be said to 'belon

RE: ApplicationResources searchs

2002-04-03 Thread Tero P Paananen
> just a question about ApplicationResources file. Is there any > chance to > speed up key searchs in resource files by alphabetically > ordering of the > keys within the file. Could be helpful for long keyed files. > > Any other way to improve performance in fetching the right > value for a

Re: Editor aware of Struts

2002-04-03 Thread @Basebeans.com
Subject: Re: Editor aware of Struts From: Vic Cekvenich <[EMAIL PROTECTED]> === You can do Struts with just JSP, you have to "edit" Java as well. (I use OmniCore.com CodeGuide 4 now, after NetBeans.org) To do things like table iterate of a resuult set, they will have to be OK with writing HTML

RE: problem with arraylist and iterate

2002-04-03 Thread Yu, Yanhui
Arron. We are using version 1.0.2 here and I seem unable to convince to get 1.1beta here, is there any work around to do this in version 1.0.2? Thank you very much indeed. Yanhui -Original Message- From: Arron Bates [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 02, 2002 6:24 PM To:

RE: Installation on OS-390 and Websphere 3.5.3: - ErrorApplication unavailable for service

2002-04-03 Thread Steven Banks
It works better when you remember to attach the files. Steven Banks >>> "Steven Banks" <[EMAIL PROTECTED]> 04/03/02 09:27AM >>> I have found mention is several articles that this can be caused by errors in the train.webapp and web.xml. Could anyone look at the attached and see if there are

Re: JavaServerFaces (JSF) replacement for Struts?

2002-04-03 Thread @Basebeans.com
Subject: Re: JavaServerFaces (JSF) replacement for Struts? From: Vic Cekvenich <[EMAIL PROTECTED]> === The way it was explained to me, by HE who explains everything (Craig), is the other way around. I hope I got it right: Struts can incorporate Java Faces (not JavaFaces incorporate Struts). Ja

Re: How to take object from the Action to jsp

2002-04-03 Thread Konstantina Stamopoulou
Thanx, It finally worked by using bean. Konstantina - Original Message - From: "Enrique Rodriguez" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, April 03, 2002 4:50 PM Subject: RE: How to take object from the Action to jsp > Hi Constantina, >

RE: How to take object from the Action to jsp

2002-04-03 Thread Enrique Rodriguez
Hi Constantina, Instead of servlet.getServletContext().setAttribute("treemodel",root); I use request.setAttribute("treemodel",root); In the JSP, instead of DirectoryModel((Node)servlet.getServletContext().getAttribute("treemodel") %>. I use to wirte one propierty into the generated html code,

exception on index.jsp

2002-04-03 Thread Fabien Lesire
Hello, I made a little struts application on WSAD, but when i tried to access my index.jsp, i have the following exception : Error Message: Cannot create rewrite URL: java.net.MalformedURLException: Cannot retrieve ActionForwards collection Error Code: 500 Target Servlet: null Error Stack: java

RE: Installation on OS-390 and Websphere 3.5.3: - ErrorApplication unavailable for service

2002-04-03 Thread Steven Banks
I have found mention is several articles that this can be caused by errors in the train.webapp and web.xml. Could anyone look at the attached and see if there are any errors? I have gone into the struts code and comented out everything in the init() routine of the ActionServlet, entered a Sys

Re: Don't anderstand jsp:usebean mecanism :sory, I'm realy stupid

2002-04-03 Thread Nicolas De Loof
Sorry, I found I've to use jsp:useBean (with uppercase "B") ! - Original Message - From: "Nicolas De Loof" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, April 03, 2002 3:09 PM Subject: Don't anderstand jsp:usebean mecanism > On tomcat 3.3.1

RE: ApplicationResources searchs

2002-04-03 Thread Galbreath, Mark
This is what we are doing. And the bigger the properties file, the more justified caching it in a bean. I don't know what sorting algorithm the JVM uses for beans or resource bundles, but I'd bet alphabetizing the keys would make a difference in a large sort. Mark -Original Message- Fro

RE: Help needing regarding implementing JAAS for a Web application

2002-04-03 Thread Mike Finn
Sudhir, Are you deploying your webapp outside of WebLogic? The answer to your question really depends on the web container you are using. For example, I don't *think* there is any 'production' ready support for a JAAS Realm in Tomcat. If you are deploying to the WebLogic web container, then RTFM t

Don't anderstand jsp:usebean mecanism

2002-04-03 Thread Nicolas De Loof
On tomcat 3.3.1 I tried the following JSP code: <% Object toto = pageContext.getAttribute("logonForm"); Object titi = pageContext.getRequest().getAttribute("logonForm"); Object tutu = pageContext.getSession().getAttribute("logonForm"); %> <%= toto %> <%= titi %> <%= tutu %> JSP 1.1 spec say

RE: JavaServerFaces (JSF) replacement for Struts?

2002-04-03 Thread Lister, Tom (ANTS)
hey there's new technology already :-) Tom Lister * 020 7612 3030 * [EMAIL PROTECTED] -Original Message- From: Melanie Harris [mailto:[EMAIL PROTECTED]] Sent: 02 April 2002 20:37 To: [EMAIL PROTECTED] Subject: JavaServerFaces (JSF) replacement for Struts? Hi All, Out on http://www.j

RE: JavaServerFaces (JSF) replacement for Struts?

2002-04-03 Thread Galbreath, Mark
JSF was introduced at last year's JavaOne at the Monday PM Keynote. It's simply Sun's strategy for a comprehensive integrated application development environment built with frameworks. I'm sure Struts will be incorporated into JSF (as will most other Java technologies, like J2ME and J2EE), but i

RE: JSP optimiser that works with Struts

2002-04-03 Thread Galbreath, Mark
He may save a nibble or two Mark -Original Message- From: Chuck Cavaness [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 02, 2002 8:32 PM Not sure if I'm the first, but I have to ask (in a polite voice) why? Chuck p.s. Not sure if JPretty does JSP also, but here's the link: http:/

Help needing regarding implementing JAAS for a Web application

2002-04-03 Thread Sudhir S. Shetty
Hello Everyone, I need your help regarding Implementing JAAS for a web app based on Struts, I have made a class which instantiates the Login context, and has an inner class callback handler(for receiving the user name and password). But I get an error when the login conte

RE: Preview OReilly Struts Chapters Online - Soon

2002-04-03 Thread Eric Ma
In order to reach the largest audience possible, I suggest you post the chapters at TheServerSide.com. Post as many chapters as you can. Eric Ma -- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in erro

Struts.tld or Struts-form.tld ?

2002-04-03 Thread Nicolas De Loof
What the differences in 1.0.2 distribution of Struts between Struts.tld and the two Struts-html / Struts-form tlds ? Is it only refactoring of taglibs ? -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Re[2]: ApplicationResources searchs

2002-04-03 Thread $B%"%s%H%K!<(B $B%9%F%$%9(B
Its a design question - where do you want to speed up things. I think a little extra time starting up the application is OK. When the application I have starts up it loads lots of reasonabally static information from a database into beans. It may take a little longer for the application to s

Re[2]: ApplicationResources searchs

2002-04-03 Thread rizvan . katchera
If you load in memory it would take some time the first times I suggest you to load just a part of the file in memory Rizvan __ Reply Separator _ [EMAIL PROTECTED] 03/04/2002 11:02:00 |

Re: Forward from one webapp to another

2002-04-03 Thread $B%"%s%H%K!<(B $B%9%F%$%9(B
> Hi all, > > I'm looking for a way to forward control from one webapp to another with > passing > some parameters. I am not sure if you can have data sharing between different webapps managed by the servlet container, that is for someone else to answer. But you could have webappA store some

Re: ApplicationResources searchs

2002-04-03 Thread Adolfo Miguelez
Thanks for your fast response. We are planing development of large internacionalized web applications and we are considering this issue just in case. Anyhow would be interesting since our applications could hold a large amount of multilanguage keys. Right to say that loading in memory would s

HTTPS + Struts

2002-04-03 Thread rizvan . katchera
Can you advice on how you manage to redirect the http request from http to https? I have following scenario (typical of a shopping site). 1) User search and place item into shopping cart (eg calls http://www.acmeshop.com/addtoshoppingcart.do) 2) addtoshoppingcart.do do some processing and redi

Forward from one webapp to another

2002-04-03 Thread Arnaud Chiaberge
Hi all, I'm looking for a way to forward control from one webapp to another with passing some parameters. What I actually have is a webapp A, where a user first authenticate, and then does his job. Later, the user can switch, via an html link, to a another webapp B. The fact is that I don't want

Re: ApplicationResources searchs

2002-04-03 Thread $B%"%s%H%K!<(B $B%9%F%$%9(B
> Hi guys, > > just a question about ApplicationResources file. Is there any chance to > speed up key searchs in resource files by alphabetically ordering of the > keys within the file. Could be helpful for long keyed files. > > Any other way to improve performance in fetching the right value

struts-config path

2002-04-03 Thread Adolfo Miguelez
Hi guys, my question is concerned with struts-config location. I know it use to be /Web-inf/struts-config as a init parameter for the ActionServlet specified in the web.xml. Is it possible to place the config file anywhere in the filesystem and specify the path in the config param of web.xml?

ApplicationResources searchs

2002-04-03 Thread Adolfo Miguelez
Hi guys, just a question about ApplicationResources file. Is there any chance to speed up key searchs in resource files by alphabetically ordering of the keys within the file. Could be helpful for long keyed files. Any other way to improve performance in fetching the right value for a key? Th

How to take object from the Action to jsp

2002-04-03 Thread Konstantina Stamopoulou
Hello, My question might sound naive but I really eed your answer. I'm storing an object in ServletContext with the following code : servlet.getServletContext().setAttribute("treemodel",root); where root is an object of type Node(myclass). In my jsp I want to retrieve this object from the S