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
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
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
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
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
-
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]
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
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,
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]
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
;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
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
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
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]
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
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
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
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]
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
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
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
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
--
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
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
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]
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
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]
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
:
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
29 matches
Mail list logo