Setting Session time out

2007-12-24 Thread Raghuveer
Is there possibility of setting session time out of application for 15 minutes? If session of login user expires or left unused for 15 minutes application should fire session expire page automatically. Any idea of how to handle this in my struts application?

i18n - button names

2007-12-24 Thread Raghuveer
Is it possible to get the Localized button names for Struts Internationalization (i18n)..?

Re: Struts help with Tomcat

2007-12-24 Thread Gary Affonso
You might take a look at your XML-parsing libs. It's been awhile since i made the switch but some dim memory makes me think that either the transition from Tomcat 4 to 5 or java 4 to 5 either added, removed or changed some of the built-in xml parsers. Sorry to be so vague, it's been awhile si

Re: Accessing ActionMessages from Tag Library

2007-12-24 Thread Chris Pratt
Yes, I've looked deeply into the implementation of so that I can try to duplicate it in a tag more closely resembling , but I can't, for the life of me, follow the flow through all the tunnels, passageways, libraries, and wormholes to figure out how it's getting hold of the ActionMessage's, Action

Re: Can I access a constant in a Freemarker view?

2007-12-24 Thread Gary Affonso
matihost wrote: I've got an object that I expose to my view via getModel. That object has a typical "public static final" constant... public static final String firstName_KEY = "firstName"; Note that I purposefully don't provide a static getter (I don't want to have to write getters for al

Re: 2.0.11: s:autocompleter

2007-12-24 Thread Rodrigo Pereira
Hi, I am able to make it work in FF, but not in IE 6.0. Is there any problems with s:autocompleter and IE? I checked show-case example and it does not work as well. Thanks, Rodrigo Pereira On Dec 15, 2007 4:53 PM, Rodrigo Pereira <[EMAIL PROTECTED]> wrote: > I got it as well. > Changing the "name

Struts help with Tomcat

2007-12-24 Thread ozonshak
Hello. I'm having a Struts issue I'm hoping someone can help me with. I have a Java, JSP, and Struts 1.1 (with Tiles) web application running in an Eclipse based environment. I deploy it to a locally installed Tomcat 4.1 running against Java 1.4.2_06. In this configuration, it runs just fine.

Re: checkbox interceptor

2007-12-24 Thread ravi_eze
hi, one update: CASE 1: when i write as: i see in html source: but this doesnt produce : __checkbox_ named fields at all! the problem is when i write ajax validations: the CASE 2 doesnt produce onblur() functions and hence doesnt get validated. The CASE1 pro

Re: checkbox interceptor

2007-12-24 Thread ravi_eze
hi, one update: CASE 1: when i write as: i see in html source: but this doesnt produce : __checkbox_ named fields at all! the problem is when i write ajax validations: the CASE 2 doesnt produce onblur() functions and hence doesnt get validated. The CASE1 pro

[ANN] Struts on Ajax: Retrofitting Struts with Ajax Taglibs presentation online

2007-12-24 Thread Ted Husted
Just in time for the holidays, TheServerSide has posted a recording of one of my Ajax Experience talks: "Struts on Ajax: Retrofitting Struts with Ajax Taglibs presentation". * http://w.on24.com/r.htm?e=98875&s=1&k=1866520B3A2C334E7169D424A04B2F2D "In this session, we stir some Ajax wizardry into

Re: what is going on? struts 2

2007-12-24 Thread mgainty
need to see the configuration of WelcomeAction M-- - Original Message - Wrom: BUZXUWLSZLKBRNVWWCUFPEGAUTF To: "Struts Users Mailing List" Sent: Monday, December 24, 2007 1:57 AM Subject: Re: what is going on? struts 2 > What exactly is the problem? > > On Dec 23, 2007 11:27 PM, Ray <

Re: Accessing ActionMessages from Tag Library

2007-12-24 Thread Yoge
Try . More info in http://www.roseindia.net/struts/struts2/struts2uitags/actionerror-and-actionmessage-tag.shtml -- Yoge, AdventNet, Inc. site24x7.com On Dec 23, 2007 2:09 PM, Chris Pratt <[EMAIL PROTECTED]> wrote: > OK, I'm losing my mind trying to figure this out, so I figured I'd > just as

Re: Can I access a constant in a Freemarker view?

2007-12-24 Thread matihost
> I've got an object that I expose to my view via getModel. That object > has a typical "public static final" constant... > > public static final String firstName_KEY = "firstName"; > > Note that I purposefully don't provide a static getter (I don't want to > have to write getters for all my

RE: 3 columns s:iterator

2007-12-24 Thread Al Sutton
Have a look at display tag (http://displaytag.sourceforge.net/11/), once you've read the docs and put the jars in place it makes handling multi-column iterators a lot simpler. For example, displaying three attributes from objects in a java.util.List called processes where the first two columns are

RE: what is going on? struts 2

2007-12-24 Thread Al Sutton
Thats normal. redirect-action throws those warnings when you set parameters in your objects via it. Al. -Original Message- From: Ray [mailto:[EMAIL PROTECTED] Sent: 24 December 2007 08:49 To: Struts Users Mailing List Subject: Re: what is going on? struts 2 Vinny Wrote: > What exactly

Re: what is going on? struts 2

2007-12-24 Thread Ray
Vinny Wrote: What exactly is the problem? On Dec 23, 2007 11:27 PM, Ray <[EMAIL PROTECTED]> wrote: my struts.xml WelcomeAction ${username} - To unsubscribe, e-mail: [EMAIL PROTE

Re: struts 2 vs struts 1+spring

2007-12-24 Thread Ted Husted
On Dec 22, 2007 3:57 PM, Joe Yuen <[EMAIL PROTECTED]> wrote: > Thank you. It's nice to get a gracious, useful answer. I am not familiar with > Struts 2 yet but >am trying to learn as much as I can. > > Is it possible to run both Struts 1 and 2 together so that I can do the > migration slowly rath