Re: Latest version release notes and install documentation

2010-09-09 Thread Lukasz Lenart
2010/9/9 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. Link corrected, give around 30 minutes when cache ex

Re: Latest version release notes and install documentation

2010-09-09 Thread Lumeng
for which version? 2010/9/10 Dave Evans > On Thu, Sep 9, 2010 at 12:58 PM, Dave Newton > wrote: > > On Thu, Sep 9, 2010 at 3:51 PM, Dave Evans wrote: > >> I went here to get the latest version on struts: > >> http://struts.apache.org/download.cgi#struts221 > >> > >> The "Release Notes" link: >

Re: Dojo datetimepicker problem

2010-09-09 Thread Lumeng
I never use the Dojo framework,he he 2010/9/9 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" > To: > user@struts.

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 Newfield wrote: On 9/9/10 4:12 PM, anjibman wrote: What I am

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 wrote: > On Thu, Sep 9, 2010 at 3:51 PM, Dave Evans 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.h

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 wrote: > On 9/9/10 4:12 PM, anjibman wrote: >> >> What I am really struggling in is I have processing result in the form of

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 Dave Newton
On Thu, Sep 9, 2010 at 4:12 PM, anjibman 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 JSP I have to

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 t

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 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 answered a wee

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: 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,

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 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

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" To: user@struts.apache.org Date: 08-09-2010 18:54 Subject: Dojo datetimepicker problem Struts: 2.1.