Re: [friday] Re: Struts2 vs JSF

2008-02-29 Thread Ray Clough
Yes, but only for those pages which use S2 view components. We have some pure S2 pages, also some pure JSF pages (but not with S2 Controller fcns), also pure S1 pages, and all pages use Tiles. Quite a complex deployment descriptor, as you might imagine. - Ray C. mgainty wrote

Re: [friday] Re: Struts2 vs JSF

2008-02-29 Thread Ray Clough
ing Ajax behind the scenes. S2 is a superior 'Control' component, but not really great at 'View'. With the proper approach, they are perfectly compatible. (Too bad Shale seems moribund). - Ray Clough [EMAIL PROTECTED] > - Original Message - > From: "Dave

Re: Conversation Scope?

2008-02-24 Thread Ray Clough
o provoke another rant, it's just that I've suffered my fair share of pain grappling with SWF and I find all justifications of its complexity unwarranted. Adam Ray Clough on 24/02/08 02:23, wrote: Thanks Jeromy. (usually my wife is the only one who notices my 'rants').

Re: Conversation Scope?

2008-02-23 Thread Ray Clough
Thanks Jeromy. (usually my wife is the only one who notices my 'rants'). -rc Jeromy Evans wrote: Hi Ray, I'm not sure, but check out Tom's new scope plugin as it may get you part of the way there. http://cwiki.apache.org/S2PLUGINS/scope-plugin.html I was just readi

Conversation Scope?

2008-02-22 Thread Ray Clough
anyone have details, code, etc. Thanks, Ray Clough -- View this message in context: http://www.nabble.com/Conversation-Scope--tp15648166p15648166.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubsc

Re: difference between Action.perform() and Action.execute()

2008-01-01 Thread Ray
additional commands, e-mail: [EMAIL PROTECTED] As far as I know. perform() is used in sturts older version, it was replaced by execute() in new version. However they are all belonged to sturts version 1.x. May this can help u. -- Ray Chen Email:[EMAIL PROTECTED] Blog: http://clraychen.blogc

Re: what is going on? struts 2

2007-12-24 Thread Ray
Vinny Wrote: What exactly is the problem? On Dec 23, 2007 11:27 PM, Ray <[EMAIL PROTECTED]> wrote: my struts.xml WelcomeAction ${username} - To unsubscribe, e-mail:

what is going on? struts 2

2007-12-23 Thread Ray
my struts.xml WelcomeAction ${username} - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: 3 columns s:iterator

2007-12-23 Thread Ray
="user.otherInformation">... user is the class in the collection -- Ray Chen Email:[EMAIL PROTECTED] Blog: http://clraychen.blogcn.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Why two struts2 projects can not exsits in one server at one time

2007-12-22 Thread Ray
So it's because two projects can not use the same port number right? thank u. -- Ray Chen Email:[EMAIL PROTECTED] Blog: http://clraychen.blogcn.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Why two struts2 projects can not exsits in one server at one time

2007-12-22 Thread Ray
hello everyone, Why two struts2 projects can not exsits in one server at one time. I use Jboss 4.0 thank u -- Ray Chen Email:[EMAIL PROTECTED] Blog: http://clraychen.blogcn.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Mixing Struts 1 and Struts 2

2007-12-18 Thread Ray Clough
The S1 action can be mapped to a S2-url. This is a redirect, not a forward. Something like this: Or you can try a simple 'forward action': Information can be passed in the session, or attached to the

Re: How can I pass parameters between actions

2007-12-18 Thread Ray
Adam Hardy 写道: Ray on 18/12/07 02:32, wrote: How can I pass parameters between actions. For example, there is a parameter "username" in firstAction, and I want to use this value in secondAction How can I get the "username" value in the secondAction There are many ways

How can I pass parameters between actions

2007-12-17 Thread Ray
Hi, everyone How can I pass parameters between actions. For example, there is a parameter "username" in firstAction, and I want to use this value in secondAction How can I get the "username" value in the secondAction Would anyone give some sample code. Thx. -- Ray Chen Em

Re: [S2]Checkbox value

