RE: Trivial Q

2002-10-28 Thread Khan, Manuchehar A (ACF)
ivial Q col=number % nb_rows ; row=(number / nb_cols) + 1; // provided that number and nb_cols are both int Vince -Original Message- From: Khan, Manuchehar A (ACF) [mailto:mkhan@;acf.hhs.gov] Sent: Monday, October 28, 2002 9:30 AM To: 'Struts Users Mailing List' Subject: RE: T

RE: Trivial Q

2002-10-28 Thread Khan, Manuchehar A (ACF)
=(number div nb_cols) + 1 (should be 3) dont know the language you're looking for ;-) Vince -Original Message- From: Khan, Manuchehar A (ACF) [mailto:mkhan@;acf.hhs.gov] Sent: Monday, October 28, 2002 9:20 AM To: 'Struts Users Mailing List' Subject: Trivial Q This q i

RE: Trivial Q....Correcton

2002-10-28 Thread Khan, Manuchehar A (ACF)
-Original Message- From: Khan, Manuchehar A (ACF) Sent: Monday, October 28, 2002 3:20 AM To: 'Struts Users Mailing List' Subject: Trivial Q This q is irrelevant to strusts but somebody can solve this easy puzzle that I am stuck with I have an multidimentional array ro

Trivial Q

2002-10-28 Thread Khan, Manuchehar A (ACF)
This q is irrelevant to strusts but somebody can solve this easy puzzle that I am stuck with I have an multidimentional array rows*columnsCan someone figureout code to get the x, y poisition in this multidimentional array if i know the number For example I have number 10.Its positi

urgent

2002-10-01 Thread Khan, Manuchehar A (ACF)
I have not set "nocache" property anywhere in web.xml or strut-config.xml. But still i am getting this in every page This is causing problem in printing from netscape. IF I try to print i get "Data Missing" problem . Any suggestions? -- To unsubscribe, e-mail: For a

Printing problem in Netscape using Strut 1.02

2002-10-01 Thread Khan, Manuchehar A (ACF)
I have not set "nocache" property anywhere in web.xml or strut-config.xml. But still i am getting this in every page This is causing problem in printing from netscape. IF I try to print i get "Data Missing" problem . Any suggestions? -- To unsubscribe, e-mail: For ad

Printing problem in netscape using strut 1.02

2002-10-01 Thread Khan, Manuchehar A (ACF)
I have not set "nocache" property anywhere in web.xml or strut-config.xml. But still i am getting this in every page This is causing problem in printing from netscape. IF I try to print i get "Data Missing" problem . Any suggestions? -- To unsubscribe, e-mail: For ad

RE: [Contributing] Re: all this traffic

2002-09-29 Thread Khan, Manuchehar A (ACF)
This is for Craig. I believe you are at home today. Can we do a better job of listing companies that are in process of developing applications in struts or already have applications in production. This helpes in convincing managements to take a more closer look at sturt. Thanks -Original

Action Error

2002-09-29 Thread Khan, Manuchehar A (ACF)
Action Error must be impletmented in sorted order. Right now it appears to be Hashtable...When we try to display errors they dont show up in order we inserted... -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 29, 2002 6:35 PM To: Struts Use

Adding html attributes in strut 1.02 for 508 complaint

2002-09-25 Thread Khan, Manuchehar A (ACF)
1.02 strut-html tagl lib is missing some of the attributes that are required for our application to be 508 complaint. Can I directly insert attributes into the strut-html and reuse them...I tried to put alt in html text but its fails. I tried to put title attribute in strut-html.tld inside text e

strut 1.02 does not support title/alt attribute in text field. how can i fix that?

2002-09-25 Thread Khan, Manuchehar A (ACF)
I am getting this error when I compile...Any suggestions? Error(34): Attribute: title is not a valid attribute name -- To unsubscribe, e-mail: For additional commands, e-mail:

Error in setting up title attribute in

2002-09-25 Thread Khan, Manuchehar A (ACF)
I am getting this error when I compile...Any suggestions? Error(34): Attribute: title is not a valid attribute name -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: How can I implement session time out control in struts

2002-09-18 Thread Khan, Manuchehar A (ACF)
iginal Message - From: "Khan, Manuchehar A (ACF)" <[EMAIL PROTECTED]> > I saw bank of america site. They start timer once the page is loaded and > before session timeout they notify user of extending the time by popping up > a small browser window...When the user cli

