RE: [OT] - Request against Session

2004-02-14 Thread Michael McGrady
I guess I was just not thinking of people doing things the way you describe. Heck, I can design a disaster lots of ways. One way is the way you describe, viz. to violate the basic premises of the MVC pattern as used in web applications, i.e. have the data mining for the request view put into

RE: [OT] - Request against Session

2004-02-14 Thread Michael McGrady
Now let us assume that the ActionForm for the record editing form needs to go in session scope (nb: in request scope there is not a problem so if the design can be done practically with request scope that is much better). Hi, Andrew, Now this is becoming interesting. Let's talk about this

RE: [OT] - Request against Session

2004-02-14 Thread Michael McGrady
At 07:35 PM 2/13/2004, you wrote: Have a think about whats going to be happening with that session scoped action form... Go ahead, tell me. What is going to be happening. Is there going to be anything happening that makes this a nutso design to use? If so, my suggestion is, don't use this

[OT] Display TagLib Struts

2004-02-14 Thread Oliver Thiel
Hi, did anyone use the Display TagLib [www.displaytaglib.org]? And can guide my - BETTER - send me some sample code on how to use it with struts! I got the examples running in my struts app - using the provided TestList's, but as soon as I start creating my one from a resultSet I got some

Re: [OT] - Request against Session

2004-02-14 Thread Mark Lowe
:-[ shucks.. I love you to .. :o) Now I've had some explanation i can kinda see what the issue is , session scoped forms aren't a good idea if you've a crack-induced interface that relies on multiple popup windows. But in such a scenario i'd say copying the request scoped forms to a session

Re: multiple Tiles definition files ?

2004-02-14 Thread Niall Pemberton
Yes - Original Message - From: lixin chu [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, February 14, 2004 7:05 AM Subject: multiple Tiles definition files ? Hi, is it possible to support multiple Tiles definition files in one application ? thanks li xin

IBatis???

2004-02-14 Thread subramaniam . o
Hi, can any one tell me what is IBatis? where can i get reference doc/tutorial for the same Thanks and Regards O. Subramaniam. Tata Consultancy Services. Chennai. Mailto: [EMAIL PROTECTED] Website: http://www.tcs.comDISCLAIMER: The information contained in this message is intended only and

[OT] Re: IBatis???

2004-02-14 Thread Guido GarcĂ­a Bernardo
www.ibatis.com iBATIS SQL Maps provides a very simple and flexible means of moving data between your Java objects and a relational database. Use the full power of real SQL without a single line of JDBC code! http://www.ibatis.com/common/sqlmaps.html iBATIS DAO is an abstraction layer that

Re: [OT] - Request against Session

2004-02-14 Thread Michael McGrady
How appropriate for the day. xoxxxoxoxoxx At 03:05 AM 2/14/2004, Mark Lowe wrote: :-[ shucks.. I love you to .. :o) Now I've had some explanation i can kinda see what the issue is , session scoped forms aren't a good idea if you've a crack-induced interface that relies on multiple popup

RE: [OT] Case insensitive Map keys [Results]

2004-02-14 Thread Guillermo Meyer
Navjot is the winner by now, this the code I'm using to test and the results. Thanks for your responses. Guillermo. - | Executing performance test in Case Insensitive Maps |

RE: client-side validation not working

2004-02-14 Thread Anderson, James H [IT]
Yes and yes. -Original Message- From: Saul Q Yuan [mailto:[EMAIL PROTECTED] Sent: Friday, February 13, 2004 4:17 PM To: 'Struts Users Mailing List' Subject: RE: client-side validation not working So, did you find the validateDate function, and was it called? -Original Message-

RE: client-side validation not working

2004-02-14 Thread Anderson, James H [IT]
Or, I should say that it looks like it would be called. here's the code fragment: !-- Begin var bCancel = false; function validateActivityViewForm(form) { if (bCancel) return true; else return validateDate(form); } function DateValidations

RE: [OT] - Request against Session

2004-02-14 Thread Craig R. McClanahan
Quoting Michael McGrady [EMAIL PROTECTED]: Now let us assume that the ActionForm for the record editing form needs to go in session scope (nb: in request scope there is not a problem so if the design can be done practically with request scope that is much better). Hi, Andrew, Now

help on struts 1.1 and iplanet AS 6.5

2004-02-14 Thread Adolfo Miguelez
Hi All, I have developed an Struts 1.1 app under Tomcat. I did not have any problems to migrate it to Websphere 5.0, and it worked with no changes. Fine!!! However, when trying to deploy in an iPlanet Application Server 6.5, it did not work. It complaints in many points. For example, I was

[OT] Struts and UML

2004-02-14 Thread Matthias Wessendorf
Hi, i just played a bit on Stereo-types for documentation of my web-Apps. I wanted to document classes (incl. JSPs) for every use-case. However, here is my try: http://www.wessendorf.net/struts_uml.gif inspiration came on reading: Jim Conallen (Web-Apps with UML) however, is there any

RE: IBatis???

2004-02-14 Thread Shoaib
You can go to http://www.ibatis.com http://www.ibatis.com/ where you will find all the information about IBATIS.It is a framework for working with Database in and OO way. Regards Shoaib -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, February

Re: [OT] Display TagLib Struts

2004-02-14 Thread Janusz Dziadon
I'm using Display TagLib, now for testing purposes only but ... All you have to do is to prepare list of beans with getter and setter method, and then defining columns by property names. Documentation is good, so I don't know what you expecting now. Only one bug i saw till now, if cell value