2007-12-12 Thread Ray
ng the first element of this array ( String[0]) I think you should do some to get the element value before set it to the checkbox You can have a try. -- Ray Chen Email:[EMAIL PROTECTED] Blog: http://clraychen.blogcn.com - To

Re: How my own Interceptor get the parameters from JSP

2007-12-05 Thread Ray
The return value is a String array! It's really supprised me. May this experience is meaningful for freshman to Struts2 like me. Thx everyone. -- Ray Chen Email:[EMAIL PROTECTED] Blog: http://clraychen.blogcn.com ---

Re: How my own Interceptor get the parameters from JSP

2007-12-04 Thread Ray
rname" value which I just input in the JSP? I am almost crazy about this. Thx Ray - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Struts2 examples for request parameters

2007-12-04 Thread Ray
ample. Thx. -- Ray Chen(陈磊) Email:[EMAIL PROTECTED] Blog: http://clraychen.blogcn.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How my own Interceptor get the parameters from JSP

2007-12-04 Thread Ray
I tried to use getInvocationContext.getparameters this method return a Map. when I use Map's get method by key"username" I got a result like "@1c98b2" what's going on? Thx -- Ray Chen(陈磊) Email:[EMAIL PROTECTED] Blo

problem displaying images

2007-10-12 Thread Niniva Ray
Hello! I have 3 images to display and to do that in my jsp page I have the following code I am using struts 1.2.9. I have GetBarChartAction class and GetPieChartAction class implemented and properly configured. In the execute methods, I am using

Re: Spring tutorial

2007-09-23 Thread Ray Clough
x27;, and implementation always has to make compromises. But it helps to keep it in mind as an ideal. - Ray Clough > - Original Message - > From: "Nuwan Chandrasoma" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > Subject: Re: Spring tuto

Re: How to invalidate a session in struts 2.0

2007-09-11 Thread Ray Clough
rol logic in a jsp page, which purists do not view as 'OK' (speaking as a purist myself, while acknowledging this as a possible character flaw.). - Ray Clough > - Original Message - > From: "Gabriel Belingueres" <[EMAIL PROTECTED]> > To: "Struts Users M

Re: Using JSTL Expression Language with Struts 2 tags

2007-09-06 Thread Ray Clough
NO! > - Original Message - > From: "Adam Hardy" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > Subject: Re: Using JSTL Expression Language with Struts 2 tags > Date: Fri, 07 Sep 2007 00:42:11 +0100 > > > Is OGNL a standard

Re: Using JSTL Expression Language with Struts 2 tags

2007-09-06 Thread Ray Clough
standards. (And I haven't even tried JSP 2.1 syntax yet). As it stands, this is a TERRIBLE shortcoming in S2. - Ray Clough - Original Message - From: "Kevin Lawrence" To: "Struts Users Mailing List" Subject: Re: Using JSTL Expression Language with Struts 2

Re: Struts and JNDI

2007-09-03 Thread Ray Clough
2) use the 'ServiceLocator' pattern from the 'Core J2EE Patterns' book, now available on-line from Sun. Is there a reason to use ThreadLocal context here? Sorry I couldn't be more helpful. - Ray Clough > - Original Message - > From: "Mary Poppins" <[EM

Re: Struts1/Tiles and Struts2/tiles in same app

2007-08-26 Thread Ray Clough
d the pdf to anyone who wants it. -Ray Clough [EMAIL PROTECTED] Using Tiles-2 as a Standalone Service, Including Deployment with Struts-1 and Struts-2. This document describes using Tiles-2 (T2) in a Java Web Application based on Apache Struts-1 (S1) with Apache Struts-2 (S2). The classical w

Re: Struts1/Tiles and Struts2/tiles in same app

