Re: URL-Rewriting suddenly doesn't work any more

2006-10-28 Thread Andreas Hartmann
Hello Martin, first of all, the application works fine again - and I think, the application didn't had any problem ... see below. Martin Gainty wrote: > Andreas- > > Set to true if you want cookies to be used > for session identifier communication if supported by the client (this > is the defau

Re: Session tracking in struts?

2006-10-28 Thread Ed Griebel
To answer your question: 1) create a filter that does your tests for a "valid" session but only check it if the "isNewSession" flag in a session is not set. When you find a bad session, call session.invalidate() and forward to an for the login page. You should add redirect="true" to the action-fo

Downloads for Struts 2.0

2006-10-28 Thread Mike Duffy
Does anyone know of a mirror site for downloading Struts 2.0? The link on the main site to download Struts 2.0 are broken. http://people.apache.org/builds/struts/2.0.1/struts-2.0.1-all.zip Thx. Mike We have

Re: Downloads for Struts 2.0

2006-10-28 Thread Mike Duffy
Ted mentioned earlier this week that he put the example apps and the library distribution on Sourceforge. http://www.nabble.com/Unable-to-Download-Struts2-t2503292.html#a7008746 --- Mike Duffy <[EMAIL PROTECTED]> wrote: > Does anyone know of a mirror site for downloading Struts 2.0? > > The l

Re: Downloads for Struts 2.0

2006-10-28 Thread Wendy Smoak
On 10/28/06, Mike Duffy <[EMAIL PROTECTED]> wrote: Does anyone know of a mirror site for downloading Struts 2.0? The link on the main site to download Struts 2.0 are broken. http://people.apache.org/builds/struts/2.0.1/struts-2.0.1-all.zip Sorry, we're still getting re-organized after a serv

Struts 2.0 Mialing List

2006-10-28 Thread Mike Duffy
Does anyone know if there will be a new mailing list for Struts 2.0? Thx. Mike __ Check out the New Yahoo! Mail - Fire up a more powerful email and get things done faster. (http://advision.webevents.yaho

Re: Struts 2.0 Mialing List

2006-10-28 Thread Rahul Akolkar
On 10/28/06, Mike Duffy <[EMAIL PROTECTED]> wrote: Does anyone know if there will be a new mailing list for Struts 2.0? No, AFAIK this is the one. Many use prefixes to email subjects, eg. [Struts2] or [S2] for Struts 2.0. -Rahul Thx. Mike -

Re: Struts 2.0 Mialing List

2006-10-28 Thread Wendy Smoak
On 10/28/06, Mike Duffy <[EMAIL PROTECTED]> wrote: Does anyone know if there will be a new mailing list for Struts 2.0? It comes up for discussion now and then, but there are no plans that I know of. Personally, I expect Struts 2 traffic to take over this list. :) I'd encourage a tagging pol

Re: Retain Form Bean

2006-10-28 Thread Puneet Lakhina
On 10/28/06, Laurie Harper <[EMAIL PROTECTED]> wrote: Puneet Lakhina wrote: > hi, > I have the following scenario. I have a form that takes certain input. This > in effect goes through certain validations. Now what I want to do is in > case > of validation errors a seprarte page is displayed tha

spring jpetstore demo error (possibly O/T)

2006-10-28 Thread Martin Gainty
Has anyone encountered this error with the spring jpetstore sample and know the solution?org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.springframework.jdbc.BadSqlGrammarException: SqlMapClient operation; bad SQL grammar []; nested except

Re: question about DWR integration

2006-10-28 Thread Yujun Liang
You can design a generic way using some design patterns. For example, I put this thing into an nested class so the remote bean can access it by calling its static method to get Struts context. Regards On 10/26/06, Ilya Liubovich <[EMAIL PROTECTED]> wrote: If I understand it correctly, you can

Re: Select row from a Table

2006-10-28 Thread Yujun Liang
if your named the parameter the way you name your html input feild(html:text), struts can populate the form bean automatically. Regards On 10/25/06, Vijay Venkataraman <[EMAIL PROTECTED]> wrote: I believe you will specify action/href or forward attribute - which will identify the action. So in

Re: spring jpetstore demo error (possibly O/T)

2006-10-28 Thread Larry Meadors
Not sure if there is a typo in your email or if your copy of the Category.xml file somehow got buggered up, but there is a trailing "." on the select statement there. That would make it puke, but like I said, I am not positive that that is the real problem, or just a weird typo. Can you check it a