Re[2]: Build errors - templates library

2002-03-11 Thread Oleg V Alexeev
Hello Hal, So, we take a path to the JSP 1.2 only? Monday, March 11, 2002, 5:20:04 PM, you wrote: DH> The JSPException with a constructor that takes a throwable is a JSP 1.2 DH> feature. >> -Original Message----- >> From: Oleg V Alexeev [mailto:[EMAIL PROTECTED]] >>

Build errors - templates library

2002-03-11 Thread Oleg V Alexeev
Hello Struts, Now I have compile-time errors in last CVS version - compile.library: [javac] Compiling 9 source files to E:\projects\jakarta-struts\target\library\classes [javac] E:\projects\jakarta-struts\src\share\org\apache\struts\taglib\template\GetTag.java:184: cannot resolve sym

Re: [VOTE] Struts 1.1 Beta 1 Release Plan

2002-03-11 Thread Oleg V Alexeev
Hello Martin, Sunday, March 10, 2002, 9:44:08 AM, you wrote: -- Vote: Struts 1.1b1 Release Plan [ ] +1 I am in favor of the release, and will help support it [X] +0 I am in favor of the release, but am unable to help sup

Re[4]: cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/bean WriteTag.java

2002-03-07 Thread Oleg V Alexeev
Hello Martin, Thursday, March 07, 2002, 3:33:34 AM, you wrote: MC> I just committed the fix as described. Wow! I just return to the office and review all postages - yes, of course, it is my bug only - bad coding and nothing from container. Thanks for my bug fixing! -- Best regards, Oleg

Re[2]: cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/bean WriteTag.java