2007-08-26 Thread Ray Clough
I have prepared a pdf document describing this exact problem: Tiles-2 as a standalone service along with Struts-1 and Struts-2. The doc includes copies of the web.xml and struts.xml files. I am attaching the file in the hopes it is useful. - Ray Clough [EMAIL PROTECTED

Re: Struts2 Tiles question

2007-08-23 Thread Ray Clough
mapped to *.tiles will delegate to the definition in tiles.xml, or whatever you call the definition file(s). I'll put together a document at work tomorrow. My app uses Struts-1, Struts-2, and JSF, all using Tiles to render the view. - Ray Clough - Original Message - From: "Pav

Re: Struts2 Tiles question

2007-08-23 Thread Ray Clough
e fewer intermediate layers between your app and a service it uses, the fewer bugs you will encounter. And those bugs you do encounter will clearly be in the service, not in the intermediate layer. This is especially good to remember if the intermediate layers do not provide any added v

Re: Struts2: should we use Tiles or Sitemesh?

2007-08-20 Thread Ray Clough
You might also consider Tiles-2 but not using the S2 plugin. Then you aren't limited by the need to declare the attribute. This leaves you free to do other things with the 'type', like jsf, for instance. - Ray Clough Jeromy Evans - Blue Sky Minds wrote: > > Sol, I thi

Re: can we access database in the interceptor??

2007-08-09 Thread Ray Clough
> > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > -- > "Hey you! Would you help me to carry the stone?" Pink Floyd > > --

Re: [s2] Is it possible to replace/supplement i18n resolution logic?

2007-08-06 Thread Ray Clough
n essence, a TO. For other view layers, I produce other Exporters, a PDFExporter, a SpreadSheetExporter, etc. - Ray Clough [EMAIL PROTECTED] > - Original Message - > From: mraible <[EMAIL PROTECTED]> > To: user@struts.apache.org > Subject: Re: [s2] Is it possible to repla

Re: [s2] Is it possible to replace/supplement i18n resolution logic?

2007-08-05 Thread Ray Clough
ted data items is an ideal compromise for me. We just treat the components as a super-powerful tag set. Again, I apologize for the earlier rant. - Ray Clough [EMAIL PROTECTED] > - Original Message - > From: "Ted Husted" <[EMAIL PROTECTED]> > To: "Stru

Re: [s2] Is it possible to replace/supplement i18n resolution logic?

2007-08-04 Thread Ray Clough
ot read, or did not comprehend, or did not believe, the central theme of "Why Getters and Setters are Evil"). Sorry for the rant, but I do like many of the S2 features well enough that I continue to use it, and the S2 architecture is definitely better than S1 (death to ActionForm!)

Re: Re: Locale - make available to JSP

2007-08-03 Thread Ray Clough
x27;t work. My digging into the source code seemed to tell me that this would fill the bill, but no happiness resulted. Thanks, - Ray Clough > - Original Message - > From: "Laurie Harper" <[EMAIL PROTECTED]> > To: user@struts.apache.org > Subject: Re: Locale -

Re: Locale - make available to JSP

2007-08-03 Thread Ray Clough
uestion is "how to make this Locale available to the S-2 tags in the login page. The interceptor doc says it will be saved for "all future requests". I need to use it for the current request. It seems that the solution is to push it to the stack or something, wherever the S-2

Locale - make available to JSP

2007-08-02 Thread Ray Clough
e for the ActionContext class, LocaleProvider class, etc, and it seems like this code should work, but it doesn't: ActionContext.getContext().put(ActionContext.LOCALE, locale); Any help or advise will be greatly appreciated. Thank you, Ray Clough -- View this message in cont

[S2] Struts-JSF Plugin and Tiles

2007-07-23 Thread Ray Clough
mpatibility (i.e., a big bug) between the jsf plugin and tiles. Any suggestions? Has anyone tried anything like this and either succeeded or failed? - Ray Clough -- View this message in context: http://www.nabble.com/-S2--Struts-JSF-Plugin-and-Tiles-tf4131981.html#a11751346 Sent from the Str

[S2] Struts-JSF Plugin

2007-07-17 Thread Ray Clough
en we click the column header, but the property is always "_id0", even when clicking the "_id1" column. Thus the table is always sorted on Column-0. Does anyone have insight into this problem? - Ray Clough -- View this message in context: http://www.nabble.com/-S2--Struts-JSF

Re: Struts 2 Theme that doesn't generate extra HTML

