RE: Struts custom tags tutorial

2003-08-27 Thread Edgar Dollin
Mailing List' Subject: RE: Struts custom tags tutorial I am not sure if you agreed with me or not on that one. In case you did not, to clarify: I think that the view should handle all the logic for presenting the data. It should not be tied into the business logic For example

RE: Struts custom tags tutorial : urgent!!

2003-08-26 Thread Seshadhri Srinivasan
Hi, I have a JSP page in which I am supposed to add content dynamically based on some logic. I came to know that using custom struts tags in the jsp page can aid in making the presentation logic modular. However I have no idea of custom Struts tags. Can some one suggest a good tutorial to cover up

RE: Struts custom tags tutorial : urgent!!

2003-08-26 Thread Steve Raeburn
://www.ninsky.com/struts/ -Original Message- From: Seshadhri Srinivasan [mailto:[EMAIL PROTECTED] Sent: August 25, 2003 10:30 PM To: 'Struts Users Mailing List' Subject: RE: Struts custom tags tutorial : urgent!! Hi, I have a JSP page in which I am supposed to add content dynamically based

RE: Struts custom tags tutorial

2003-08-26 Thread Seshadhri Srinivasan
:50 AM To: Struts Users Mailing List Subject: RE: Struts custom tags tutorial : urgent!! I do appreciate that when you are completely new to a subject it can be difficult to know where to look. However, you'll get a much more sympathetic response if you demonstrate that you have at least tried

RE: Struts custom tags tutorial

2003-08-26 Thread Steve Raeburn
://www.ninsky.com/struts/ -Original Message- From: Seshadhri Srinivasan [mailto:[EMAIL PROTECTED] Sent: August 25, 2003 11:51 PM To: 'Struts Users Mailing List' Subject: RE: Struts custom tags tutorial Hi Steve, Let me clarify: I know some of the basic concepts of struts

RE: Struts custom tags tutorial

2003-08-26 Thread Bill Chmura
velocity. Most anyone can do templates in that. Me -Original Message- From: Seshadhri Srinivasan [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2003 2:51 AM To: 'Struts Users Mailing List' Subject: RE: Struts custom tags tutorial Hi Steve, Let me

RE: Struts custom tags tutorial

2003-08-26 Thread Edgar Dollin
[mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2003 11:50 AM To: Struts Users Mailing List Subject: RE: Struts custom tags tutorial : urgent!! I do appreciate that when you are completely new to a subject it can be difficult to know where to look. However, you'll get a much more

RE: Struts custom tags tutorial

2003-08-26 Thread Edgar Dollin
Message- From: Bill Chmura [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2003 4:26 AM To: 'Struts Users Mailing List' Subject: RE: Struts custom tags tutorial Here are two easy ways out... http://edhill.its.uiowa.edu/display-examples/ (Wonderful, worked great for me

RE: Struts custom tags tutorial

2003-08-26 Thread Bill Chmura
-Original Message- From: Edgar Dollin [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2003 10:07 AM To: 'Struts Users Mailing List' Subject: RE: Struts custom tags tutorial Logic in the display which needs to know anything about the specifics of business

RE: Struts custom tags tutorial

2003-08-26 Thread Jarrod M. Lugo
Users Mailing List' Subject: RE: Struts custom tags tutorial In the case, the user described below, I didn't. What he wanted to do was, based on data values, guarantee a color scheme and other criteria, i.e. maybe all negative numbers should be in red. This is view based logic, but one