Re: Regarding Localization Can't Change in Struts2

2008-02-26 Thread sagarlotiya
redirect) before the locale switch can > happen. > > Have you tried (temporarily) commenting out the login interceptor from > your defaultinterceptor stack? What about moving it down the stack (i.e. > after completeStack? > > L. > > sagarlotiya wrote: >> Hi >>

Re: Regarding Localization Can't Change in Struts2

2008-02-22 Thread sagarlotiya
at a redirect will lose the request parameter, right? > > If that isn't the clue you're looking for, post some configuration: > > - your interceptor stack > - action/result mappings in struts.xml for Action.LOGIN > - relevant code from your login page JSP > > L. &

Re: Regarding Localization Can't Change in Struts2

2008-02-22 Thread sagarlotiya
an't change the localization...though i am passing request_locale paramter in url but if usr is valid and "ELSE" part is there in above code it doesn't work... so above is the problem.. help me if possible... i have tried a lot but i can't find what is the problem? newton.

Regarding Localization Can't Change in Struts2

2008-02-21 Thread sagarlotiya
Hi, I have some strange problem occurs in my application with using struts2. When i will try to change locale without login it don't work. But once i will login in to the application i can change the locale. can any one help what can be the problem that i can't change the locale without login..

Busy script dialog box appear with Mozilla 2.0.0.8

2008-01-31 Thread sagarlotiya
Hi When i am trying user At certain place in Mozilla 2.0.0.8 it displays Busy script dialog box. If i remove the then it solves this problem. But i want to use . If any one know the cause of this problem and solution please tell me. Thank you -- View this message in context: http://www.nabb

Invalid Field Value For Field

2007-11-22 Thread sagarlotiya
Hi, When i am trying to add "String" in "int" field, struts2 gives me following message. "invalid field value for field xyz". Now i want to change this message to my custome message. Then i have to create file ClassName.properties and in that if i will put something like this invalid.fieldvalue.fi

Re: Problem with struts2 iterator and ognl

2007-11-20 Thread sagarlotiya
you mean by "not going through the action"? > > d. > > --- sagarlotiya <[EMAIL PROTECTED]> wrote: > >> >> Hi, >> I have a iterator and i am loop through it in my jsp >> file and iterator >> contains textbox. >> Problem occurs when i am try

Problem with struts2 iterator and ognl

2007-11-20 Thread sagarlotiya
Hi, I have a iterator and i am loop through it in my jsp file and iterator contains textbox. Problem occurs when i am try to set the values directly on "Model" through ognl. any one has idea how to do that ? e.g. when i am trying to set the value through ognl directly on model without going t

problem with datetimepicker in struts2.0.9 with sitemesh

2007-10-29 Thread sagarlotiya
Hi I am using struts2.0.9 with sitemesh. I am using of struts2. It works fine. But problem occurs that it also renders some contents of decorators of sitemesh with dropdown. i have also put in decorators.xml then also it doesn't display it properly. If any one knows what could be the problem? P

Re: Invalid field value(due to type coversion) in Struts2

2007-10-28 Thread sagarlotiya
Laurie Harper wrote: > > sagarlotiya wrote: >> Hi Problem in Struts2. >> I have problem when using OGNL to set the Object directly on Model. >> >> For e.g. >> >> > list="listPropertySelectionModel.departmentListOfSchool" listValue=&

struts2 run time error

2007-10-24 Thread sagarlotiya
Hi I am using Coverter for following thing. After submiting form when i will come back to the same page at that time it gives me following error. ERROR [runtime] Method public boolean org.apache.struts2.components.ListUIBean.contains(java.lang.Object,java.lang.Object) threw an exception when

Invalid field value(due to type coversion) in Struts2

2007-10-23 Thread sagarlotiya
Hi Problem in Struts2. I have problem when using OGNL to set the Object directly on Model. For e.g. e.g. Final html which is rendered by struts2 Dermetology Orthopedic_dept Art of Fashion MBA here i am trying to set the Object of "Department" directly on Model "CourseImple