Re: Dojo datetimepicker problem

2010-09-09 Thread Rahul Mohan
Andi, I have noticed this happening once in a while in my app too. haven't investigated yet. Did you try to reproduce this with your browser cache turned off? /Rahul From: Andreas Sachs andil...@gmx.de To: user@struts.apache.org Date: 08-09-2010 18:54 Subject: Dojo datetimepicker problem

Managing code between Action Class and JSP.

2010-09-09 Thread anjibman
I need the guideline on how to manage data transfer between JSP and action class. I am using delegate in Action class to get an list of object from the server and I have to process then display that list in JSP. Right now I am getting that list as object from server in action class, put it in

Managing code between Action Class and JSP.

2010-09-09 Thread anjibman
I need the guideline on how to manage data transfer between JSP and action class. I am using delegate in Action class to get an list of object from the server and I have to process then display that list in JSP. Right now I am getting that list as object from server in action class, put it in

Re: Managing code between Action Class and JSP.

2010-09-09 Thread Dave Newton
The scriptlets should be replaced by JSTL/custom tags/etc. Anything that can't be trivially implemented using tags should probably happen on the server side. Other than that, I'm not sure what kind of information you're looking for--maybe you could be more specific if you need further help. HTH,

Latest version release notes and install documentation

2010-09-09 Thread Dave Evans
Hello all, I went here to get the latest version on struts: http://struts.apache.org/download.cgi#struts221 The Release Notes link: http://struts.apache.org/docs/2.2.1/version-notes-221.html returns a 404. I am looking also for an installation guide. I'm already running many applications with

Re: Latest version release notes and install documentation

2010-09-09 Thread Dave Newton
On Thu, Sep 9, 2010 at 3:51 PM, Dave Evans dsevan...@gmail.com wrote: I went here to get the latest version on struts: http://struts.apache.org/download.cgi#struts221 The Release Notes link: http://struts.apache.org/docs/2.2.1/version-notes-221.html returns a 404. This was brought up and

Re: Managing code between Action Class and JSP.

2010-09-09 Thread anjibman
I will try to put in simple way but this may not be complete picture. What I am really struggling in is I have processing result in the form of List of objects. Now if I send this list of objects through request object to the JSP I have to do all processing on JSP with scriptlets. What would be

Re: Managing code between Action Class and JSP.

2010-09-09 Thread Dave Newton
On Thu, Sep 9, 2010 at 4:12 PM, anjibman anji...@hotmail.com wrote: I will try to put in simple way but this may not be complete picture. What I am really struggling in is I have processing result in the form of List of objects. Now if I send this list of objects through request object to the

Re: Managing code between Action Class and JSP.

2010-09-09 Thread Dale Newfield
On 9/9/10 4:12 PM, anjibman wrote: What I am really struggling in is I have processing result in the form of List of objects. What would be the best practice to send such list to JSP ready to grab. Best practice is to store it inside the action, and add a getter to your action that returns

Re: Managing code between Action Class and JSP.

2010-09-09 Thread Greg Lindholm
I assumed from his example that he was using Strut1. Maybe he could tell us so we don't have to guess and give wrong info. On Thu, Sep 9, 2010 at 4:53 PM, Dale Newfield d...@newfield.org wrote: On 9/9/10 4:12 PM, anjibman wrote: What I am really struggling in is I have processing result in

Re: Latest version release notes and install documentation

2010-09-09 Thread Dave Evans
On Thu, Sep 9, 2010 at 12:58 PM, Dave Newton davelnew...@gmail.com wrote: On Thu, Sep 9, 2010 at 3:51 PM, Dave Evans dsevan...@gmail.com wrote: I went here to get the latest version on struts: http://struts.apache.org/download.cgi#struts221 The Release Notes link:

Managing code between Action Class and JSP.

2010-09-09 Thread Anjib
Yes I am using Struts1. On 9/9/2010 5:10 PM, Greg Lindholm wrote: I assumed from his example that he was using Strut1. Maybe he could tell us so we don't have to guess and give wrong info. On Thu, Sep 9, 2010 at 4:53 PM, Dale Newfieldd...@newfield.org wrote: On 9/9/10 4:12 PM, anjibman

Re: Dojo datetimepicker problem

2010-09-09 Thread Lumeng
I never use the Dojo framework,he he 2010/9/9 Rahul Mohan rahul.mo...@tcs.com Andi, I have noticed this happening once in a while in my app too. haven't investigated yet. Did you try to reproduce this with your browser cache turned off? /Rahul From: Andreas Sachs andil...@gmx.de

Re: Latest version release notes and install documentation

2010-09-09 Thread Lumeng
for which version? 2010/9/10 Dave Evans dsevan...@gmail.com On Thu, Sep 9, 2010 at 12:58 PM, Dave Newton davelnew...@gmail.com wrote: On Thu, Sep 9, 2010 at 3:51 PM, Dave Evans dsevan...@gmail.com wrote: I went here to get the latest version on struts:

Re: Latest version release notes and install documentation

2010-09-09 Thread Lukasz Lenart
2010/9/9 Dave Evans dsevan...@gmail.com: Hello all, I went here to get the latest version on struts: http://struts.apache.org/download.cgi#struts221 The Release Notes link: http://struts.apache.org/docs/2.2.1/version-notes-221.html returns a 404. Link corrected, give around 30 minutes