RE: How can I implement session time out control in struts

2002-09-18 Thread Khan, Manuchehar A (ACF)
is : What about multiple windows open within the same session ? This kind of functionality is calling for Java applets. I guess. :( Khan, Manuchehar A (ACF) wrote: >I saw bank of america site. They start timer once the page is loaded and >before session timeout they notify user of extendi

RE: How can I implement session time out control in struts

2002-09-18 Thread Khan, Manuchehar A (ACF)
I saw bank of america site. They start timer once the page is loaded and before session timeout they notify user of extending the time by popping up a small browser window...When the user click ok or close window it is tied up to form that sends command to server to increase the session time...but

How can I implement session time out control in struts

2002-09-18 Thread Khan, Manuchehar A (ACF)
Our application requires to notify 5 mins before the session time out and give an option to client to increase their session time out for another increment of 30 mins without reloading their page ...Any suggestions? Thanks -- To unsubscribe, e-mail: For additional com

Link to jsp that resides under WEB-INF

2002-09-17 Thread Khan, Manuchehar A (ACF)
I have moved all of my jsp's under the WEB-INF directory except the login page that resides in application root directory. Everything works fine execept links. How can I provide a link to jsp which resides in WEB-INF ? e.g href=/WEB-INF/jsp/abc.jsp? (Application not accepting this when i try to d

How to include html file as banner from different site?

2002-09-12 Thread Khan, Manuchehar A (ACF)
How can i add a html file from different web server in all views to be included as our top banner? Thanks -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 11:25 AM To: 'Struts Users Mailing List' Subject: RE: struts 1.1b2 with Weblogic

Including file from different server

2002-09-12 Thread Khan, Manuchehar A (ACF)
How can we add a page that resides on different server in all of our pages as banner. -Original Message- From: Donald Ball [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 10:52 AM To: [EMAIL PROTECTED] Subject: accessing path information from a jsp page In my jsp page, I

RE: Question for using struts as our standard MVC framework

2002-09-11 Thread Khan, Manuchehar A (ACF)
> -Original Message----- > From: Khan, Manuchehar A (ACF) [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 11, 2002 10:37 AM > To: 'Struts Users Mailing List' > Subject: Question for using struts as our standard MVC framework > > > Hello Folks. I work f

Question for using struts as our standard MVC framework

2002-09-11 Thread Khan, Manuchehar A (ACF)
Hello Folks. I work for Govt and we have major policy meeting for using struts as our stantard framework. One developer in our team took the Sun pet store example and created a framework that is basically a router/controller with xml configuration files to define handlers and views. And that cont

RE: Help: PDF file generator

2002-07-12 Thread Khan, Manuchehar A (ACF)
x27;t find 'FO' from Jakarta's subprojects list. Thanks, Mei -Original Message- From: Khan, Manuchehar A (ACF) [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 11:26 AM To: 'Struts Users Mailing List' Subject: RE: Help: PDF file generator YOu can use FO fro

RE: Help: PDF file generator

2002-07-12 Thread Khan, Manuchehar A (ACF)
YOu can use FO from JakartaThat requires XML file.. -Original Message- From: Mei Zhu [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 1:25 PM To: Struts Users Mailing List Subject: Help: PDF file generator Can anybody recommend me a good toolkit to generate pdf file dynamical

Installation in JDeveloper

2002-07-03 Thread Khan, Manuchehar A (ACF)
I am new having tough time in installing Struct in JDeveloper and running my first JSP page. I would appreciate if any one can give some info or provide a link for installtion. Thanks -Original Message- From: Jerry Jalenak [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 03, 2002 8:36 AM

Structs installation

2002-07-02 Thread Khan, Manuchehar A (ACF)
Please disregard last message. I did not entered my jsp file correctly.. Has anyone configures structs on JDeveloper...I set up all directory structure and started with one index.jsp file...I am getting this error. [ERROR] MessageResourcesFactory - -MessageResourcesFactory.createFactory java

Structs installation

2002-07-02 Thread Khan, Manuchehar A (ACF)
Has anyone configures structs on JDeveloper...I set up all directory structure and started with one index.jsp file...I am getting this error. [ERROR] MessageResourcesFactory - -MessageResourcesFactory.createFactory java.lang.ExceptionInInitializerError: java.lang.NullPointerException