2002-03-06 Thread Oleg V Alexeev
Hello Martin, I think that such error can be thrown in containers with tag pooling - so prevously used tag instance will have default attribute value. Wednesday, March 06, 2002, 10:29:06 PM, you wrote: MC> Interesting. This should not make a difference unless there is another bug MC> involved (

Logger in ActionServlet

2002-03-04 Thread Oleg V Alexeev
Hello Struts, Log variable in ActionServlet is private and get method to obtain it not exist - is it a part of some ideology or a partial solution? So what is the best way to use commons-logging - use one logger instance from base class (so make log in ActionServlet protected and add g

Strange behavior at plugin's config loading

2002-03-04 Thread Oleg V Alexeev
Hello Struts, Now I try to use plugins in Struts - write my plugin, add a lot of strings to the struts-config.xml - and get a lot of errors in

Re[2]: [PROPOSAL] Extensible set of resource registrations.

2002-02-06 Thread Oleg V Alexeev
Hello Cedric, Tuesday, February 05, 2002, 7:41:08 PM, you wrote: CD> Can't you use a generic way like in web.xml instead : CD> CD> CD> debug CD> 2 CD> CD> ... CD> CD> aTagName is replaced by the concerned configuration (requestProcessor, actionServlet, ...). C

[PROPOSAL] Extensible set of resource registrations.

2002-02-05 Thread Oleg V Alexeev
Hello, [PREFACE] Now I try to integrate commons-services and struts. New version of the ActionServlet - ActionServicesServlet - uses additional elements in struts-config file to configure ServiceManager. To solve problem with *.dtd file I write my version of struts-config_1_1.dtd file

Re[2]: Validator/Tiles integration in Struts

2002-01-22 Thread Oleg V Alexeev
Hello Craig, Comments below. Tuesday, January 22, 2002, 9:35:59 PM, you wrote: CRM> On Tue, 22 Jan 2002, Ted Husted wrote: >> Date: Tue, 22 Jan 2002 12:40:28 -0500 >> From: Ted Husted <[EMAIL PROTECTED]> >> Reply-To: Struts Developers List <[EMAIL PROTECTED]> >> To: Struts Developers List <[EM

Re[2]: Validator integration in Struts

2002-01-22 Thread Oleg V Alexeev
Hello Craig, Tuesday, January 22, 2002, 3:39:38 AM, you wrote: Comments below... CRM> On Mon, 21 Jan 2002, Oleg V Alexeev wrote: >> Hello David, >> >> Can you help me with services? A time ago I start services subproject >> in commons-sandbox - it will be core li

Re: Validator integration in Struts

2002-01-21 Thread Oleg V Alexeev
Hello David, Can you help me with services? A time ago I start services subproject in commons-sandbox - it will be core lib to build service-oriented struts architecture. Now we start new project and I have not time enough to prepare it to the work with struts. Is it interesting for you? Sunday,

Re[2]: Pre Nested Extension Commit...

2002-01-17 Thread Oleg V Alexeev
Hello Arron, Thursday, January 17, 2002, 7:46:23 AM, you wrote: AB> Oleg V Alexeev wrote: >>One point to make it one, because of all nested tags are extends tags >>from different taglibs and use its own internal logic, common for all >>nested tags. And another point

Re: Pre Nested Extension Commit...

2002-01-16 Thread Oleg V Alexeev
Hello Arron, Wednesday, January 16, 2002, 4:54:42 PM, you wrote: AB> First of all, thanks for the votes peoples. AB> Need to confirm something and ask opinions on another before I scuttle AB> the codebase... AB> (need three +1's or 0's, or some -1's with explanations if you please) ... AB> 1)

Re[2]: [Proposal] New tag to add prefix to bean name

2002-01-16 Thread Oleg V Alexeev
Hello John, Wednesday, January 16, 2002, 1:02:09 PM, you wrote: JY> Oleg, JY> The nested tag extension, which I find useful of its own right, solves a JY> completely different problem. JY> helps where you have nested properties. The tag I'm proposing JY> is simply prefixing an bean name, no

Re: Proposed Migration to DBCP Based Connection Pool

2002-01-16 Thread Oleg V Alexeev
Hello Craig, +1 Wednesday, January 16, 2002, 5:50:01 AM, you wrote: CRM> I am going to propose that we switch to a connection pool based on the CRM> commons-dbcp (and commons-pool) packages as the "preferred" data source CRM> implementation for Struts 1.1. The existing implementation already h

Re: [Proposal] New tag to add prefix to bean name

2002-01-16 Thread Oleg V Alexeev
Hello John, Take a look to the nested tags - www.keyboardmonkey.com/struts Wednesday, January 16, 2002, 10:12:13 AM, you wrote: JY> Problem: JY> The 'session' and the 'request' are "global" pools. There is a need to JY> manage the namespace of the attributes stored in these pools. In JY> pa

Re: [VOTE] Proposed Committer Arron Bates

2002-01-14 Thread Oleg V Alexeev
Hello Ted, +1 Monday, January 14, 2002, 7:07:04 AM, you wrote: TH> Arron has developed an interesting and popular extension to the Struts TH> taglibs. He has been distributing the extension in a very complete and TH> accessible package, and has offered to donate it to Struts. Arron has TH> also

Re: [VOTE] Release Struts 1.0.1-rc1 as Struts 1.0.1

2002-01-08 Thread Oleg V Alexeev
Hello Martin, Thursday, January 03, 2002, 9:51:08 AM, you wrote: -- Vote: Release Struts 1.0.1-rc1 as Struts 1.0.1 [ ] +1 I am in favor of the release, and will help support it [X] +0 I am in favor of the release, but

Re: form initialization

2001-12-13 Thread Oleg V Alexeev
Hello Jon, Thursday, December 13, 2001, 7:40:34 AM, you wrote: JB> Greetings! JB> I have a dynamic form which needs to be initialized from the JB> database. If I put code to initialize the attributes in the JB> default constructor of the form bean, all this happens with no JB> problems - JB

Re[2]: format Attribute

2001-12-12 Thread Oleg V Alexeev
Hello Volker, Here is one problem... java.util.Date can hold date-time values. So if formatting process always take java.util.Date values to format as Date then time part of value always will be unaccessable. I agree with you - java.util.Date values must be converted as Date values too. But how

Re[2]: Freetext attribute for all tags...

2001-12-11 Thread Oleg V Alexeev
TH> -- Ted Husted, Husted dot Com, Fairport NY USA. TH> -- Custom Software ~ Technical Services. TH> -- Tel +1 716 737-3463 TH> -- http://www.husted.com/struts/ TH> Oleg V Alexeev wrote: >> >> Hello Ted, >> >> It is interesting situation now... 8)) I think

Re[2]: Freetext attribute for all tags...

2001-12-11 Thread Oleg V Alexeev
Hello Ted, It is interesting situation now... 8)) I think it was in some letters before - a number of words about 'custom' or 'literal' attribute. But only after commit we have a some kind of discussion in list... 8) Yes, of course, may be my activity is wrong - I think that 'right' solution with

Re[2]: Freetext attribute for all tags...

2001-12-10 Thread Oleg V Alexeev
Hello Ted, So, votes for naming of free style attribute for html tags - literal - 2 freetext - 1.5 (already extst) custom - 1 Any other votes or variants? If nothing then it will became 'literal'. Monday, December 10, 2001, 2:02:01 PM, you wrote: TH> Is freetext all right with everyone, or

Re[2]: Freetext attribute for all tags...

2001-12-10 Thread Oleg V Alexeev
Hello Ted, [+1] 'custom' Monday, December 10, 2001, 2:02:01 PM, you wrote: TH> Is freetext all right with everyone, or should we use something like TH> literal TH> custom TH> or TH> verbatim TH> It's just that I feel we have not paid close enough attention to the TH> naming of things in

Re: Freetext attribute for all tags...

2001-12-10 Thread Oleg V Alexeev
Hello Arron, I add such attribute to the tags - Button Cancel Checkbox File Hidden Image Img Link Multibox Password Radio Reset Select Submit Textarea Text Now all non supported by struts attributes can be added to the target tag via 'freetext' attribute. This attribute contents will directly r

Re: bean:write format attribute changes bean:write default behavior

2001-12-05 Thread Oleg V Alexeev
Hello Hal, You can add to application resources strings with default format strings for such types as (first string - key for resources, nested strings is list of datatypes) - org.apache.struts.taglib.bean.format.int java.lang.Byte, java.lang.Short, java.lang.Integer, java.lang.Long, j

Re[2]: cvs commit:jakarta-struts/src/example/org/apache/struts/webapp/exampleApplicationResources_ru.properties

2001-12-03 Thread Oleg V Alexeev
Hello Martin, Nothing to do, Martin... 8) So I write properties file with my language support and process it with JDK utilite - native2ascii. This tool perfom conversion from national codepages to the unicode. Friday, November 30, 2001, 8:06:18 PM, you wrote: MC> Just curious - how do you gener

