Struts 1.1b2 and Validator

2002-09-12 Thread Malani, Prakash
Hi, How are you doing? I upgraded a very simple application from Struts 1.1b1 to Struts 1.1b2. Now the validator isn't working. In particular the html:javascript tag instead of outputting JavaScript just outputs // End -- I don't see any errors or exceptions. I am using WLS 7.0. I have a

RE: Struts 1.1b2 and Validator

2002-09-12 Thread Malani, Prakash
again! Thanks, -Prakash -Original Message- From: Malani, Prakash Sent: Thursday, September 12, 2002 3:33 PM To: [EMAIL PROTECTED] Subject: Struts 1.1b2 and Validator Hi, How are you doing? I upgraded a very simple application from Struts 1.1b1 to Struts 1.1b2. Now

RE: Security and Struts

2002-09-10 Thread Malani, Prakash
Hi, How are you doing? You may want to check Security Filter. It supports roles 'n' such. It is well documented and very cleanly implemented. Here is the URL: http://securityfilter.sourceforge.net/ Best regards, -Prakash - eBuilt, Inc. - Builders of Industrial-Strength e-Business

RE: Help!!!: Decorate available Struts webapp with Tiles

2002-08-16 Thread Malani, Prakash
Hi, How are you doing? I would try something like this: Let's say we have screens like searchCustomer.do, submitCustomer.do, etc., that are without decoration. Using Tiles, let's define a defintion like: defintion name=baseDef path=/layout/baseLayout.jsp put

RE: Jsp in another Jsp using struts

2002-02-05 Thread Malani, Prakash
Hi, How are you doing? Take a look at the following: http://www.javaworld.com/javaworld/jw-01-2002/jw-0104-tilestrut.html? It will explain how to use templates in general and tiles in particular Sincerely, -Prakash - eBuilt, Inc. - Builders of Industrial-Strength e-Business

RE: examples of struts templates struts templates Vs Tiles

2002-01-31 Thread Malani, Prakash
Hi, How are you doing? I'm looking for good examples of using struts templates for building a UI. I'm trying to figure out how to display the current tab as selected using templates, haven't found any example that helps me do that. Also, is Tiles the recommended way of templating

RE: can content be dynamic in JSP templating

2002-01-09 Thread Malani, Prakash
Hi, Ken == Ken Domen Domen writes: Ken Do we have to create a separate content.jsp for every content that's Ken different? Ken Doesn't that mean that you have to create 2 jsp's for every page that's Ken different? Ken Is there a way to make the content dynamic

A new article on view component organization with Struts and Tiles

2002-01-07 Thread Malani, Prakash
Hi, How are you doing? My article on view component organization with Struts and Tiles is published in JavaWorld: http://www.javaworld.com/javaworld/jw-01-2002/jw-0104-tilestrut.html? Here is the summary: Every Web application developer must organize view components, such as header, body, and