html:checkbox

2004-02-18 Thread Anand M S
Hi All, Is we use html:checkbox, what should be the type in struts-config.xml? is that boolean or string? THanks, Anand _ STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail

Validator Que

2003-11-14 Thread Anand M S
Hi All, Is there any way to validate the length of the text area using validaor? Thanks, Anand _ The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail

Re: DynaValidatorForm and Multi-page validation

2003-09-15 Thread Anand M S
Hi, I was also having the same problem, and I dropped validation frame work for multi page validation and using for regular validation. If you get answer, please let me know at [EMAIL PROTECTED] Thanks, Anand From: Natalie D Rassmann [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL

setting caching true from struts-config

2003-09-05 Thread Anand M S
Hi All, I need to set the cache = true for all my pages using struts-config, how can we do this? any ideas? Thanks, Anand _ Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail

Warning: Page has Expired The page you requested was created using information

2003-09-02 Thread Anand M S
Hi All, Its not related to struts, but I need help. If I submit a form and if I come back using browser back button browser displaying the following message, but it not consistent all the times, please can anybody tell when the browser displays the following message. Warning: Page has Expired

Re: Warning: Page has Expired The page you requested was created usinginformation

2003-09-02 Thread Anand M S
was created using information Date: Tue, 02 Sep 2003 14:09:23 -0400 I think that happens when you combine a form POST with meta tags that specify to the web browser that cacheing of the web page shoudl be disabled. Matt Anand M S wrote: Hi All, Its not related to struts, but I need help. If I

Re: Warning: Page has Expired The page you requested was created usinginformation

2003-09-02 Thread Anand M S
was created using information Date: Tue, 02 Sep 2003 14:09:23 -0400 I think that happens when you combine a form POST with meta tags that specify to the web browser that cacheing of the web page shoudl be disabled. Matt Anand M S wrote: Hi All, Its not related to struts, but I need help

Re: Warning: Page has Expired The page you requested was created usinginformation

2003-09-02 Thread Anand M S
Plans amp; Programs - Link Detail View /title link rel=stylesheet type=text/css href=/ebspnp/css/default.css/ /head Matt Anand M S wrote: Thanks for your reply Matt. Please can you provide code sample of meta tags. Thanks, Anand From: Sgarlata Matt [EMAIL PROTECTED] Reply-To: Struts Users

Re: Warning: Page has Expired The page you requested was created usinginformation

2003-09-02 Thread Anand M S
Mailing List [EMAIL PROTECTED] Subject: Re: Warning: Page has Expired The page you requested was created using information Date: Tue, 02 Sep 2003 15:40:28 -0400 Do you have the browser's cache disabled in your browser? If that's not what's causing the message then I'm stumped :) Matt Anand M S

Re: Warning: Page has Expired The page you requested was created usinginformation

2003-09-02 Thread Anand M S
requested was created using information Date: Tue, 02 Sep 2003 23:06:23 +0200 Sometimes the meta tags are in the page header with cookies etc so you don't see them in the source code. For instance, struts can be configured to do this for all pages in a webapp. On 09/02/2003 09:56 PM Anand M S

Re: Warning: Page has Expired The page you requested was created usinginformation

2003-09-02 Thread Anand M S
/02/2003 09:56 PM Anand M S wrote: I'm not sure how to enable or disable the caching from browser, even if its disabled, the behaviour should be the same for all the pages, but only few pages I'm getting this messages. From: Sgarlata Matt [EMAIL PROTECTED] Reply-To: Struts Users Mailing List

Re: Warning: Page has Expired The page you requested was created usinginformation

2003-09-02 Thread Anand M S
:33:47 -0400 Are the pages where this is happening the ones that are using form posts? I believe that post is the default when you use the html:form tag. Matt Anand M S wrote: but its happening only for few pages, I'm sure I did not configured in struts-config.xml. Thanks, Anand From: Adam

RE: Warning: Page has Expired The page you requested was created usinginformation

