[shale] stable?

2006-01-16 Thread Yaroslav Novytskyy
Hello! I wonder if Shale is stable enough in it's interfaces to start using it for developing commercial applications. (or is it better to use pure JSF for stability reasons?) Can anybody comment on this? Yaroslav Novytskyy

Re: [shale] stable?

2006-01-16 Thread Yaroslav Novytskyy
Yes, I did, but just hoped to hear more explanative answer... [EMAIL PROTECTED] wrote: Yaroslav Novytskyy [EMAIL PROTECTED] wrote on 01/16/2006 08:56:37 AM: Hello! I wonder if Shale is stable enough in it's interfaces to start using it for developing commercial applications

Re: (re)populating forms between two actions

2005-08-02 Thread Yaroslav Novytskyy
you say about this? With best regards Yaroslav Novytskyy -Original Message- From: Yaroslav Novytskyy [mailto:[EMAIL PROTECTED] Sent: Monday, August 01, 2005 8:52 AM To: Struts Users Mailing List Subject: (re)populating forms between two actions Hi! I use a pattern of PrepareAction

Re: (re)populating forms between two actions

2005-08-02 Thread Yaroslav Novytskyy
Michael Jouravlev wrote: On 8/1/05, Yaroslav Novytskyy [EMAIL PROTECTED] wrote: Hi! I use a pattern of PrepareAction- view.jsp- SubmitAction and also combine those parts to chains like this OnePrepareAction- oneView.jsp- OneSubmitAction- TwoPrepareAction- twoView.jsp- TwoSubmitAction. All

(re)populating forms between two actions

2005-08-01 Thread Yaroslav Novytskyy
Hi! I use a pattern of PrepareAction- view.jsp- SubmitAction and also combine those parts to chains like this OnePrepareAction- oneView.jsp- OneSubmitAction- TwoPrepareAction- twoView.jsp- TwoSubmitAction. All actions and views of this chain uses one FormBean which lives in the session

Re: Releasing 1.3 [was: Re: Struts 1.2 v 1.3]

2005-07-15 Thread Yaroslav Novytskyy
-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Yaroslav Novytskyy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to avoid calling .do again once click F5 button.

2005-07-14 Thread Yaroslav Novytskyy
(if not on purpouse) exclueding double-submits, refreshes, by-bookmark-visits. Read the doc and check if that is what you need. And if yes, you can take look in my two days old message titled synchronization strategies - I beleave most answers (along with some questions :) ) are there. Yaroslav

Re: Putting execute() in ActionForm

2005-07-13 Thread Yaroslav Novytskyy
protection - every prepare calls saveToken and before every process token is checked) So please tell, in what way does Shale do this? Should I pay more attention to shale? Is it ready to try it out on some small test projects? Yaroslav Novytskyy

synchronization strategies

2005-07-12 Thread Yaroslav Novytskyy
with it (testing, debugging, modifying, rewriting) and would appriciate _any_ comments or thoughts about the whole of this (*In the case someone is interested I will post here info about my further experimets.*) With best regards Yaroslav Novytskyy Yaroslav Novytskyy wrote: Hello! Iwanted

Re: Using struts forms as Value Objects: your opinion?

2005-07-12 Thread Yaroslav Novytskyy
In JDNC, it's all native... (collections in my case) ...and what JDNC is? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

SynchroAction plus DispatchAction = (any ideas?)

2005-07-11 Thread Yaroslav Novytskyy
so I succeded in creating SynchroMappingDispatchAction. But here I've got a problem: in such an architecture an infinite loop can happen finishing in StackOverwlow. Can you please comment... maybe there is an ready to use decision... pattern... code... ? With best regard Yaroslav Novytskyy

Re: I18N by pages

2005-06-29 Thread Yaroslav Novytskyy
Hello! Jeff Beal wrote: ... Have you considered locale-specific CSS files to give a different presentation to the same JSP page? ... I have no idea of this. Can you, please, comment? Yaroslav Novytskyy. - To unsubscribe, e

I18N by pages

2005-06-24 Thread Yaroslav Novytskyy
. this reduces much (maybe even terminates) the mess with message bundles). Please write all your suggestions and thoughts. Best regards Yaroslav Novytskyy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: I18N by pages

