RE: JSTL

2003-11-30 Thread Tarek M. Nabil
may still want to use HTML tags of struts Your decision may get affected in few cases if you are thinking of migrating to JSF in future Tarek M. Nabil wrote: Hi everyone, I'm getting ready to move from Struts 1.0.2 to Struts 1.1. Since, also, I now guarantee a J2EE 1.3 container, I'm

RE: JSTL

2003-11-30 Thread Tarek M. Nabil
implementation. -Original Message- From: Tarek M. Nabil [mailto:[EMAIL PROTECTED] You mean there are no equivalents for the Struts HTML tags in the JSTL? -Original Message- From: Manish Singla [mailto:[EMAIL PROTECTED] You may replace most of Logic tags/Bean tags with JSTL. You may

JSTL

2003-11-24 Thread Tarek M. Nabil
capabilities as the tag libraries provided with Struts, especially that I know that the tag libs shipped with Struts 1.1 fix a lot of the shortcomings of the tag libs shipped with 1.0.2. So, is going with the standards worth the move? Please advise. Regards, Tarek M. Nabil

Nested Tags

2003-08-27 Thread Tarek M. Nabil
Struts 1.0.2 and running on Tomcat 4.x on Win2K Thanks, Tarek M. Nabil - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Nested Tags

2003-08-27 Thread Tarek M. Nabil
:484) I'm using Struts 1.0.2 and running on Tomcat 4.x on Win2K Thanks, Tarek M. Nabil - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

RE: Nested Tags

2003-08-27 Thread Tarek M. Nabil
Any solution then? I tried Kumar's solution, but apparently it's not for Struts 1.0.2 because I got an error message saying the bean:define tag must be empty. -Original Message- From: Slattery, Tim - BLS [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 5:52 PM To: 'Struts Users

RE: Application Design Document

2003-08-14 Thread Tarek M. Nabil
Hi everyone, First of all, I'd like to thank you all for your help. I really appreciate it. I want to discuss some of the opinions I read in your answers. Some people commented that it was strange I was looking to write a design document after I've finished development. I totally agree.

Application Design Document

2003-08-05 Thread Tarek M. Nabil
experiences. Thanks, Tarek M. Nabil - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: FW: Redirect to home page on logon

2003-07-21 Thread Tarek M. Nabil
Thanks Rick. I did something similar to that and it works. But, behind the scenes, still execution is forwarded to the error page. Of course the filter intercepts that and corrects things. But I still can't understand the error that occurs. I wrote that in a later post, don't know if you've

FW: Redirect to home page on logon

2003-07-20 Thread Tarek M. Nabil
. -Tim Tarek M. Nabil wrote: Tim, the Filter thing is a great idea, and it worked just fine. Thanks a million. Now, I have another problem that I just can't figure out. After the session expires and the user makes a request, he's sent to the login page by Tomcat. After he logs in, he's still

html:link ties the model to the view

2003-03-12 Thread Tarek M. Nabil
getParams() to return a java.util.Map that contains the request parameters and their values. That would essentially mean that SubcategoryModel knows the name of the request parameters, which is not that good. I don't have another way to do it. Can anyone help? Thanks in advance. Tarek M. Nabil

RE: html:link ties the model to the view

2003-03-12 Thread Tarek M. Nabil
=params page=/editSubcategory.do?${visibleCategories}html:img border=0 srcKey=img.edit//html-el:link /td /tr /logic:iterate - Original Message - From: Tarek M. Nabil [EMAIL PROTECTED] To: Struts (E-mail) [EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 2:26 PM Subject: html:link ties the model

RE: html:link ties the model to the view

2003-03-12 Thread Tarek M. Nabil
. Alternatively, your model class doesn't need to know about the request parameter names if you use an adaptor/wrapper around it. David From: Tarek M. Nabil [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts (E-mail) [EMAIL PROTECTED] Subject: html:link ties the model

RE: Locale object in session

2003-03-12 Thread Tarek M. Nabil
Thanks a lot Scott :) -Original Message- From: Esbrook, Scott [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 10:41 PM To: 'Struts Users Mailing List'; Tarek M. Nabil Subject: RE: Locale object in session Tarek, I also have this requirement (no use of Session objects

RE: REPOST: Locale object in session

2003-02-20 Thread Tarek M. Nabil
Hi everyone, Could you please tell me if my question needs more clarificaton, I haven't had a response for it uptil now. I appreciate the help. Thanks -Original Message- From: Tarek M. Nabil Sent: Tuesday, February 18, 2003 5:08 PM To: Struts (E-mail) Subject: REPOST: Locale object

RE: REPOST: Locale object in session

2003-02-20 Thread Tarek M. Nabil
reconsider your decision not to use sessions. I am not as familiar with the source as some on this list, but from my examination of it it makes use of the session object and assumes that it exists. -= J -Original Message- From: Tarek M. Nabil [mailto:[EMAIL PROTECTED]] Sent

RE: REPOST: Locale object in session

2003-02-20 Thread Tarek M. Nabil
code base - otherwise it wouldn't be causing you any problems ;-). The class is org.apache.struts.util.RequestUtils. It seems like the best thing to do would be to file a bug report: http://issues.apache.org/bugzilla/ Quoting Tarek M. Nabil [EMAIL PROTECTED]: Thanks Kris, This code snippet

RE: REPOST: Locale object in session

2003-02-20 Thread Tarek M. Nabil
to get fixed much quicker... Quoting Tarek M. Nabil [EMAIL PROTECTED]: I guess I'll do that then, although it won't solve my problem. Thanks Kris -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 7:44 PM To: Struts Users Mailing

REPOST: Locale object in session

2003-02-18 Thread Tarek M. Nabil
Sorry for reposting this message, but I haven't got any responses yet. -Original Message- From: Tarek M. Nabil Sent: Sunday, February 16, 2003 11:18 PM To: Struts Users Mailing List Subject: RE: Locale object in session Thanks for the help. I still get a can#39;t access SESSION_SCOPE

RE: Locale object in session

2003-02-16 Thread Tarek M. Nabil
there as well. Craig On Sat, 15 Feb 2003, Tarek M. Nabil wrote: Date: Sat, 15 Feb 2003 21:51:30 +0200 From: Tarek M. Nabil [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts (E-mail) [EMAIL PROTECTED] Subject: Locale object in session Hi everyone, I'm

Locale object in session

2003-02-15 Thread Tarek M. Nabil
Hi everyone, I'm using Struts 1.0.2. I noticed that whenever a new session is created, Struts creates a locale object for that user and stores it in his session. I need to disable session state in my application, so how can I prevent Struts from doing this? Thanks

Application Startup

2003-02-06 Thread Tarek M. Nabil
. Please advise, Thanks, Tarek M. Nabil - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

FW: Beans Tutorial

2002-03-28 Thread Tarek M. Nabil
I'll try to post this maybe too simple question again. -Original Message- From: Tarek M. Nabil Sent: Tuesday, March 26, 2002 3:41 PM To: Struts (E-mail) Subject: Beans Tutorial Hi everyone, I'm new to Struts, and the first thing I learned was that Struts uses a lot of Java beans

Beans Tutorial

2002-03-26 Thread Tarek M. Nabil
that is more inclined towards server side development. Can anyone guide me to such a tutorial? Thanks in advance for your help :) Tarek M. Nabil Software Engineer ITWorx [EMAIL PROTECTED] Free Zone, Area 7 (B), Block (J), Nasr City, Cairo, Egypt TEL.: 20-2-2766226 http://www.itworx.com