Re: Parameters and chaining

2001-12-03 Thread Oleg V Alexeev
Hello Ted, I think that second variant is more useful, but why not to implement ActionServlet.invokeAction() method with help of number public methods? So developer can write his own code on base of it. Saturday, December 01, 2001, 5:35:58 AM, you wrote: TH> Going back to TH> http://www.mail-

Re[2]: General model question ?

2001-11-30 Thread Oleg V Alexeev
Hello Ted, I take a part in developing of application with O/R using. We use Castor as O/R library. I think nested tag model can be useful for it. But if we needs to perform conversion from String values to business object properties then needs to perform some kind of validation at phase of conv

Re[2]: Extensibility of struts & Property Security

2001-11-28 Thread Oleg V Alexeev
to ya, but should be able to get a mock set-up running of A> the idea itself... A> ...then the debate can start as to the syntax of configuring it, and A> when, should it be a singleton, ad-infinitum. :) A> Arron A> Oleg V Alexeev wrote: >>Hello Arron, >> >>I

Re[2]: Extensibility of struts & Property Security

2001-11-28 Thread Oleg V Alexeev
Hello Arron, I think that it is intersting and flexible approach. Can you supply samples for it or refactor existing code to support such ideas? Wednesday, November 28, 2001, 6:37:06 AM, you wrote: AB> Not a special class, I'm talking about placing it into the process. AB> Before the servlet up

Re[2]: Fwd: Re: Extensibility of struts... a solution, maybe

2001-11-27 Thread Oleg V Alexeev
Hello Arron, Tuesday, November 27, 2001, 11:53:25 AM, you wrote: AB> Just a note on this subject AB> You know that you can get absolutely sweet decoupling from everything AB> struts for your data model with the use of nesting objects?... And no AB> messy property copying! AB> I wanted to

Re[2]: Fwd: Re: Extensibility of struts

2001-11-26 Thread Oleg V Alexeev
ple and flexible. TH> -- Ted Husted, Husted dot Com, Fairport NY USA. TH> -- Custom Software ~ Technical Services. TH> -- Tel +1 716 737-3463 TH> -- http://www.husted.com/struts/ TH> Oleg V Alexeev wrote: >> >> Hello friends, >> >> Is it interesting fo

Re[4]: Fwd: Re: Extensibility of struts

2001-11-26 Thread Oleg V Alexeev
Hello friends, Is it interesting for somebody to implement for html tags such logic as listed below? Add to tags xxxKey attributes for all scripting support attributes and extend html tags with ability to retrieve client side code from resources by the key from attribute value. For example

Re[4]: Fwd: Re: Extensibility of struts

2001-11-26 Thread Oleg V Alexeev
Hello Stefan, Check nightly build. Monday, November 26, 2001, 1:52:39 PM, you wrote: SW> Hi Oleg, SW> for our current problem the first option is the better solution because it SW> does not require to repeat in all JSPs the on... attributes. The overloaded SW> tag class can automatically appen

Re[2]: About Log4j using