2007-07-16 Thread Ray Clough
l, etc. in order to effectively use the S2 features. All those packages should be optional. However, the thing about S2 which irks me most is the non-standard expression language which sometimes uses one syntax and sometimes another. - Ray C. > - Original Message - > From

Re: S2 and JFreeChart (showing images)

2007-07-06 Thread Ray Clough
er if this project is still alive in any meaningful way. (I notice that its creator is a Struts contributor). - Ray Clough - Original Message - From: "Peng Tuck Kwok" To: "Struts Users Mailing List" Subject: Re: S2 and JFreeChart (showing images) Date:

Re: [S2] Session Invalidation through SessionAware interface

2007-07-01 Thread Ray Clough
Please go ahead. > - Original Message - > From: "Dave Newton" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > Subject: Re: [S2] Session Invalidation through SessionAware interface > Date: Sun, 1 Jul 2007 10:47:18 -0700 (PDT) > &

Re: [S2] Session Invalidation through SessionAware interface

2007-07-01 Thread Ray Clough
tion, possibly because the session " + "has already been invalidated or timed out."; logger.warn(msg,ise); } - Ray Clough newton.dave wrote: > > --- "Srinivas.N." <[EMAIL PROTE

[S2] Session Key for Locale

2007-06-29 Thread Ray Clough
wly set value in the Session to the Value Stack? If so, is that considered a bug? - Ray Clough -- View this message in context: http://www.nabble.com/-S2--Session-Key-for-Locale-tf4001507.html#a11365685 Sent from the Struts - User

Re: Re: S2 - How do I ...

2007-06-26 Thread Ray Clough
).getLocale().getLanguage()', or something like that). I hope that is clear. Any advice, especially on point #1 would be great. - Ray Clough > - Original Message - > From: "Laurie Harper" <[EMAIL PROTECTED]> > To: user@struts.apache.org > Subject: Re: S2 -

S2 - How do I ...

2007-06-25 Thread Ray Clough
ies object which can be referenced and read, the question is how. Also, although this is not a Struts question, how do I resolve the suffix on a ResourceBundle to the language name? Thanks, - Ray Clough -- View this message in context: http://www.nabble.com/S2---How-do-I-...-tf3980139.html#a11

RE: Struts 2.0.8 upgrade question

2007-06-14 Thread Ray Clough
t;Al Sutton" <[EMAIL PROTECTED]> > To: "'Struts Users Mailing List'" > Subject: RE: Struts 2.0.8 upgrade question > Date: Thu, 14 Jun 2007 07:34:00 +0100 > > > Ray, > > The tiles-jsp jar was an addition between the tiles release in S2.0.6 and &g

Re: Re: Struts 2.0.8 upgrade question

2007-06-13 Thread Ray Clough
can track > changes that may impact your deployment -- and perhaps raise your > concerns if you feel they're over-burdensome. > > L. > > Ray Clough wrote: > > I got it to work with 2 steps. 1) I downloaded the 2.0.3 > > version of Tiles. Note that this requi

S2 S1 Tiles2 Tiles1 Question

2007-06-13 Thread Ray Clough
ionality - what does that route give me that the non-Struts Tiles usage wouldn't. A third question (but maybe for the Tiles or JSF forums) is, what would be needed to make this work with the JSF (myFaces) part of the app. - Ray Clough -- View this message in context: http://www.nabbl

RE: Struts 2.0.8 upgrade question

2007-06-13 Thread Ray Clough
t you had previously raised the issue, yet they still failed to include it.) - Ray Clough Al Sutton-4 wrote: > > Grab the distribution from tiles.apache.org and copy the jsp jar into your > webapp. > > This is something I raised on the dev list and the jar will be part of > fut

Re: Struts 2.0.8 upgrade question

2007-06-13 Thread Ray Clough
ith Struts-2.0.8, but 2.0.8 does not include a 'tiles-jsp-2.0.3.jar' file. - Ray Clough Al Sutton-4 wrote: > > Have you checked the old version of tiles has been removed?, the version > shipped with 2.0.6 was a pre-release of Tiles 2 and the internal APIs > changed, I ha

Struts 2.0.8 upgrade question

