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 a

[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 Novy

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-> twoVi

Re: (re)populating forms between two actions

2005-08-02 Thread Yaroslav Novytskyy
code to a "calling" action), though it does have (described) failers... What can 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 L

(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
- To unsubscribe, e-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
questions :) ) are there. Yaroslav Novytskyy Leon Rosenberg wrote: before Michael jumps on the train :-) simply send a redirect after executing create action to the list action again? regards Leon On Thu, 2005-07-14 at 14:24 +0530, senthil Kumar wrote: Hi All., In our application, I hava a list o

Re: Putting execute() in ActionForm

2005-07-13 Thread Yaroslav Novytskyy
thing appeared named MappingDispatchAction) and to put both setup and precess actions-methods into one class. (p.s. this technique made it also possible to automate token-based protection - every prepare calls saveToken and before every process token is checked) So please tell,

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]

synchronization strategies

2005-07-12 Thread Yaroslav Novytskyy
at the moment am playing 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 Nov

SynchroAction plus DispatchAction = (any ideas?)

2005-07-11 Thread Yaroslav Novytskyy
;m working with MappingDispatchAction 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 regar

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

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 com

Re: I18N by pages

2005-06-24 Thread Yaroslav Novytskyy
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: 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 overrid

Re: I18N by pages

2005-06-24 Thread Yaroslav Novytskyy
equested language, find a forward path add/insert locale suffix and return link to file. Please comment, what do you think about this? Best 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 s

Re: I18N by pages

2005-06-24 Thread Yaroslav Novytskyy
tween en & fr. You can have the following forwards for the action in the struts-config.xml: In your ActionForm you can: return mapping.findForward(get the locale language from the session); HTH, Glenn On 6/24/05, Yaroslav Novytskyy <[EMAIL PROTECTED]> wrote: Hello, all! I just wo

I18N by pages

2005-06-24 Thread Yaroslav Novytskyy
have two jsp files: page1.en.jsp with content of "aaa" and page1.fr.jsp with "bbb". (P.S. 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-mail: [EMAIL PROTECTED]

use action-form's properties in JSTL

2005-05-25 Thread Yaroslav Novytskyy
Hello! How can I get a form's property in JSP to use it in EL in JSTL tags. e.g. <- define here <- use here Yaroslav Novytskyy - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Validator inheritance

2005-05-20 Thread Yaroslav Novytskyy
orm. //!!!validation for elementIndex field //already inherited!!! Yaroslav Novytskyy P.S. this would "compress" size of the validator.xml file (in my case 10-20 times!) - To un

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

2005-05-18 Thread Yaroslav Novytskyy
ok up this "ActionForward to jsp page in state (1)" from session scope and redirect to it. Yaroslav Novytskyy Michael Jouravlev wrote: Just define the form with "session" scope, it will retain values for you. The catch: now you need to clean these values in reset() method whe

JSTL EL replacement of logic:present tag

2005-05-18 Thread Yaroslav Novytskyy
Hi! Does anybody know how to write this in JSTL Expression Language? ( does not work) I'd like to get rid of old "struts-logic" in my project and leave only jstl's tags and "html-el". Yaroslav Novytskyy --

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

2005-05-17 Thread Yaroslav Novytskyy
to calling jsp with _prefilled fields_ as in step (1) 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 blamel

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 ca

Saving context in web application with exception-driven authentication

2005-05-11 Thread Yaroslav Novytskyy
m fields with the values entered by the user before 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 McCu

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]

Re: AW: Paged data output

2004-11-10 Thread Yaroslav Novytskyy
ut it is needed 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: Wednesd

Paged data output

2004-11-10 Thread Yaroslav Novytskyy
: 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 - To unsubscribe, e-mail: [EMAIL PROTECTED] For