2001-11-21 Thread Oleg V Alexeev
Hello Incze, Thursday, November 22, 2001, 12:23:34 AM, you wrote: >> Can anybody suppose any idea about logging mechanism or about some >> logging implementation without static stuff? >> >> -- >> Best regards, >> Oleg mailto:[EMAIL PROTECTED] IL> I'm not sure t

About Log4j using

2001-11-21 Thread Oleg V Alexeev
Hello Struts, Now I try to make Jakarta-Log4j based Log4jService - service for ServiceManager - to make this service available for all Struts environment for common logging mechanism. But great part of Log4j is based on static methods and vars... My main idea is to write some kind of A

Re: Fwd: Re: Extensibility of struts

2001-11-21 Thread Oleg V Alexeev
Hello Stefan, Wednesday, November 21, 2001, 6:33:38 PM, you wrote: SW> our first proposal concerning the extensibility of struts concerns the SW> html-taglib. Currently in the org.apache.struts.taglib.BaseHandlerTag the SW> members SW> (onClick, onDblClick, ...) are directly accessed. If the pre

Re[2]: Multiple controller servlets

2001-11-16 Thread Oleg V Alexeev
Hello Ted, May be it is good. But sometimes developer needs to define different servlets with different config-files Friday, November 16, 2001, 12:37:09 PM, you wrote: TH> Nothing prevents the use of multiple servlets in an application now, TH> just multiple ActionServlets, and mainly becau

Re: [VOTE] Struts 1.0.1 Release

2001-11-16 Thread Oleg V Alexeev
Hello martin, Vote: Struts 1.0.1 Release Plan +0 -- Best regards, Olegmailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Extensibility of struts

2001-11-14 Thread Oleg V Alexeev
Hello Stefan, I am ready to discuss struts extension ways. This year I put contribution to the struts project - ServiceManager. This contrib is a attempt to make struts extensible with some kind of plugins. Now I work under next version. It is interesting for me. Wednesday, November 14, 2001, 11

Re: PROPOSAL: Struts Service interface?

2001-11-02 Thread Oleg V Alexeev
Hello Bill, Take a look to the contrib directory in struts project. It contains ServiceManager subproject. Half year ago I start to work under it, prepare initial version and post it to the community. Last month I try to refactor my old code, and improve core functions. I am ready to listen all

Re[2]: [PATCH] Allow Multiple Config Files

2001-10-22 Thread Oleg V Alexeev
Hello James, I think it can be useful. But 'last wins' politic must include some configuration issues to block or signal about repeated name. It can be flag in ActionServlet config - 1. to pass repeted names 2. pass and signal to log or System.err 3. block repeated names. Saturday, October

Re: ActionForms With Dynamic Properties

2001-08-16 Thread Oleg V Alexeev
Hello Jan, I am interesting in it. Please, post it directly to list or place it somewhere in public domain and post here URL to it. Thursday, August 16, 2001, 7:19:23 PM, you wrote: JS> Hello list, Craig JS> I have more or less implemented ActionForms With Dynamic Properties as JS> mentioned i

Re[2]: String Indexed Properties

2001-08-13 Thread Oleg V Alexeev
Hello Gregor, Are you jakarta-commons commiter? Try to start VOTE process at jakarta-commons for your bean-utils addition. Monday, August 13, 2001, 4:52:11 PM, you wrote: GR> "Oleg V Alexeev" <[EMAIL PROTECTED]> wrote: >> GR> Does anybody need it? Would it be

Re: String Indexed Properties

2001-08-13 Thread Oleg V Alexeev
Hello Gregor, Monday, August 13, 2001, 4:21:48 PM, you wrote: GR> I've used the sources from Fracois Rey and have changed the GR> the commons bean-utils, so that they support string indexed GR> properties. GR> Now I can use following notation: GR> GR> which translates into: GR> getProp("ind

Re: Service Manager Questions

2001-07-28 Thread Oleg V Alexeev
Hello Calvin, Saturday, July 28, 2001, 8:50:05 PM, you wrote: CY> I was looking at the ServiceManager source code, and was wondering why CY> is service-manager.xml loaded from system property? Would it be more CY> consistent if it was loaded from an init parameter? 8) There are some hints exis

Re: Role-based security