2007-06-13 Thread Ray Clough
It doesn't seem to be a straight forward upgrade from 2.0.6, at least so far as Tiles is concerned. We get a bunch of different exceptions, depending on what we try to do. Each fix seems to break something else, though. Advice? - Ray Clough -- View this message in context:

(S2) Refreshing an Ajax Div

2007-06-12 Thread Ray Clough
to happen is for the app to redirect to the error page. Can the Ajax, once invoked, be turned off? Any ideas? Thanks, - Ray Clough -- View this message in context: http://www.nabble.com/%28S2%29-Refreshing-an-Ajax-Div-tf3910831.html#a11088713 Sent from the Struts - User mailing list archive at

Re: How Can I Upgrade My Dev Environment

2007-06-08 Thread Ray Clough
same time. Take all the pain at once, but implement one change at a time and get each change working before continuing. If the app isn't too big and/or too messy, and things don't go totally haywire, should not be a difficult an upgrade. - Ray Clough Srinivasula Reddy A , Bangalore wr

Re: Can I Redirect Action Result to Strut1 action in struts.xml

2007-06-05 Thread Ray Clough
if you are constructing the url using the s:url tag, there are two different attributes you may be using. The "action" attribute assumes that the action will end in "*.action", so you can't forward to a Struts-1 action using the action attribute. Instead use the 'value' attribute, and you can th

Re: Re: xhtml problem

2007-06-01 Thread Ray Clough
> use XML-format JSP documents, they must be authored in well-formed > XML. This isn't a Struts tags issue; the same would be true for any > JSP custom action (tag) from any source. > > For the case you describe below I'd probably try a combination of > jsp:element

Re: xhtml problem

2007-06-01 Thread Ray Clough
than either s2 or jstl alone, and of course the s2 tags work best with the s2 data stack. - rc Manos Batsis wrote: > > Ray Clough wrote: >> The failure is in the deployed code. The processor which produces html >> from the jsp markup (in tomcat, in this case) will not allow

Re: xhtml problem

2007-06-01 Thread Ray Clough
l problem > Date: Fri, 01 Jun 2007 13:14:45 +0300 > > > Ray Clough wrote: > > I produce all my jsp pages is xml format - ie. as 'jspx' jsp-documents. I > > find a serious drawback to the struts tags, and I'm wondering if anyone has > > a suggestion.

xhtml problem

2007-05-31 Thread Ray Clough
of examples in the struts documentation use this, which is not a problem for regular html, but is a big show stopper in xml. The tags do allow jsp-el, but not other elements. Any suggestions? - Ray Clough -- View this message in context: http://www.nabble.com/xhtml-problem-tf3848996.html#a1090242

S2 - Ajax Dynamic Double Select Demo - complete code included

