Re: [Q] Log Viewing tool for Windows environment?

2003-03-11 Thread Ivan N. Zhidov
Where does one get Tail4Win? I searched Google for it and didn't find it. Cheers, Ivan - Original Message - From: Jeff Smith [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 11:27 AM Subject: Re: [Q] Log Viewing tool for Windows environment?

Re: Localisation

2003-03-05 Thread Ivan N. Zhidov
I had a similar situation which I resolved the following way: LocalActionClass sets the locale to whatever comes in the language parameter from the LocaleForm if it supports so you have multiple ApplicationResources files for each of the languages you'd like to support. Then it forwards the

Re: Localisation

2003-03-05 Thread Ivan N. Zhidov
feasible?? Ivan N. Zhidov [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I had a similar situation which I resolved the following way: LocalActionClass sets the locale to whatever comes in the language parameter from the LocaleForm if it supports so you have multiple

Re: Localisation

2003-03-05 Thread Ivan N. Zhidov
James has a very valid point, I had the same problem before. This functionality is very useful in a multilingual app where you'd want transparent page locale change with least impact on the design of your application. Basically if you want to add ability to access certain functionality throughout

Re: Best place to syncronize within struts.

2003-03-03 Thread Ivan N. Zhidov
You may consider using JCS, I've done some research into for a project but never actually used it. It's caching mechanism and it will allow you to specify the in-memory size and expiration on your data. Cheers, Ivan - Original Message - From: Simon Kelly [EMAIL PROTECTED] To: Struts Users

Re: A new Struts book ....

2003-02-27 Thread Ivan N. Zhidov
Bravo, finally the book I wanted Struts/Velocity/ORB. Everybody is so locked into JSP they are missing out on other great frameworks. - Original Message - From: Emmanuel Boudrant [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 27, 2003 5:31 PM Subject: A new Struts book

Re: how to implement/describe an action that can be invoked on from any view and forward the request back to that view?

2003-02-26 Thread Ivan N. Zhidov
of. -Original Message- From: Ivan N. Zhidov [mailto:[EMAIL PROTECTED] Sent: Tuesday, 25 February 2003 13:01 To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: how to implement/describe an action that can be invoked on from any view and forward the request back to that view? Andrew

Re: Action input

2003-02-26 Thread Ivan N. Zhidov
I actualy had a similar question before and the answer I came up with was to describe that universal action in struts-config w/o input and forwards, then define the views/jsp pages this action will be called from as global forwards and then use the global forwards aliases as a value passed as

how to implement/describe an action that can be invoked on from any view and forward the request back to that view?

2003-02-24 Thread Ivan N. Zhidov
I'm working with Struts 1.0 and Velocity and here's my problem: I want to be able to change the locale from any view meaning that I would like to have a universal action that changes the locale and forwards the request to the view where it came from. I can't find a way to implement that unless

Re: how to implement/describe an action that can be invoked on from any view and forward the request back to that view?

2003-02-24 Thread Ivan N. Zhidov
narrowed down what 'rules' it uses to determine which to submit when, but I can tell you its a damn nuisance! /btw -Original Message- From: Ivan N. Zhidov [mailto:[EMAIL PROTECTED] Sent: Tuesday, 25 February 2003 12:33 To: [EMAIL PROTECTED] Subject: how to implement/describe an action