2001-07-27 Thread Oleg V Alexeev
Hello Nic, Hm... Nic, I think that 'roles' attribute in ActionMapping is not solution - it helps to check path based security. So we have container security and struts security on one way - is it right? And more - one of the hard errors in J2EE projects is custom security mechanism (sorry, I forg

Re[2]: Expresso integration

2001-07-25 Thread Oleg V Alexeev
Hello Michael, It is interesting. When and where can we check your code? Page about struts integration at jcorporate is not contain objective materials... Can you post more information about it? Don't worry about readiness of your code - I think it is generally complete and we can review main ide

Re: Disabling Struts multipart handling

2001-07-22 Thread Oleg V Alexeev
Hello Martin, +1 to support disabling of multipart handling. Sunday, July 22, 2001, 8:38:52 AM, you wrote: MC> Unless I'm mistaken, there is currently no clean way to disable Struts' MC> multipart handling mechanism. The class used for the multipart handler can MC> be specified in an init-param

Re: Struts Services

2001-07-20 Thread Oleg V Alexeev
Hello David, Friday, July 20, 2001, 7:17:08 PM, you wrote: DW> What is the status of having something to load a DW> service in Struts? If it is going to be a while, I DW> would suggest at least adding something that could at DW> least handle initialization of resources that would DW> fit in wit

Re[2]: Struts Services

2001-07-20 Thread Oleg V Alexeev
aiting for >> > something like this before I added the Validator >> so >> > there could be an example using the service loader >> to >> > initialize the Validator resources. >> >> >> Oleg V Alexeev wrote: >> > >> > Hello

Re[2]: Struts Services

2001-07-20 Thread Oleg V Alexeev
s waiting for >> something like this before I added the Validator so >> there could be an example using the service loader to >> initialize the Validator resources. TH> Oleg V Alexeev wrote: >> >> Hello struts-dev, >> >> This night I commit to th

Re[4]: Build Command service on base of FactoryService

2001-07-20 Thread Oleg V Alexeev
m Young AY> Lead Programmer AY> RTZ Associates AY> 510-986-6700 AY> -Original Message- AY> From: Oleg V Alexeev <[EMAIL PROTECTED]> AY> To: [EMAIL PROTECTED] AY> Date: Fri, 20 Jul 2001 02:32:20 +0400 AY> Subject: Re[2]: Build Command service on base of FactoryS

Re: Input requested on Expresso integration

2001-07-19 Thread Oleg V Alexeev
Hello Michael, I want to suggest you another approach to integrate Struts and Expresso - use ServiceManager as connector with Struts. Contrib directory of Struts HEAD branch contains Service-Manager and ServicesServlet with support of ServiceManager. Main idea of it - to stop extending of Action

Re[2]: Build Command service on base of FactoryService

2001-07-19 Thread Oleg V Alexeev
ce I end up AY> doing a complete redeploy for any changes. (JBoss with embedded AY> Tomcat). This pushes the focus to building unit tests that run before AY> the deploy stage. Any logic in the XML file makes this more difficult. AY> Granted, it is just another way to develop. Yes

Re[2]: VOTE: PagerTag

2001-07-19 Thread Oleg V Alexeev
Hello Ted, Thursday, July 19, 2001, 3:38:56 PM, you wrote: TH> Oleg V Alexeev wrote: >> What is 'detached' database tags? TH> Ooops, I should have said "disconnected". TH> The current dbTags presume that the database connection will be handled TH> by

Re[2]: Build Command service on base of FactoryService

2001-07-19 Thread Oleg V Alexeev
wo (The previopus pages form and the next pages AY> form) I could see needing another. AY> Oleg V Alexeev wrote: >>Hello struts-dev, >> >> This day I start to build new service for ServiceManager - >> CommandService. It would be based on FactoryService (ea

Re[2]: VOTE: PagerTag

2001-07-18 Thread Oleg V Alexeev
with the RowSet and Pager tags. What is 'detached' database tags? TH> We probably want to also start thinking about how JSPTL is going to TH> affect our taglibs, and what tags of ours might be moved to Jakarta TH> Taglibs. (Meaning a few of us should be committers there too ;-

Build Command service on base of FactoryService

2001-07-18 Thread Oleg V Alexeev
Hello struts-dev, This day I start to build new service for ServiceManager - CommandService. It would be based on FactoryService (early published as BeanFactory). FactoryService (as BeanFactory) build on base of Abstract Factory pattern. So its idea is to generate beans and store it

VOTE: PagerTag

2001-07-18 Thread Oleg V Alexeev
Hello struts-dev, I propose to add four classes to the framework - Pager - to store data about paging PagerIterator - to iterate via links PagerEntry - to represent link to the page PagerTag - to use Pager in jsp pages. There are two scenarios of Pager using - 1. create Pager

Re[2]: Preloading Forms

2001-07-17 Thread Oleg V Alexeev
not. AY> The more I think about it, the more I think the showAction specified AY> below is the way to go. Keeps it simple. Has form be prefilled before action.perform call? If so then you must extend ActionServlet or use exetensions support mechanism in struts - Extensions servlet of

Re: Preloading Forms

2001-07-17 Thread Oleg V Alexeev
Hello Adam, Tuesday, July 17, 2001, 9:37:21 PM, you wrote: AY> One part of Struts where I'd like to do some additions is to form AY> initialization. Most of the form Objects I have require prepopulation AY> out of EJBs. What I'd like to do is specify for a form anothe object AY> that is the

Re[2]: Struts v1.0.1

2001-07-16 Thread Oleg V Alexeev
Hello Ted, Monday, July 16, 2001, 8:20:13 PM, you wrote: TH> Personally, I would call this a new feature, and so appropriate for the TH> 1.1 nightly-build branch but not the 1.0.x fixes-only branch. TH> I haven't had a chance to test these changes myself, but if Martin or TH> Oleg wanted to co

Re: Order of ActionMessages/ActionErrors Iteration

2001-07-15 Thread Oleg V Alexeev
Hello David, +1 to print sorted list of messages Sunday, July 15, 2001, 8:01:51 AM, you wrote: DW> I think it would be good if the initial order a DW> property/key that is added to DW> ActionMessages/ActionErrors is maintained, but I DW> wondered what others think. I think it is easier to DW>

Re: [VOTE] Changing Struts 1.1 to depend on Commons Packages

2001-07-15 Thread Oleg V Alexeev
Hello Craig, +1 Sunday, July 15, 2001, 5:20:33 AM, you wrote: CRM> As I cc'd to this list, the 1.0 versions of the beanutils, collections, CRM> and digester packages have been released under the Commons project. Now CRM> that these are official 1.0 releases, I propose to modify the Struts 1.1

ServiceManager implementation

2001-07-14 Thread Oleg V Alexeev
Hello struts-dev, This night I commit to the struts contributions repository ServiceManager - support of pluggable extensions in struts. Package already contains one service - FactoryService. It based on my early struts extension - BeanFactory, and contains its code and two factories to

Re: Indexed tags to be committed...

2001-07-12 Thread Oleg V Alexeev
wing link: >> >> a >> >> One question for you all - do we want to default the indexId to something dlc> (eg >> "index=") or do I throw an exception if index="true" is specified without >> indexId? >> >> Should then be ready to submi

Re[4]: Indexed tags - proposal to add changes

2001-07-10 Thread Oleg V Alexeev
] dlc> To: [EMAIL PROTECTED] dlc> cc:(bcc: David Hay/Lex/Lexmark) dlc> Subject: Re: Re[2]: Indexed tags - proposal to add changes dlc> +1 for 'indexed="true"' dlc> +1 for 'indexId' dlc> -- dlc> Martin Cooper dlc> - Original Messa

Re[2]: final version of the Pager tag

2001-07-09 Thread Oleg V Alexeev
Hello Ted, Monday, July 09, 2001, 3:14:37 PM, you wrote: TH> Oleg V Alexeev wrote: >> Source for bf.beans.Sample is in >> http://www.sura.ru/~gonza/bean-factory/bean-factory-src.zip TH> Thanks, I've got it now. >> I think that is because of ActionServlet can not

Re[2]: final version of the Pager tag

2001-07-09 Thread Oleg V Alexeev
Hello Ted, Monday, July 09, 2001, 2:07:26 PM, you wrote: TH> Oleg V Alexeev wrote: >> TH> The sample WAR for the bean-factory and pager tag doesn't include the >> TH> source for the sample bean. Would it be possible to include that too? >> >> I t

Re[2]: Redirecting to login page

2001-07-09 Thread Oleg V Alexeev
> John Solution one - store URL to the initial page at session, solution two - store it in ActionForm and write as hidden parameter to the page. >> -Original Message- >> From: Oleg V Alexeev [SMTP:[EMAIL PROTECTED]] >> Sent: 06 July 2001 18:40 >> To: [EMAIL PROTE

Re[2]: final version of the Pager tag

2001-07-09 Thread Oleg V Alexeev
Hello Ted, Monday, July 09, 2001, 6:01:14 AM, you wrote: TH> The sample WAR for the bean-factory and pager tag doesn't include the TH> source for the sample bean. Would it be possible to include that too? I think you told about sources for sample application. You can find it in bean-factory-src

Re[2]: About extensons support mechanism...

2001-07-08 Thread Oleg V Alexeev
Hello Craig, Sunday, July 08, 2001, 5:09:42 AM, you wrote: CRM> On Sat, 7 Jul 2001, Martin Cooper wrote: >> > Is what I describe above within the scope of the event/listener >> > todo for 1.1? I thought it might be, which is why I said >> > I was interested in tying the Extensions package in

Re[2]: About extensons support mechanism...

2001-07-08 Thread Oleg V Alexeev
classes like Action and ActionForward). >> >> Is what I describe above within the scope of the event/listener >> todo for 1.1? I thought it might be, which is why I said >> I was interested in tying the Extensions package into >> the event/listener model work. >> &

Re[2]: About exntensions support mechanism...

2001-07-08 Thread Oleg V Alexeev
Hello Craig, Sunday, July 08, 2001, 12:37:37 AM, you wrote: CRM> Several intermixed comments, plus some general notes at the bottom ... CRM> On 5 Jul 2001, Roland Huss wrote: >> Oleg V Alexeev <[EMAIL PROTECTED]> writes: >> >> > ServiceServlet work

Re[2]: Struts 1.1 To-Do - RowSets

2001-07-08 Thread Oleg V Alexeev
Hello Ted, I try to use your RowSet wrapper as iterator for logic:iterate and all is ok (I use CachedRowSet though for disconnected RowSet implementation). To show values from RowSet I use bean:write tags - Of course it is not so usable to place column indexes to the attribute value, but

Re[2]: how can I connect to the CVS?

2001-07-07 Thread Oleg V Alexeev
and then WinCVS. TH> The instructions there have you set up a tunnel from your localhost, so TH> in WinCVS you end up using TH> :pserver:husted@localhost:/home/cvs TH> Oleg V Alexeev wrote: >> >> Hello struts-dev, >> >> How can I connect to the CVS at

how can I connect to the CVS?

2001-07-07 Thread Oleg V Alexeev
Hello struts-dev, How can I connect to the CVS at jakarta.apache.org? I try to do it from WinCVS with CVSROOT set to :pserver:[EMAIL PROTECTED]:/home/cvs I can login to the apache.org, browse directories, view files. Where is a problem here? -- Best regards, Oleg

Re[2]: Indexed tags - proposal to add changes

2001-07-06 Thread Oleg V Alexeev
it (if you try and use name, obviously you change the link into an dlc> anchor!). dlc> If you (or anyone else) has any suggestions to handle it in a better way would dlc> like to hear them - maybe I missed something! dlc> Cheers, dlc> Dave dlc> Oleg V Alexeev <[EMAIL PR

Re: Indexed tags - proposal to add changes

2001-07-06 Thread Oleg V Alexeev
Hello dhay, I think it useful addition with minimal changes of existing code - good solution. But there is one problem for my mind - html:link with index=x. All another tag proposals are simple and transparent. Friday, July 06, 2001, 9:31:21 PM, you wrote: dlc> Hi everyone. dlc> I have been

Re: Redirecting to login page

2001-07-06 Thread Oleg V Alexeev
Hello O'Reilly, You can check it in Action. Create base SecureAction with check of login - public class SecureAction extends Action { ActionForward securePerform( ... ) { return loginForward; } ActionForward perform ( ... ) { if(

Re[2]: About exntensions support mechanism...

2001-07-06 Thread Oleg V Alexeev
Hello Roland, Comments below.. Thursday, July 05, 2001, 2:54:54 PM, you wrote: RH> Oleg V Alexeev <[EMAIL PROTECTED]> writes: >> ServiceServlet work on idea - developer can register unlimited >> number of services in struts-config, each service is a java class

About extensons support mechanism...

2001-07-01 Thread Oleg V Alexeev
Hello struts-dev, This evening I end up druft of ServicesServlet - extended version of ActionServlet with support of pluggable services (extensions in old terms). I puzzle over architectural question about ServicesServlet and may be anybody can suggest me right way... ServiceServlet wo

Re[2]: Extensions to Struts

2001-06-29 Thread Oleg V Alexeev
Hello Ted, Friday, June 29, 2001, 2:34:01 PM, you wrote: TH> Might that include the Bean Factory, Oleg? Now bean-factory base on extended version of ActionServlet. Extensions mechanism can include bean-factory in case of more flexible processing delegation. I just sent a letter about my vision

Re[2]: Extensions to Struts

2001-06-29 Thread Oleg V Alexeev
Hello Ted, Friday, June 29, 2001, 2:33:29 PM, you wrote: TH> If there is no other way ;-( TH> We just need to think about what happens if someone wants to use the TH> Bean Factory and the Component Tags. TH> If the Components are considered a standard part of Struts, is there TH> anything we

Re: question

2001-06-29 Thread Oleg V Alexeev
Hello William, Friday, June 29, 2001, 8:46:26 AM, you wrote: WS> I am trying to do the following with Tomcat and Struts but am not sure WS> how to go about it: WS> I want to implement a Servlet that dispatches / forwards to jsp WS> pages. Before the dispatch, however, I would like to set an att

Re[2]: Extensions to Struts

2001-06-29 Thread Oleg V Alexeev
Hello Ron, Friday, June 29, 2001, 9:15:51 AM, you wrote: RS> Absolutely. Thanks. RS> I just posted an updated extensions package including support for RS> destroy() RS> and initStrutsDigester(). initStrutsDigester() is meant to allow RS> extensions RS> to register additional rules for parsing

Re[2]: New name for Components / Extended Templates?

2001-06-28 Thread Oleg V Alexeev
Hello Chuck, Thursday, June 28, 2001, 11:14:00 PM, you wrote: CS> How about Portlet? When I look at the features that's the first thing that CS> comes to mind. Good choice. Components, blocks, pieces - all this terms do not point to the general position of this package. Portlets term is clear

Re[2]: PROPOSAL - tag

2001-06-28 Thread Oleg V Alexeev
Hello Martin, Thursday, June 28, 2001, 6:08:40 AM, you wrote: MC> Oleg, MC> (Yes, I know this is an old post, I'm replying to - work is getting in the MC> way these days. ;-) ) MC> I guess I need some help in understanding how this works. Could you give a MC> brief description of the ideas beh

Re: New name for Components / Extended Templates?

2001-06-27 Thread Oleg V Alexeev
Hello Cedric, +1 to stay at 'components' name. Components is not better name againts blocks & pieces - all this names equal, for my mind. But 'components' name is used now and this is main reason to not change it to the new names. Wednesday, June 27, 2001, 8:49:58 PM, you wrote: CD> Componen

Re[2]: [VOTE] Two New Committers

2001-06-26 Thread Oleg V Alexeev
Hello Ted, Thank you for your answer, Ted. So, I need to implement my version of CachedRowSet... 8) Tuesday, June 26, 2001, 11:59:34 PM, you wrote: TH> The CachedRowSet lacks a count method, but there are first, last, TH> beforeFirst, and afterLast methods that move the cursor, and next (or T

Re[2]: [VOTE] Two New Committers

2001-06-26 Thread Oleg V Alexeev
Hello Ted, Good news... 8) Ted, now I end up my playing with rowsets and try to build working implementaion of RowSetFactory. But I have difficalties with some solutions. As for my early JDBCFactory, I try to read rows from somewhere in result set and process only limited count of it. But in Cac

Re[2]: Struts in Tomcat 4.0

2001-06-25 Thread Oleg V Alexeev
that are not sealed. CRM> See the detailed instructions at the bottom of the Tomcat 4 release notes CRM> for the optionsl you have in exposing an XML parser to your web CRM> applications. CRM> Craig CRM> On Mon, 25 Jun 2001, Oleg V Alexeev wrote: >> Hello struts-dev, >

Struts in Tomcat 4.0

2001-06-25 Thread Oleg V Alexeev
Hello struts-dev, Has anyone answer to question about struts using in Tomcat 4.0 environment? Now I try to deploy my struts development application to the Tomcat 4.0. After call to any URL in application I have exception in screen - java.lang.SecurityException: sealing violation

Re[4]: Controller loads forms before validating logon/session

2001-06-24 Thread Oleg V Alexeev
I plucked straight from the original post on this thread) is not the MC> only candidate. MC> -- MC> Martin Cooper MC> - Original Message - MC> From: "Oleg V Alexeev" <[EMAIL PROTECTED]> MC> To: <[EMAIL PROTECTED]> MC> Sent: Sunday, June 24, 2001 2:

Re: [VOTE] Two New Committers

2001-06-24 Thread Oleg V Alexeev
Hello Ted, +1, certainly... 8) Sunday, June 24, 2001, 2:54:32 PM, you wrote: TH> I would like to propose the following individuals for Committer status TH> on the Struts project: TH> Oleg V Alexeev TH> David Winterfeldt TH> The have both contributed significant ne

Re[2]: Controller loads forms before validating logon/session

2001-06-24 Thread Oleg V Alexeev
Hello Martin, Sunday, June 24, 2001, 11:42:13 AM, you wrote: MC> This seems to me to be a "necessary but not sufficient" check. That is, to MC> ascertain that a valid user is logged on, it may be necessary to check for MC> the existence of a particular session attribute, but it is unlikely that

Re: Extending the scope of the struts validation

2001-06-24 Thread Oleg V Alexeev
Hello Frangois, +1 to merge validation and transformation processing. I like idea that core java transformation classes (SimpleDateFormat for example) can help to validate inputs in conversion processing moment. It all already handle locale to transform - i18n supported by the way. It think that

  1   2   >