2007-05-29 Thread Ray Clough
2.ServletActionContext; import com.opensymphony.xwork2.ActionSupport; /** * @author Ray Clough, Michael Matz. * Created: May 29, 2007 * Project: GreetingsEarth_S2_S1_Tiles * Package: greetings.struts2.action * File:AjaxDDS_DemoActio

Re: [newbie] "no getter method .."

2007-05-25 Thread Niniva Ray
No you need a getName() getter method in your ResultBean javabean class. Regards, Niniva probertm <[EMAIL PROTECTED]> wrote: Hi, all. Another newbie question on Struts. I am having an issue in getting my .jsp names to match with those in the ActionForm class and was after some help.

Re: S2 & AJAX question

2007-05-25 Thread Ray Clough
ter tag? You can link 2 of them easily. > > musachy > > On 5/25/07, Ray Clough <[EMAIL PROTECTED]> wrote: >> >> >> We've gotten it to work by having the action method write to the output >> stream and return null. This is by far the best soluti

Re: S2 & AJAX question

2007-05-25 Thread Ray Clough
said you would do it in S1, writing > to > the output stream, without requiring a page for it (not that I'm advising > to > do so ;) ). > > musachy > > On 5/25/07, Dave Newton <[EMAIL PROTECTED]> wrote: >> >> --- Ray Clough <[EMAIL PROTECTED]>

Re: S2 & AJAX questions

2007-05-25 Thread Ray Clough
Re: S2 & AJAX questions > Date: Fri, 25 May 2007 03:35:14 -0700 (PDT) > > > --- Ray Clough <[EMAIL PROTECTED]> wrote: > > [Ajaxy stuff] > > You may want to explore Dojo's listenTopics and > notifyTopics; you can define quite a bit of behavior > based

S2 & AJAX questions

2007-05-25 Thread Ray Clough
Ajax-aware select tag in the Dojo library, or does anyone know a better solution. Thanks, - Ray Clough -- View this message in context: http://www.nabble.com/S2---AJAX-questions-tf3815167.html#a1078 Sent from the Struts - User mailing list archive at Nabbl

Re: Interceptor execution

2007-05-16 Thread Ray Clough
*AND* an Interceptor to accomplish the login. Perhaps I'll get rid of the Interceptor and just do it with a Filter, but there are advantages to the Interceptor which would be lost that way. (by the way, Laurie, These are not the Droids you're looking for!) - Ray C. Laurie Harper w

Interceptor execution

2007-05-15 Thread Ray Clough
he S1 Action servlet is mapped to "*.do". It appears that the S1 actions aren't intercepted, making the LoginInterceptor not work for them. How is "*.do" bypassing "/*". Is this really the case, or can something be done to force S1 actions thru the S2 intercep

RE: The design of bread crumb trail

2007-05-12 Thread Ray Clough
ive fields like SSN or password, however. - Ray Clough Thanks for the answers, but I would like a direct answer to my questions (1)... (2)... . Any thoughts? Zhang, Larry (L.) wrote: > Say I have two Jsp pages, Page 1, Page 2. > > On page 1 I have some text fields such as Name, SSN for

Re: [S2] Book Ideas

2007-05-11 Thread Ray Clough
ke to read your book. I've found that S2 works fairly well most of the time, but there are definitely lots of twitches which I'd like explained. Lots of info about injectors would help. Life Cycle explanations and examples. Etc. - Ray Clough Mark Menard wrote: > > I'm serious

Re: moving on to Hibernate with S2...

2007-05-11 Thread Ray Clough
e before you can get your code to work in the new framework. All this, of course, is IMHO, and I know I'm probably a minority here. - Ray Clough Rick Schumeyer wrote: > > Now I'm trying to configure Hibernate with S2, which many others have > done. I was trying to follo

Re: The design of bread crumb trail

2007-05-10 Thread Ray Clough
ave a link "continue shopping", which does NOT take you back to where you were. I've been wanting to implement a Struts-2 "BreadCrumbsInterceptor", or maybe a Filter, but have not gotten around to it. I'd be interested if anyone has done this. - Ray Clough Zhan

Re: (S2) submit question

2007-05-09 Thread Ray Clough
mplement 'ModelDriven' to push the 'myList' onto the stack, would this object persist through the Request/Response cycle. Would there be any benefit to that over storing it in the session? Thanks, Ray Clough Dave Newton-4 wrote: > > --- Ray Clough <[EMAIL PROTECTED]&

(S2) submit question

2007-05-09 Thread Ray Clough
ted (a different instance 'id'). Is the creation of a new instance the standard behavior - I can't believe it is, because that would make the whole 'thread-safe' model in S2 pointless. Am I doing something silly or wrong (I could believe either)? Thanks, Ray Clough -- Vie

Re: [s2] Do I still need a business service layer ?

2007-04-17 Thread Ray Clough
only to the framework, but to the type of delivery platform (eg a Web App), which will prevent you from later making a Swing app or something else out of it if you want to. - Ray Clough nicolas de loof-2 wrote: > > Hello, > > I've used struts1 for several years and I'm

Re: JSTL and the Value Stack

2007-04-17 Thread Ray Clough
JSTL tags working nicely with S2. The page works perfectly if the object is explicitly placed into the HttpRequest. If the 'getExporter()' is the way in which the Exporter is exposed, then it doesn't work for jstl. - Ray Clough Dave Newton-4 wrote: > > --- Ray Clough <[

Re: JSTL and the Value Stack

2007-04-17 Thread Ray Clough
My Action has a method "public Exporter getExporter()". If I use the struts2 tags I can access the "exporter" with , and it works fine. If I use the jstl syntax , nothing is found. How do I get the jstl tag to work here? Thanks a million. - Ray Clough Musachy Barr

Re: JSTL and the Value Stack

2007-04-17 Thread Ray Clough
ot;don't play nicely with the other children", as my grade school teacher once reported. Maybe I'm wrong, but that is my experience so far. - Ray Clough Dave Newton wrote: --- Ray Clough <[EMAIL PROTECTED]> wrote: Is it possible to use JSTL to access the value s

JSTL and the Value Stack

2007-04-17 Thread Ray Clough
Is it possible to use JSTL to access the value stack? If so, what is the syntax. If that doesn't work, what is the syntax for accessing it with a scriptlet? That must be possible, because that is what the tags do. Thanks very much, Ray C

Re: i think struts tags, taglib imports and javascript functions are changing the way a jsp renders in IE7

2007-04-13 Thread Ray Clough
. They certainly have the resources to fix it, but it seems they'd rather not. I wonder if their reasons include universal good will and compassion. - Ray Clough Ashuin Sharma Chamorro wrote: Im developing a web application with struts 1.2.9 and if I run it in firefox everything

Re: Help: Need of Structs aplication

2007-03-29 Thread Ray Clough
Is there a place where small demo apps like this can be posted for others to use/evaluate? I have such a program, but with the libraries, it is far too big to email. - Ray Clough [EMAIL PROTECTED] Brian Thompson wrote: Sounds like AppFuse would probably do the trick: http://appfuse.org

Re: Struts2 and Struts1 comingling w/ Tiles

2007-03-28 Thread Ray Clough
ed the jstl core tags for the url, but you need to put the suffix after the url. calling S2 from S1, using S1 and jstl tags: key="rp.Xxxx" bundle="menu" /> calling S1 usign S1 tags: key="rp.Xxxx"

Re: Struts2 and Struts1 comingling w/ Tiles

2007-03-27 Thread Ray Clough
le to use S1 with T2 or S2 with T1 - at least not out of the box. Ray Clough Greg Reddin wrote: On 3/27/07, Frank W. Zammetti <[EMAIL PROTECTED]> wrote: Your saying that any S1 app using Tiles can't, based on your experience, be run with part of it being S2-based, in the same

Re: Bread Crumbs in Struts-2

2007-03-19 Thread Ray Clough
Yeah, That's how I see it, too. That's how I did it in Struts-1, with the ability to go to the current page, previous page, or page before previous. I'm wondering if there is some existing facility to do this. Ray Clough Matt Filion wrote: I would imagine you'd actu

Bread Crumbs in Struts-2

2007-03-19 Thread Ray Clough
e the best way to do it in Struts-2. Has anyone done this before, or is there a feature of S2 which will do this? Thanks, Ray Clough [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

Re: Struts2 - displaying validation errors on jsp

2007-03-18 Thread Ray Clough
Thanks, Dave. It works fine, but neither the cssClass nor cssStyle attributes work. - Ray Clough [EMAIL PROTECTED] Dave Newton wrote: --- Ray Clough <[EMAIL PROTECTED]> wrote: Could someone tell me what to retrieve to display validation errors manually? http://struts.apache

Struts2 - displaying validation errors on jsp

2007-03-18 Thread Ray Clough
rrors manually? Thanks, - Ray Clough [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Struts2 How To?

2007-03-16 Thread Ray Clough
em, so it must be somewhere in the code which configures the MyFacesExtensionsFilter component. - Ray Clough Don Brown wrote: > > Good question. You could perhaps write a result that wrapped the two, > somehow, but you'd probably need to dig into the source to accomplish > it. If you fi

Struts2 How To?

2007-03-16 Thread Ray Clough
ere some compound result type? Can they be chained together somehow? Has anyone done this, or has it even been considered? Thanks for your help. This is really "wrapping me around the axle". - Ray Clough [EMAIL PROTECTED]

Struts2, JSF, Tiles

2007-03-15 Thread Ray Clough
In my S2 actions I set the result 'type' = "jsf". The instructions do not seem to cover using both JSF and Tiles. How do I integrate Tiles with my Struts2-rendered jsf pages? Do I need to use the packages and instructions from MyFaces to do this? Thanks, Ray Clough --

Re: Struts/Tiles 1.1 app on Tomcat 5.5

2007-03-12 Thread Ray Clough
I've been using Tiles with all Struts versions since 1.1 and all the latest Tomcat versions. I have not been able to use it with Struts 2.0, but others have reported that it works fine there, too, so it must be something I've done wrong. - Ray Clough Frank Russo wrote: Has anyon

Re: [S2] Struts-Faces: Tomahawk tree

2007-03-10 Thread Ray Clough
ssue. Thanks, Ray Clough [EMAIL PROTECTED] " Rodrigo Pereira wrote: > Are you using Tiles? > I guess the issue relies here. If I try to use Tomahawk w/o Tiles, no > problem, but when I use tiles, booom, I get an error. > > Thanks, > Rodrigo Pereira > " -- View t

Re: Struts-Faces: Tomahawk tree

2007-03-09 Thread Ray Clough
t? Is there a projected fix date? Thanks, Ray Clough [EMAIL PROTECTED] Rodrigo Pereira wrote: Are you using Tiles? I guess the issue relies here. If I try to use Tomahawk w/o Tiles, no problem, but when I use tiles, booom, I get an error. Thanks, Rodrigo Pereira On 3/9/07, Ray Clough <[EMAIL

Re: Struts-Faces: Tomahawk tree

2007-03-09 Thread Ray Clough
the documentation (at least) needs to be fixed. - Ray Clough Rodrigo Pereira wrote: Hi, I tried to update to a newer version of MyFaces ( according http://issues.apache.org/jira/browse/MYFACES-1421 ) but I cannot configure the Extension Filter, I keep getting the same message ( "ExtensionsF

Re: What to use instead of tiles in Struts2?

2007-02-25 Thread Ray Clough
ntioned above during the load process. Please, I need advice. I have long contended that Tiles is the niftiest piece of Struts, and I can't see using Struts-2 without Tiles. Thanks, - Ray Clough [EMAIL PROTECTED] Dave Newton wrote: --- Neil Aggarwal <[EMAIL PROTECTED]> wrot

Re: Usage of Struts - Tiles using tile controllers (Please help as i couldn't find enough documentation on it)

2007-02-20 Thread Ray Clough
is to use 'jspx' format docs instead of 'jsp' pages. The use of jspx (Sun calls them 'jsp documents') seems to me like a big improvement over jsp, and there are equivalent jsp and jspx pages for everything. - Ray Clough [EMAIL PROTECTED] [EMAIL PROTECTED]

Tiles with Struts-2

2007-02-19 Thread Ray Clough
e tutorial specifies that no files except for Tiles-plugin jar need to be copied. Any advice as to where I've gone wrong here. Thanks, Ray Clough [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

Please

2007-02-08 Thread Ray Madigan
unsubscribe - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Multiple selections with an indexed field

2007-02-05 Thread Ray, Marla S
I have a somewhat complicated form that I'm trying to create using Struts. I actually have the form working but we need to make an enhancement that makes it even more complicated. I have tried googleing and searching several places to find an example that will help me. I have found examples that

Re: How to pass data from one Action class to another Action class?

2006-10-11 Thread Niniva Ray
actions :D Thanks and regards, Pazhanikanthan. P (Paz) Consultant for AXA, Senior Software Engineer, HCL Australia Services Pty. Ltd. Off : +61-3-9618-4085 Mob : +61-0411-354-838 Niniva Ray 12/10/2006 08:26 AM Please respond to "Struts Users Mailing List" To: user@struts.apa

How to pass data from one Action class to another Action class?

2006-10-11 Thread Niniva Ray
Hello, If my Action class's success path is another Action class, not a jsp, how do I pass data from one Action class to the other Action class? Both of my action classes are associated with the same form bean. I was setting the method A of the common form bean in one Action class and doi

  1   2   >