RE: Question about NestedIterateTag

2003-03-14 Thread Bhamani, Nizar A TL56E
work directory and put that logic in MyTag. It worked like a champion. Should've thought of this before. Thanks all for your help. Nizar Bhamani -Original Message- From: Bhamani, Nizar A TL56E [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 4:01 PM To: 'Struts Users Ma

RE: Question about NestedIterateTag (also: nested:iterate & nested:root)

2003-03-14 Thread Bhamani, Nizar A TL56E
e issue too. > > chris > > -Original Message- > From: Bhamani, Nizar A TL56E [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 13, 2003 4:31 PM > To: 'Struts Users Mailing List' > Cc: Chris Butler > Subject: RE: Question about NestedIterateTag (also: nested:i

RE: Question about NestedIterateTag (also: nested:iterate & nested:root)

2003-03-13 Thread Bhamani, Nizar A TL56E
that I've done - I've attached. Chris -Original Message----- From: Bhamani, Nizar A TL56E [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 4:01 PM To: 'Struts Users Mailing List' Subject: Question about NestedIterateTag We have written our own tag to print a bunch

Question about NestedIterateTag

2003-03-13 Thread Bhamani, Nizar A TL56E
We have written our own tag to print a bunch of fields read from an XML file. I am using various NestedTextTag, NestedRadioTag, NestedSelectTag, NestedOptionsTag and it all works fine. I had to enhance this to use iterations of a list of fields and am using NestedIterateTag. However using Nested

Page Anchoring using Tiles Def

2003-01-02 Thread Bhamani, Nizar A TL56E
My struts config is using Tiles definition to forward to a Page instead of "jsp". i.e. I am using the following : instead of : Is there a way to jump to an anchor location on the Page I am forwarding to without using the jsp forward And redirect=true ? i.e. I want to

RE: Move to TilesRequestProcessor results in forwarding exception.

2002-12-12 Thread Bhamani, Nizar A TL56E
To use Tiles, you need to have both 1) plug-in entry and 2) Controller entry in your 'struts-config.xml' as has been mentioned in the available documentation. Nizar Bhamani -Original Message- From: Jerome Jacobsen [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 3:07 PM To:

RE: Move to TilesRequestProcessor results in forwarding exception.

2002-12-12 Thread Bhamani, Nizar A TL56E
You need to also do the following in your struts-config : Nizar Bhamani -Original Message- From: Jerome Jacobsen [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 2:53 PM To: Struts User Subject: Move to TilesRequestProcessor results in forwarding exception. I just adde

RE: Dynamic list validations

2002-12-12 Thread Bhamani, Nizar A TL56E
e lastName field is not null, for each indexed value of dependents. So if dependents[3].firstName is being checked, it will be checked against dependents[3].lastName James > -Original Message- > From: Bhamani, Nizar A TL56E [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, Decemb

RE: Dynamic list validations

2002-12-11 Thread Bhamani, Nizar A TL56E
IL PROTECTED]] Sent: Wednesday, December 11, 2002 5:10 PM To: 'Struts Users Mailing List' Cc: [EMAIL PROTECTED] Subject: RE: Dynamic list validations Look at the new RequiredIf validation in the night build, it supports just this mechanism. James > -----Original Message----- >

Dynamic list validations

2002-12-11 Thread Bhamani, Nizar A TL56E
Our forms have a list of input fields and we are using struts-validators to Validate our forms. i.e. the form looks like : InputField1[0] InputField2[0] InputField1[1] InputField2[1] InputField1[2] InputField2[2] InputField1[3] InputField2[3] I want to perform validation

html tags

2002-11-06 Thread Bhamani, Nizar A TL56E
I have a typical problem where, I am using the tags, in which the contents/fields within the tag needs to be dynamic. i.e. the form consists of multiple sections and each of these section has a few fields which can change based on certain conditions. I want to use the Each of these sec

RE: Struts/Tiles/RequestProcessor

2002-11-05 Thread Bhamani, Nizar A TL56E
I am using Tomcat 4.1.12 with Struts 1.1. I will try to dig more about using Filters. Thanks, Nizar Bhamani -Original Message- From: Wendy Smoak [mailto:Wendy.Smoak@;asu.edu] Sent: Tuesday, November 05, 2002 6:15 PM To: 'Struts Users Mailing List' Subject: RE: Struts/Tiles/RequestProc

Struts/Tiles/RequestProcessor

2002-11-05 Thread Bhamani, Nizar A TL56E
Here is my scenario that uses Struts/Tiles that has following pages. http://localhost:8080/login.jsp http://localhost:8080/page1.jsp http://localhost:8080/page2.jsp http://localhost:8080/page3.jsp and so on All the above pages use Tiles layout. Every user needs to login before going to page1,

Mixing of taglib with custom taglibs

2002-10-30 Thread Bhamani, Nizar A TL56E
Is it OK to mix , , with custom field tags and use them in the ActionForm Beans ? Has anybody done this ? Nizar Bhamani Senior Software Engineer YouDecide.com Inc, a subsidiary of Ace INA Holdings Corp [EMAIL PROTECTED] (770) 291 7180 http://www.youdecide.com

Form using beans as data member

2002-10-30 Thread Bhamani, Nizar A TL56E
I have a FormBean Class : public class SomeForm extends ActionForm implements Serializable { private SomeBean someBean; // .. } public class SomeBean implements Serializable { private String field1; private String field2; public String getField1() {

RE: Dynamic Forms using XML

2002-10-25 Thread Bhamani, Nizar A TL56E
t do the needed rendering of the HTML fields. Any comments/suggestions/improvements? /* A - Original Message - From: "Bhamani, Nizar A TL56E" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 24, 2002 3:46 PM Subject: Dynamic Forms using XML &g

Action Errors

2002-10-24 Thread Bhamani, Nizar A TL56E
I have a form page, which is using the Validations Plugin to perform certain validations. If on a page, I get an error because of required field value is missing, the error message is displayed correctly. However, if I put correct values later, the ActionErrors is still set (ActionError.size() ==

Dynamic Forms using XML

2002-10-24 Thread Bhamani, Nizar A TL56E
I have a scenario where, I need to develop Dynamic forms using an XML. i.e. the XML will specify what fields (all types of fields) need to be displayed on what page (i.e. page1, page2, etc). Has anybody out there worked on a similar scenario using Struts? Any help/input on this will be greatly ap

RE: Tomcat startup error

2002-10-23 Thread Bhamani, Nizar A TL56E
I am not sure, I guess, this could be something related to the PersistentManager I am using for my session management, which I had downloaded from the TomCat site for version 4.1.12 ? The server.xml file sets the PersistentManger section as : Nizar Bhaman

Tomcat startup error

2002-10-23 Thread Bhamani, Nizar A TL56E
I am getting the following startup error when I start Tomcat 4.1 using struts application. Any ideas : ... [INFO] JkMain - -Jk running ID=0 time=20/210 config=C:\Program Files\Apache Gro

Tiles and validations in Struts

2002-10-23 Thread Bhamani, Nizar A TL56E
I have a tile framework in which the body tile changes every time based on user actions. I am using StrutsValidation in Struts 1.1 to perform user input validations. Whenever, the validation fails on a page, for some reason it always goes to the first page rather then reDisplaying the original page

Validation Question

2002-10-22 Thread Bhamani, Nizar A TL56E
I have layed out my application to use tiles in which, it has the usual tiles like header, footer, bodyContent etc, inwhich the bodyContent is dynamic. For each page I have a form that redirects it to the tiles/template and appropriately setting the dynamic bodyContent page. The sequence goes like

Validators Info

2002-10-17 Thread Bhamani, Nizar A TL56E
May be this question has been asked before. Can somebody send a url which describes the ValidatorForm/DynaValidatorForm etc usage ? I tried digging into the archives but it seems that it is always in bits and pieces with too much digging. Thanks, Nizar Bhamani

Struts newbie question

2002-10-16 Thread Bhamani, Nizar A TL56E
I had a question about deploying an application that consisted of multiple struts based components. i.e. there will be a main application directory set (which is struts based) under webapps and underneath which there will be multiple sub-application directories which are also struts based. My gues

FW: Struts - tiles - taglib - error

2002-10-16 Thread Bhamani, Nizar A TL56E
I have been getting this error in my TomCat 4.1.12 error log, when I try to run the tile based struts application. Can somebody throw me some light as to what needs to be done to avoid this. Thanks, Nizar. > 2002-10-16 14:29:46 ApplicationDispatcher[/ina-prototype] > Servlet.service() for > ser

Validator XML error in logs

2002-10-14 Thread Bhamani, Nizar A TL56E
I have setup my struts application to use the StrutsValidator Plugin. As directed, the validator-rules.xml file looks something like : --- http://jakarta.apache.org/struts/dtds/validation_1_1.dtd";> ...