2005-06-24 Thread Yaroslav Novytskyy
, Glenn On 6/24/05, Yaroslav Novytskyy [EMAIL PROTECTED] wrote: Hello, all! I just wonder if there is an existing (tested, prooved) way (a kind of development pattern) for Struts to make internationalization not by message resources but by pages (JSPs, templates)? The point is that using

Re: I18N by pages

2005-06-24 Thread Yaroslav Novytskyy
regards Yaroslav Novytskyy P.S. this will be not compatible with tiles :( Glenn DeschĂȘnes wrote: What you can do is have a jsp for each locale language such as page_fr.jsp and page_en.jsp. Your application can store the locale in the user's session object. Your application can update the session

Re: I18N by pages

2005-06-24 Thread Yaroslav Novytskyy
Wow! meanwhile I've had the same idea. Posted simultaniosly :) But I doubt, that this solution will be compatible with tiles :( What do you think about that? Best regards Yaroslav Novytskyy Jeff Beal wrote: Probably your best bet would be to use a custom ActionMapping and override

Re: I18N by pages

2005-06-24 Thread Yaroslav Novytskyy
, but didn't want to mention it since it could be confusing for the community :) Best regards Yaroslav Novytskyy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: OT -- JSF + Tomcat Tutorial

2005-06-24 Thread Yaroslav Novytskyy
http://www.coreservlets.com/JSF-Tutorial/ Richard Reyes wrote: Hi Guys, Can you guys remember any JSF Tutorial under tomcat that I can download? Thanks Richard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

use action-form's properties in JSTL

2005-05-25 Thread Yaroslav Novytskyy
somethig /c:if Yaroslav Novytskyy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Validator inheritance

2005-05-20 Thread Yaroslav Novytskyy
definitions from MyForm. form name=myExtForm1 extends=myForm1 //!!!validation for elementIndex field //already inherited!!! field property=subElementIndex depends=required arg0 key=Sub element index resource=false/ /field /form Yaroslav

Re: Saving context in web application with exception-driven authentication

2005-05-17 Thread Yaroslav Novytskyy
) Yaroslav Novytskyy Nandan wrote: Did you try using checking the call to API method in the validate() method of your Action class and returning an ActionErrors if the call failed? -- How happy is the blameless vestal's lot! The world forgetting, by the world

Re: Saving context in web application with exception-driven authentication

2005-05-16 Thread Yaroslav Novytskyy
Hi! Sorry for being insistent, but does anyone have any thoughts about this question? Yaroslav Novytskyy I'm looking for a suitable solution for the following problem which concerns authentication. In my application the logon process is triggered by an exception which is thrown by the call

Saving context in web application with exception-driven authentication

2005-05-11 Thread Yaroslav Novytskyy
he had to log in). Yaroslav Novytskyy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: debugging with Struts

2004-11-12 Thread Yaroslav Novytskyy
Hi! Let me tell the answer for my own question (maybe someone needs it ;) ) It was just needed to run tomcat in debug mode using a Tomcat Launcher PlugIn located at http://www.sysdeo.com/eclipse/tomcatPlugin.html Thnks for help Yaroslav Novytskyy - Original Message - From: Paul McCulloch

debugging with Struts

2004-11-11 Thread Yaroslav Novytskyy
Hi all! Can anyone say how setup debugging in Eclipse 3.0.1 for useing with Struts under Tomcat 5. Thanks Yaroslav Novytskyy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Paged data output

2004-11-10 Thread Yaroslav Novytskyy
: logic:iterate id=item name=Articles bean:write name=item property=ID / bean:write name=item property=Name / /logic:iterate Question: If the described abow is correct, how to make paged output. So only 10 products are displayed and links to 2nd, 3rd ... pages Thanks Yaroslav Novytskyy

Re: AW: Paged data output

2004-11-10 Thread Yaroslav Novytskyy
to take a closer look. Can you please show me a liitle example or write a small step-by-step ref to get what I need. Thanks Yaroslav Novytskyy - Original Message - From: Vic (Vinny) Cekvenich [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 10, 2004 3:34 PM Subject: Re: AW