2003-09-02 Thread Anand M S
, David -Original Message- From: Anand M S [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 5:23 PM To: [EMAIL PROTECTED] Subject: Re: Warning: Page has Expired The page you requested was created using information but its happening only for few pages, I'm sure I did not configured

validation que

2003-08-14 Thread Anand M S
Hi All, I'm using validation frame work with dispatch action. I would like to use same form for differend actions, and only particular fields should validated for different actions. I have validation rules in xml for all the fields, can we tell ..do only these filed validation for this action,

multi page validation and page attribute

2003-08-14 Thread Anand M S
Here is the my validation.xml field property=firstName page=2 depends=required arg0 key=sysAdminForm.firstName.displayname/ /field field property=travelAllowance depends=required, mask arg0 key=sysAdminForm.travelAllownace.displayname/ var var-namemask/var-name

URLEncoding

2003-05-30 Thread Anand M S
I need to encode the url of struts action. If we use html:form, how can we encode the URL? Thanks, Anand _ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

bean:define error

2003-05-29 Thread Anand M S
here is the code, I have FELLOW_HEADER in session, it gives the following error [ServletException in:/jsp/fellow/declare_tenure_plans_step_1_1_tile.jsp] Define tag can contain only one of name attribute, value attribute, or body content' I'm using JRun4.0 bean:define id=header

what the wrong withis?

2003-05-27 Thread Anand M S
waht the wrong with following code, it doesn't work. can't we use bean:write inside any other struts tag? html:select property=fosCode value=bean:write name=header property=gender/ html:options collection=FIELD_OF_STUDY_CODES property=code labelProperty=description / /html:select

Re: what the wrong withis?

2003-05-27 Thread Anand M S
Developer/Struts Evangelist http://www.struts-atlanta.org - Original Message - From: Anand M S [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 27, 2003 4:22 PM Subject: what the wrong withis? waht the wrong with following code, it doesn't work. can't we use bean:write inside

Re: jdk14 log

2003-03-19 Thread Anand M S
I'm also having probel with jdk logging, I'm not sure how the the following methods of Logger should work log(Level level, String msg, Object param1); log(Level level, String msg, Object[] param1); If I pass array of objects as a parameters to this method, my understanding is it should print the

Calendar tag lib

2003-03-18 Thread Anand M S
Hi All, Is there any calendar tag lib for date picker? any ideas? Thanks, Anand - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How to create table in struts?

2003-03-14 Thread Anand M S
Hi, I have a collection, from this collection I have to create table to show the results to user, is there any way to create a table with struts with out manually constructing the table? Thanks, Anand - To unsubscribe, e-mail:

Re: How to create table in struts?

2003-03-14 Thread Anand M S
://edhill.its.uiowa.edu/display-0.8/. Some folks on this list have continued work on it; you can find developments at http://sourceforge.net/projects/displaytag. Sri -Original Message- From: Anand M S [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 3:13 PM To: Struts Users Mailing List Subject: How

DyanActionForm and html:select, html:options tags

2003-02-20 Thread Anand M S
Hi, If I use DyanActionForm, how should I populate dropdown box using html:options tag? we would declare all the form attributes in struts-config.xml, how should I initialize the collection and where? Thanks, Anand - To

Re: DyanActionForm and html:select, html:options tags

2003-02-20 Thread Anand M S
class that forwards to the JSP which needs to display the drop-down box. -- Voytek Jarnot Quidquid latine dictum sit, altum viditur. -Original Message- From: Anand M S [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 9:14 AM To: Struts Users Mailing List Subject

Re: DyanActionForm and html:select, html:options tags

2003-02-20 Thread Anand M S
DynaActionForm, all attributes will be in xml config file. Then how and where can we have collection? Any help would be greately appriciated Thanks, Anand - Original Message - From: Anand M S [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, February 20, 2003

DynaActionForm and dropwoen box

2003-02-18 Thread Anand M S
If I use struts 1.1's DynaActionForm, then how can we use bean:define for creating dropdown box, please any one can throw some light on this? Thanks, Anand - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

No getter method error

2003-02-14 Thread Anand M S
I have all getter and setter methods in UserForm, but still it's giving following error, please can anyone can help me out? here is the JSp code jsp:useBean id=userForm scope=request class=com.test.UserForm/ bean:define id=testList name=userForm property=testList type=java.util.List/ tr

Need help -DynaValodatorForm

2003-02-13 Thread Anand M S
Hi All, I'm planning to use DynaActionForm and DynaValidatorForm but I could not get proper documentation about usage, please can u help me out. Thanks, Anand - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

How to create dropdown box in Struts

2003-02-13 Thread Anand M S
Hi, Please, anyone can tell how to create dropdown box on JSp page using struts? Thanks, Anand - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to create dropdown box in Struts

2003-02-13 Thread Anand M S
on Struts From these resources you can find out how to set up simple drop-down with static values to drop-downs with variable default selections to dynamically loaded lists, etc The options have never been better. Sri -Original Message- From: Anand M S [mailto:[EMAIL PROTECTED]] Sent