Validation for List of items

2008-06-19 Thread Vamsi Gmail!
name Is the current validation framework provides validations of this kind or not. If anything like that is there please provide the links for them Regards Vamsi

Problem assiging elements in to list

2008-03-14 Thread Vamsi Gmail!
Hi all, I have a requirement where I need to assign a Objects to a list. I tried the example given in showcase there is working (in the site). But It is not assigning to that list I am also attaching code for your refernce. ---Vamsi /* * $Id: PersonAction.java 471756 2006-11-06 15:01

Re: How can I validate a composed object in my action?(Struts 2)

2008-02-06 Thread Vamsi Gmail!
Create a file With name UserAction-validation.xml and copy the below content go through the struts2 validation frame work validators field name=usr.userId field-validator type=requiredstring messageSchool name required/message /field-validator /field /validators On 2/6/08,

What are latest updates on Struts2.1?

2007-12-11 Thread vamsi
Hi all, At present I am using struts 2.08 I wanted what are updates that are there in 2.1. What is the best place to find these details all at one place? Thanks Vamsi

Problem with s:if

2007-10-28 Thread vamsi
=actualCommission//fmt:formatNumber/td /s:if s:set name=check value=false/ /tr regards Vamsi

Re: [S2] Websphere 6.1 Showcase application, Response already committed warning in logs

2007-10-28 Thread vamsi
Can u post the complete stacktrace. - Original Message - From: Paul Benedict [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Monday, October 29, 2007 10:15 AM Subject: Re: [S2] Websphere 6.1 Showcase application, Response already committed warning in logs

Re: How to get initialized at startup

2007-10-24 Thread vamsi
I am writing my own servlet for this as I didn't found anything. As I feel I have more control on that. post it if you got solution for this one. - Original Message - From: Brian Hawkins [EMAIL PROTECTED] To: user@struts.apache.org Sent: Tuesday, October 23, 2007 3:06 AM Subject: How to

Problem with OGNL

2007-10-17 Thread vamsi
) { this.salesPlans = salesPlans; } thanks Regards Vamsi Krishna

Re: S:property converts string to rounded int

2007-10-16 Thread vamsi
Use struts formatting tags %@ taglib uri=http://java.sun.com/jstl/fmt; prefix=fmt % - Original Message - From: Sekhar, Raja [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Tuesday, October 16, 2007 9:11 AM Subject: S:property converts string to rounded int

Read only property for date picker

2007-10-09 Thread vamsi
Hi all, I have a requirement where I have to make the textfield coming along with datetimepicker should be readonly.But there is no attribute to do so in the tag for datetimepicker is there any solution for that. regards Vamsi Krishna.

Formatting Flaot and Double Values

2007-10-03 Thread vamsi
Hi all, I want to format float and double values like this ##,###.## eg 45,000.09 Is there any tag that will do this for me or any global property to do this thanks, Regards Vamsi krishna

Unable to Repopulate the select control once the validation failed

2007-09-03 Thread vamsi
my application regards Vamsi

Re: ServletRequestAware

2007-09-03 Thread vamsi
why can't u get request object from ServletContext? - Original Message - From: Alvaro Sanchez-Mariscal [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Monday, September 03, 2007 6:53 AM Subject: Re: ServletRequestAware As far as I know, the only way is

Re: Unsolved datepicker problem

2007-08-31 Thread vamsi
datepicker problem Suggestions: Confirm that the dojo javascipt is actually included in the html output Use FireBug to examine if the requests to get the javascript files and images are working (and if not, why not) Create a minimal test application and get it working first. vamsi wrote: Thanks

Re: Unsolved datepicker problem

2007-08-29 Thread vamsi
, August 29, 2007 11:10 AM Subject: Re: Unsolved datepicker problem try to add s:head theme=ajax/ between head/ tags. 2007/8/29, vamsi [EMAIL PROTECTED]: Hi all, I posted this many times but still i don't have any response. I am not asking solution what is the possible problem only. My

Re: Struts and Weblogic 10.0 issue

2007-08-29 Thread vamsi
Can you look at this input must be followed by either attribute specifications, or /. at - Original Message - From: Ashish Kulkarni [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Wednesday, August 29, 2007 7:18 PM Subject: Re: Struts and Weblogic 10.0

Re: How format a string when it is Displayed?

2007-08-29 Thread vamsi
I think we can't format a String using bean:write previously I searched for this but I didn't found any solution as it is not supporting any formatting for Strings. - Original Message - From: [EMAIL PROTECTED] To: user@struts.apache.org Sent: Wednesday, August 29, 2007 11:35 PM

Unsolved datepicker problem

2007-08-28 Thread vamsi
Hi all, I posted this many times but still i don't have any response. I am not asking solution what is the possible problem only. My problem struts2 ajax based tags are not working in my application. application was deployed on jboss. regards Vamsi

Stack Overflow alert when using tabbed panel

2007-08-23 Thread Vamsi
they required for my live project. regards Vamsi Krishna -- View this message in context: http://www.nabble.com/Stack-Overflow-alert-when-using-tabbed-panel-tf4315972.html#a12289054 Sent from the Struts - User mailing list archive at Nabble.com

Re: the icons of datatimepicker cannot be displayed

2007-08-22 Thread vamsi
I kept that one too. that's why I said all the script files are getting loaded also. maybe you forget to add s:head theme=ajax/ between the head/ tag 2007/8/21, vamsi [EMAIL PROTECTED]: I am facing some problem with datetimepicker datetimepicker not showing up any thing on the browser

XWorkConversion of Date from string

2007-08-22 Thread vamsi
Hi all, In my aplication I need to String to Date, it is working only for MM/dd/ format only I found strange that it is hardcode inside the XWorkConversion class. Is there any other place where I can set this date format. thanks to all regards Vamsi

Re: the icons of datatimepicker cannot be displayed

2007-08-20 Thread vamsi
using sitemesh and acegi security framework and struts 2.08 regards Vamsi - Original Message - From: Andvar Woo [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Tuesday, August 21, 2007 7:54 AM Subject: Re: the icons of datatimepicker cannot be displayed

Re: Fw: Date problem

2007-08-18 Thread vamsi
Mikheev, But it is saying Paramtert interceptor unable to convert the java.lang.String to Date and giving an Illegalargumentexception any information why it is saying like that regards Vamsi - Original Message - From: Oleg Mikheev [EMAIL PROTECTED] To: Struts

Autowiring multiple Items of same object

2007-08-17 Thread Vamsi
this ListIR irs; Can anybody provide solutions for this one or references Thank ful to everyone who responded. if no solutions I have to go back to the traditional way reading using request object regards Vamsi krishna -- View this message

Date problem

2007-08-16 Thread vamsi
Hi all, I have some problem with date conversion. Is struts automatically converts String in to date format? if the answer is YES How to do that regards Vamsi Krishna

Fw: Date problem

2007-08-16 Thread vamsi
Hi all, I have some problem with date conversion. Is struts automatically converts String in to date format? if the answer is YES How to do that regards Vamsi Krishna

Re: How to use JFreeChartPlugin in s:div tag

2007-08-05 Thread vamsi
Is that escaping the output ? Can u post that weird characters. - Original Message - From: Struts2 Fan [EMAIL PROTECTED] To: user@struts.apache.org Sent: Friday, August 03, 2007 1:20 PM Subject: How to use JFreeChartPlugin in s:div tag Hi all, I am trying to put a JFreeChart in a

Re: [S1]minipulate output of bean:write

2007-08-02 Thread vamsi
I think we can't specify the string format using bean write may u can handle this thing using CSS - Original Message - From: Alexander Jede [EMAIL PROTECTED] To: user@struts.apache.org Sent: Thursday, August 02, 2007 2:22 PM Subject: [S1]minipulate output of bean:write Hallo list, I

Problem with server side validation

2007-08-01 Thread Vamsi
with server side validations More Info on this : I am not redirecting the result it's a normal result (Not using type=redirect or redirect-action) All inputs are welcome and thankful to everyone regards Vamsi Krishna regards Vamsi Krishna -- View this message in context

Problem with radio button for one default selection

2007-07-25 Thread Vamsi
has the same kind of requirement. if I am missing anything in my learning please refer some links regarding radio button only to solve the above specified problem. thanks for all responses regards Vamsi krishna -- View this message

Regarding getting resource from external url

2007-05-11 Thread Vamsi Gmail!
this in struts that will fetch the content from external site and display it on the browser Thanks Vamsi

Re: Too many open files

2007-05-11 Thread Vamsi Gmail!
Hi we also came across this problem when dealing with reading and wrting into files it is not witj tomcat or struts or any other thing it is problem with the way your app developed make sure that your are closing the files once you done with that file regards Vamsi On 5/11/07, Jon Wynacht