Re: Hibernate problem with OGNL

2013-03-27 Thread Steve Higham
plement this behavior. If you want the ID you need to force the DB write first. Steve - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

RE: How to pretty print HTML from Struts

2012-09-30 Thread Steve Higham
blems. Is there a better way of tidying up the HTML being emitted from a Struts View? Kind Regards, Steve -Original Message- From: Dave Newton [mailto:davelnew...@gmail.com] Sent: 30 September 2012 18:05 To: Struts Users Mailing List Subject: Re: How to pretty print HTML from Struts Ug

How to pretty print HTML from Struts

2012-09-30 Thread Steve Higham
onfig will try to pretty-print *.css, *.js, *.img etc. but completely ignores the outputs of my actions. Does anyone know a sensible way of pretty printing the Struts HTML output to the browser? Many Thanks, Steve Steve Higham

RE: Struts2 : XML based View

2012-07-09 Thread Steve Higham
Hi, I have projects that include JS (and jquery) in the HTML pages they output. It's then up to you to construct your jquery widgets when the document loads. Is this what you are looking for... Cheers, Steve -Original Message- From: Anupam Bakshi [mailto:baks...@yahoo.com] Sen

RE: Does the StrutsTestCase test filters defined in web.xml?

2012-05-14 Thread Steve Higham
ml is called. You could try looking at Apache Cactus or Apache HttpClient to test this behaviour? Alternatively if you generate the file within Struts then the StrutsTestCase will suffice. I've generated exports from Struts this way. Cheers, Steve -Original Message- From: Migu

RE: Struts 2 Rest Showcase Example : Issue in understanding code

2012-05-01 Thread Steve Higham
Hi Srineel, I would recommend purchasing a copy of Struts 2 In Action published by Manning. You're not going to pick Struts up by browsing through a couple of examples. Cheers, Steve -Original Message- From: Srineel Mazumdar [mailto:smaz19...@gmail.com] Sent: 01 May 2012 09:

RE: StrutsTestCase, jUnit and file upload

2012-04-26 Thread Steve Higham
True (proxy.execute ().equals ("expected action result"); Note that the calls to the action are generated internally. You don't need any request.setParameter (...) calls. Cheers, Steve -Original Message- From: Steve Higham [mailto:st...@sjlt.co.uk] Sent: 25 April 2012 11:

StrutsTestCase, jUnit and file upload

2012-04-25 Thread Steve Higham
request object which will prepare the request with an uploaded file. Has anyone got this to work? Steve Higham

RE: event On struts

2012-04-22 Thread Steve Higham
't used it. Enjoy... Steve -Original Message- From: loinheart [mailto:shah_khan_1...@hotmail.com] Sent: 21 April 2012 17:43 To: user@struts.apache.org Subject: event On struts Hey h Im a new in struts so please kindly tell me how to create event on struts control like a

RE: [Struts2] Upgrading a Struts2 Application that uses Tiles2.

2012-01-24 Thread Steve Higham
apache.org/framework/tutorial/configuration.html Therefore I'm not sure this will be supported going forward. I guess this will continue until the Struts2-tiles-plugin gets updated. However it seems to work fine for Tiles 2.2.2 Kind Regards, Steve -Original Message- From: Hern

RE: Re: Struts 2 Annotation Tutorial (additional info)

2011-10-03 Thread Steve
yeron is still working on it though. Steve -Original Message- From: Lwen.ma [mailto:mlw5...@gmail.com] Sent: Saturday, October 01, 2011 6:14 PM To: Struts Users Mailing List Subject: Re: Re: Struts 2 Annotation Tutorial (additional info) With jboss 6 and 7 use 'Convention plugin

RE: Struts 2 Annotation Tutorial (additional info)

2011-09-30 Thread Steve
Hello Lukasz, I'm using JBoss 5.1 via Eclipse and JBoss Tools. When I switched to Tomcat 6 and changed my logger's package it started to work. Makes you wonder what's up with JBoss? Thank you for your assistance. Steve -Original Message- From: Lukasz Lenart [ma

RE: Struts 2 Annotation Tutorial (additional info)

2011-09-29 Thread Steve
uts.convention.actionConfigBuilder convention struts.convention.resultMapBuilder convention Remember, my app server is JBoss. Thank you, Steve -Original Message- From: Lukasz Lenart [mailto:lukasz.len...@googlemail.com] Sent: Thursday, September 29, 2011 12:10 AM To: Struts User

RE: Struts 2 Annotation Tutorial (additional info)

2011-09-28 Thread Steve
Thank you both for your responses. Since I had " " listed in my struts.xml file, I tried renaming my HelloAction class to "HelloController" or "HelloActionController" and tried various urls to match but no luck. I even tried removing the "struts.convention.action.suffix" element but it didn't s

Struts 2 Annotation Tutorial

2011-09-27 Thread Steve Brierton
My jar files (I got them out of the tutorial) are located in WEB-INF/lib and are: commons-fileupload-1.2.1.jar commons-io-1.3.2.jar freemarker-2.3.16.jar javassist-3.7.ga.jar log4j-1.2.14.jar ognl-3.0.jar struts2-config-browser-plugin-2.1.8.1.jar struts2-conv

Re: Getting unexpected ActionInvocation

2009-12-29 Thread Steve Mitchell
d version numbers and plugins to know > better) is sort of the last-guy-on-the-totem-pole. > > You might try to take a look at the config-browser plugin so that you > can see your effective configuration on the action in question. > > -Wes > > On Tue, Dec 29, 2009 at 10:10 AM

Getting unexpected ActionInvocation

2009-12-29 Thread Steve Mitchell
which expects a ServletRedirectResult. Why would @Result type "redirect" result in a ServletDispatcherResult ? Steve Mitchell http://www.ByteworksInc.com

RE: Struts 1.3.8 and WAS 7.0.0.5

2009-11-05 Thread Warsa, Steve
-jdbc.jar commons-lang-2.3.jar poi-3.2-FINAL.jar spring-jdo.jar commons-logging-1.1.1.jar slf4j-api-1.4.2.jarstandard-1.0.6.jar Thanks, Steve Warsa Avnet GIS work: 480-794-7920 cell: 602-692-1562 "Everything should be made as simple as possible ...but no si

Struts 1.3.8 and WAS 7.0.0.5

2009-11-05 Thread Warsa, Steve
th to remove the error caused by some classes in WAS." So, it sounds like he was having problems with 1.3.8 and WAS 7.0.0.3 initially. Does anyone know if they are compatible? Thanks, Steve

RE: Iterating over a List of Lists

2009-06-02 Thread Steve
Hi David, My code doesn't include an editing capability so I don't have any working code that I can cut and paste. Also I have not tried sending a List back from a JSP page. Are you getting any sub-lists back or are they all null? Cheers, Steve -Original Message- From:

RE: Iterating over a List of Lists

2009-06-02 Thread Steve
This works for me My inner list is a list of Strings. This code gives me one innerList list per line Hope this helps, Steve -Original Message- From: DavidCAIT [mailto:dzaze...@cait.org] Sent: 02 June 2009 02:14 To: user@struts.apache.org Subject: Iterating over a List of

RE: Struts2 Interceptor

2009-05-27 Thread Steve
es on your ReceivingAction. I haven't implemented this myself, although I have implemented all the techniques I have described. I'm fairly confident that this will achieve what you want. Cheers, Steve -Original Message- From: Stefano Corallo [mailto:stefan...@gmail.com] Sent:

RE: Accessing protected resources via a login page

2009-05-21 Thread Steve
dition to the normal getUrl and setUrl public String getEncodedUrl () throws java.io.UnsupportedEncodingException { return java.net.URLEncoder.encode (url, "UTF-8"); } Struts automatically decodes the parameters so no decoding method is required. Cheers, Steve -Orig

RE: Accessing protected resources via a login page

2009-05-20 Thread Steve
ing is not URL encoded so the single url parameter gets split on the embedded &. I added an extra method to the action (getEncodedURL ()) and then used ${encodedUrl}. This worked fine as the parameters interceptor automatically decodes parameters. Cheers, Steve -Original Message- From: Stuart

RE: Accessing protected resources via a login page

2009-05-19 Thread Steve
I guess storing the request string in the session would work just as well. Do you know the easiest way to access the request string from an interceptor or action? Many Thanks, Steve -Original Message- From: Lukasz Lenart [mailto:lukasz.len...@googlemail.com] Sent: 19 May 2009 15:26 To:

Accessing protected resources via a login page

2009-05-19 Thread Steve
to do this? Cheers, Steve

RE: Struts newbie - Advice on file downloading

2009-05-17 Thread Steve
;filename="myfile.xml" as suggested by Dale. Cheers, Steve -Original Message- From: Richard Sayre [mailto:richardsa...@gmail.com] Sent: 13 May 2009 12:41 To: Struts Users Mailing List Subject: Re: Struts newbie - Advice on file downloading

RE: Problem dispatching in /content dir

2009-05-15 Thread Steve
There is. Create a simple action in your struts xml file and map it to the framework class ActionSupport (com.opensymphony.xwork2.ActionSupport). I haven't done this myself (although I have derived my actions from ActionSupport). But I believe it will do what you want. Cheers,

RE: Problem dispatching in /content dir

2009-05-15 Thread Steve
er I don't see the reason to link to a jsp page unless it can pull some dynamic content out from the framework. Does this help? Kind Regards, Steve -Original Message- From: Jim Collings [mailto:jlistn...@gmail.com] Sent: 15 May 2009 12:16 To: Struts Users Mailing List Subject: Prob

Struts newbie - Advice on file downloading

2009-05-13 Thread Steve
de? I have found the "Result Stream" documentation on the Struts site and various code snippets. But I can't find any good complete examples. Many Thanks, Steve Steve Higham

Re: Cannot download struts 1.2.9 binary

2009-04-23 Thread Steve Bosman
> I just checked them both on Kubuntu Jaunty RC and both the tar and the > zip are intact for me... Maybe you pulled them from a bad mirror or > there is a firewall giving you troubles? I've tried a few times now, with no luck, but I'll try again from home in case it is the work firewall. -- ht

Cannot download struts 1.2.9 binary

2009-04-23 Thread Steve Bosman
inZip, but that gave up part way through the extract. thanks Steve

Re: Can you set parameters in using in the tag body?

2008-05-08 Thread Steve Akins
Are these parameters static? If they are you could set them up in struts config and get the submit button to direct to a specific action mapping with these parameters defined. Cheers, Steve On Thu, May 8, 2008 at 9:24 PM, Jeromy Evans <[EMAIL PROTECTED]> wrote: > Eduardo Dela R

Re: [struts] params and staticParams

2008-04-28 Thread Steve Sether
I can't seem to find any indication where this ever wound up from several months ago, but I found the same issue independently after making the (poor) assumption that a statically assigned parameter wouldn't be overridden by a request parameter. I did some searching and found this thread. Li

Re: Passing a List through a hidden field

2008-04-23 Thread Steve Akins
mitted. I have raised an Improvement request on the JIRA (https://issues.apache.org/struts/browse/WW-2612) and will continue to investigate a way around this. If anyone else has some bright ideas it would be more than welcome. Regards, Steve On Wed, Apr 23, 2008 at 10:57 PM, Jeromy Evans <[EM

Passing a List through a hidden field

2008-04-22 Thread Steve Akins
ing a List through a form without the need for creating a custom converter for this. Does anyone have any ideas on how to overcome this problem? Regards, Steve - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Why do parameters get applied to all hyperlinks generated by & even after the request is processes?

2008-04-22 Thread Steve Akins
You need to code includeParams="none" in the s:url tags or ... ... in your configuration. Have a look here: http://struts.apache.org/2.x/docs/url.html I'm pretty certain that will sort you out. On 4/23/08, Eduardo Dela Rosa <[EMAIL PROTECTED]> wrote: > Hi, > > I have the following

S2 Textfield tag date formatting

2008-04-09 Thread Steve Akins
I'm trying to use a textfield tag for date input. I need to format this in the form dd/MM/ HH:mm:ss The teaxtfield tag formats the date to a Locale based format DateFormat.SHORT via XWorkBasicConverter. For my locale this turns out to be dd/MM/yy. This is not the format I want. DateTimeP

Re: [S2] (action on form outside of struts2)

2007-08-17 Thread Steve Sether
To anyone who's interested in a workaround to my issue, I wound up creating an action that does a redirect to a URL passed into the action, and re-constructing the query string from the passed in parameters. It's not an elegant solution, but it does work. Steve Sether wrote: If I s

RE: [S2][Tabbed panel] posting data from one tab

2007-08-17 Thread Clement, Steve
ne thing I have found, however, is that if you use the rich text editor for a textarea, the content of that textarea does not submit for some reason. Other form controls submit fine. Steve Clement -Original Message- From: Eugen Stoianovici [mailto:[EMAIL PROTECTED] Sent: Friday, August 17, 20

Re: [S2] (action on form outside of struts2)

2007-08-17 Thread Steve Sether
fy a URL in the action parameter and not have it be modified by Struts. yitzle wrote: On 8/16/07, Steve Sether <[EMAIL PROTECTED]> wrote: I'm using struts 2 to create a form whose action links outside of struts 2. The problem is when I set the action parameter in the ... will cr

[S2]

2007-08-16 Thread Steve Sether
I'm using struts 2 to create a form whose action links outside of struts 2. The problem is when I set the action parameter in the the framework is putting the Struts2 context in the URL. For instance: say I have a struts 2 project called struts2.war, and another project called myProject.war. .

params in model driven action

2007-08-16 Thread Clement, Steve
paramsPrepareParamsStack. I do not want to put the setters for the params in my action (that's the whole point of using model-driven, right?), but the logs complain because the params are looking for the setters in the action even though they are set on the model. Thanks in advance for any help. Steve Cl

struts2 ajax theme and textarea

2007-08-14 Thread Clement, Steve
nt in IE7. So either I lose the WYSIWYG editor widget that I get when the form is in ajax theme, I lose the user experience of refreshing the "emergency" div, or I lose the changes made to the content textarea. None of these options sits well. Any suggestions?

[S2] read only textbox on DateTimePicker.

2007-08-14 Thread Steve Sether
Is there a way to make the textbox on the DateTimePicker able to be modified by the calendar only? (i.e. the user can't type in their own value). I've looked through the documentation and haven't been able to find any property to set this. ---

Re: Struts 2 interceptor and spring problem

2007-06-27 Thread Steve C
BTW, I did see this: https://issues.apache.org/struts/browse/WW-1576 but i'm using struts 2.0.8 and the xwork version is 2.0.3. Is this still an xwork problem that I should ask about on opensymphony? On 6/27/07, Steve C <[EMAIL PROTECTED]> wrote: Hello. I am in the process of m

Struts 2 interceptor and spring problem

2007-06-27 Thread Steve C
issue around struts 2). Thanks! And there is a reason why there are all the singletons and factory stuff. Related to legacy support and non-spring aware code. -Steve Caused by: org.springframework.beans.factory.BeanCreationException: Error creati ng bean with name 'requestBasedBean': Sc

RE: struts 1.3.5 tiles question

2006-11-16 Thread Steve Duran
This worked. Thanks much. Steve -Original Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Thursday, November 16, 2006 12:58 AM To: Steve Duran Subject: Re: struts 1.3.5 tiles question Steve Duran ha scritto: > "bar.jsp" contains only the st

RE: struts 1.3.5 tiles question

2006-11-15 Thread Steve Duran
ache.org/1.3.5/struts-tiles/examples.html it recommends that the definitions be put in tiles-defs.xml, not in the JSP, which is what I did in Struts 1.2.9 Steve -Original Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 15, 2006 12:52 AM

struts 1.3.5 tiles question

2006-11-14 Thread Steve Duran
I have been unable to get Tiles to work under Struts 1.3.5. I also noticed that none of the Struts 1.3.5 examples use Tiles. Below is a summary of the problem. The only place where my implementation deviates from the documentation is in the tiles-defs.xml file. If anyone know what I need t

FormFile for uploading, via SSL

2006-06-28 Thread Steve Bement
change, in order for this to work with SSL? -- Steve Bement www.rampgroup.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How can I transfer a file to a struts based web application from a java application

2006-06-22 Thread Steve Bosman
Thanks, but I don't see how JFileChooser will help - my application can already obtain a File what I don't get is how to transfer the file via http to be processed by the struts application. Steve On 6/19/06, Mukta <[EMAIL PROTECTED]> wrote: Try using JFileChooser -

How can I transfer a file to a struts based web application from a java application

2006-06-14 Thread Steve Bosman
URLConnection. I've used URLConnection before, it's just the file transfer that has me stumped. Thanks in advance Steve - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [OT] Verifying Image Generator?

2006-04-24 Thread Steve Widmar
h I've never tried that could work: . programmatically generate the xml text for an SVG image (the images themselves don't look all that complex, and the key text overlaid is just text at this point) . convert the svg to some binary web image format like

Re: [FRIDAY] Re: has struts reached the saturation

2006-03-25 Thread Steve Raeburn
work, run by a bunch on idiotic dictators? If you really believe that, then you are as big a loser as you appear to be. If you think you can do better, then fine, go do it. But please, quit whining and doing nothing about it. Or do you just enjoy whining? Please. Get a life. Steve p.s. Don

Re: [FRIDAY] Re: has struts reached the saturation

2006-03-24 Thread Steve Raeburn
Bottom line is that this is the way Apache works and it's not going to change. I guess you *could* continue to argue that this method has been a failure for both Struts and Apache (and most other significant open source projects), but I think the evidence suggests otherwise. Steve Jon

Re: [FRIDAY] Re: has struts reached the saturation

2006-03-24 Thread Steve Raeburn
nced developer before it is added to the code base. After a while, developers will earn a level of trust and we can relax the review requirement to only happen after the code is updated. Thanks for the advice. We should implement this new process right away. Steve Jonathan Revusky wrote: Da

Re: [FRIDAY] Re: has struts reached the saturation

2006-03-17 Thread Steve Raeburn
I think the flaw in my analogy is that nobody will starve if they choose not to eat at the Struts shelter :-) Steve Frank W. Zammetti wrote: Steve Raeburn wrote: Let me try another analogy. Let's say you go down to volunteer at a homeless shelter. You serve a few meals and wipe a few t

Re: [FRIDAY] Re: has struts reached the saturation

2006-03-17 Thread Steve Raeburn
e and effort to help them. Those people shouldn't be surprised that they don't get listened to. You know who you are. Steve - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [FRIDAY] Re: has struts reached the saturation

2006-03-17 Thread Steve Raeburn
Michael, You have really got to learn to read. Anyway, here's another idea that'll put you in a tizzy http://weblogs.java.net/blog/jhook/archive/2006/03/the_new_servlet_1.html Steve Dakota Jack wrote: Good god, Steve. You think that the very idea that a JSF implementation co

Re: [FRIDAY] Re: has struts reached the saturation

2006-03-17 Thread Steve Raeburn
non-committers *are* listened to during the discussion and then a decision is made and we move on. Sometimes ;-) Steve - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [FRIDAY] Re: has struts reached the saturation

2006-03-17 Thread Steve Raeburn
be prevented from using and modifying it as you see fit. Even starting a new project if that's what you want. One final thought. If the committers have a responsibility to the community, what is the community responsibility to the committers? Steve Frank W. Zammetti wrote: On Fri,

Re: [FRIDAY] Re: has struts reached the saturation

2006-03-17 Thread Steve Raeburn
accept your right to comment on how the community is run and where the code is going. I just don't agree that you have a right to question people's motives or tell them how to spend their time. Steve Frank W. Zammetti wrote: *YOUR* trying to share *YOUR* solutions. But if someone e

Re: [FRIDAY] Re: has struts reached the saturation

2006-03-17 Thread Steve Raeburn
te. The irony here is that Dakota, despite his many personalities, can only see one point of view ;-) Anyway, we all know Java's dead. We should all be working on Struts on Rails. Steve p.s. You do Frank a great dis-service by lumping him in with DJ. Simon Chappell wrote: As one wh

RE: Error finding tiles-defs.xml

2006-03-10 Thread Hilton, Steve
Oshima, thank you VERY VERY much! That fixed it. I had looked on so many web site, and at so many examples, and in so many books, and not one single resource I looked at EVER said to add that code to web.xml. Thanks again. I really appreciate it! Steve -Original Message- From

Error finding tiles-defs.xml

2006-03-09 Thread Hilton, Steve
If you look at the last 3 lines below (at the very bottom of this e-mail)... It says it can't find file '/WEB-INF/tiles-defs.xml'. I've listed my tiles-def and struts-config files in here as well. Both of those files reside under /WEB-INF. I have set this up similar to every example I have been

RE: Help Needed: Struts-Tiles Configuration and/or Definition Error

2006-03-08 Thread Hilton, Steve
I think maybe we are getting warm here. Look at the last 3 lines below (at the very bottom of this e-mail)... It says it can't find file '/WEB-INF/tiles-defs.xml' I don't understand because the struts-config file has (by the way, same error with or without the pathname property being set below)-

RE: Help Needed: Struts-Tiles Configuration and/or Definition Error

2006-03-08 Thread Hilton, Steve
: Struts Users Mailing List Subject: Re: Help Needed: Struts-Tiles Configuration and/or Definition Error On Mar 8, 2006, at 10:06 AM, Hilton, Steve wrote: > First of all, I am using Websphere 5.1.0. The problem is this > Any time I try to reference a definition name in the tiles-defs.xml

Help Needed: Struts-Tiles Configuration and/or Definition Error

2006-03-08 Thread Hilton, Steve
uot; prefix="tiles" %> Any help would be greatly appreciated. Thanks! -- Steve Here's the files for the sample application tiles-defs.xml

Re: Acessing TagHandlerPool for TagSupport

2006-02-20 Thread Steve Vanspall
ok thanks, that will solve my problem Steve Craig McClanahan wrote: On 2/20/06, Steve Vanspall <[EMAIL PROTECTED]> wrote: Thanks will have a look, yeah I figured reevaluation isn't the go. as I said I know the action I want is already going to be configure din the struts-

Re: Acessing TagHandlerPool for TagSupport

2006-02-20 Thread Steve Vanspall
would do it, if only I could look up struts-config from a TagSupport extension. Craig McClanahan wrote: On 2/19/06, Steve Vanspall <[EMAIL PROTECTED]> wrote: I know this isn't specifically struts realted, but am having trouble finding a jasper mailing list. Basically was wo

Acessing TagHandlerPool for TagSupport

2006-02-19 Thread Steve Vanspall
some code that this tag creates. Alternatively, although not the most desirable option, is the a way to output evaluated it again. Theres' probably a simple, duh!, solution coming my way, just can't seem to find the ans

Re: Tomcat issues

2006-01-14 Thread Steve Ratay
at loads a default application context as it expands and deploys a war when a context.xml file is not provided in the war file. However, when you restart Tomcat and the application is already expanded (i.e. the war doesn't have to be deployed) it loads the application context as you would

Re: [OT] If you hate positioning with css raise your hand... actually some help:)

2006-01-03 Thread Steve Raeburn
anation and other options. Also check out http://www.meyerweb.com/ - Eric is your CSS best friend :-). Steve Rick Reumann wrote: I always end up with nothing but trouble trying to position divs with css that is a BREEZE to do with tables. css positioning is supposed to be the layout savior

Strutsbox

2005-10-10 Thread Steve Beaver
Does any one have any experience with Strutsbox and eclipse 3.1? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

BEA Weblogic vs. Eclipse

2005-09-29 Thread Steve Beaver
Does anyone have a preference between BEA Weblogic Workshop and Eclipse 3.1 using TomCat Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Struts Development Tool

2005-09-14 Thread Steve Beaver
Rich, That is the main reason I ZIP down my complete eclipse Directory just prior to Installing anything NEW into my eclipse enviroment. Just in case I don't like the plug-in or the plug-in has UPDATE problems.. Steve -Original Message- From: R. Markham [mailto:[EMAIL PROTECTED]

RE: Struts Development Tool

2005-09-13 Thread Steve Beaver
Raj. You can also download WWW.STRUTSBOX.DE for eclipse 3.1 Regards Steve -Original Message- From: R Rajendran [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 13, 2005 12:09 AM To: Struts Users Mailing List Subject: RE: Struts Development Tool Thank you

RE: Who decides?

2005-09-12 Thread Steve Beaver
Let me give everyone a major hint. What most "programmers" are doing today is NOT even close to Innovative. The guys that did the real work, started in this IT business back in the 1960' and 1970's, when his business WAS "Rocket Science" Steve -Original M

RE: Win XP, Eclipse, and Struts

2005-09-02 Thread Steve Beaver
Thank you Steve "Live as if you were to die tomorrow, Learn as if you were to live forever" -Original Message- From: R. Markham [mailto:[EMAIL PROTECTED] Sent: Friday, September 02, 2005 3:15 PM To: 'Struts Users Mailing List' Subject: AW: Win XP, Eclipse, and S

Re: JSF is the beginning of the end of Struts !!!

2005-07-28 Thread Steve Raeburn
d did that. Steve Dakota Jack wrote: Struts could live by improving in ways unlikely with the present management. The people in charge of Struts these days are really interested in something else. Unless the baton passes to those actively building something, Struts likely will either die from b

Re: TextArea

2005-07-20 Thread Steve Bosman
haracters in textareas can be error prone. I forget which one but either Mozilla or IE has given me length counts in javascript which differ from the String length by the time the value is one the server - basically a CR versus CR/LF issue. Steve -- &

Re: Generic template

2005-07-14 Thread Steve Bosman
t the DisplayTag http://displaytag.sourceforge.net/ - with a bit of extension this can also be used for outputting form inputs. Where I work we then have a ActionForm (representing the table) which contains a list of ActionForms (representing each row). Steve ---

Re: Struts-config.xml Digester endElement problem

2005-07-08 Thread Steve Bosman
liar, I know you've already posted your config file (which BTW my setup seemed to think was valid) but what do you have on your classpath? I seem to remember running into dependency issues between xalan, xerces and commons-digester, i.e. I was using the wrong ver

Re: Struts-config.xml Digester endElement problem

2005-07-08 Thread Steve Bosman
been changed between different versions of > struts... For actions using the forward attribute you don't need the type attribute (I use 1.1 and the struts config files I edit have lots of these), personally for readability I'd use the form rather than but the latter wo

Re: How can we send parameter's value to javascript function ??

2005-05-24 Thread Steve Bosman
ck='<%="javascript:whichAuctionType(" + rId + ");"%>'> in my experience containers can get very fussy about the use of scriptlets inside tags and in particular about the types of quotes. Steve - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [HELP] How to restrict access to certain mapping action ???

2005-05-19 Thread Steve Bosman
On 5/19/05, Catalin Croitoru <[EMAIL PROTECTED]> wrote: > Steve, > > the solution you provide doesn't solve the problem with typing the > link in the adress bar. user can copy from the html source of the page > the hidden atribute org.apache.struts.taglib.html.TOKEN and p

Re: Fw: [HELP] How to restrict access to certain mapping action ???

2005-05-19 Thread Steve Bosman
make sure it doesn't get used again. I know it gets included automatically when you use html:form and believe you can have it included when using html:link (by setting an attribute). Steve - To unsubscribe, e-mail: [EMAIL P

Re: Problem with URL encoding/decoding of UTF-8 characters

2005-04-05 Thread Steve Bosman
On Apr 5, 2005 9:38 AM, Steve Bosman <[EMAIL PROTECTED]> wrote: > The application I am working on has some frameset stuff (which I > personally hate, but some things you are forced to live with), > occasionally frames within the frameset are set with parameters in the > URL whi

Problem with URL encoding/decoding of UTF-8 characters

2005-04-05 Thread Steve Bosman
is: is this a struts problem, a tomcat problem or (possibly the most likely) my problem and if so what should I be doing to fix it? thanks for any help, Steve Bosman - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Wanted: Volunteers for a Project

2004-11-20 Thread Steve Jovanovic
/index.htm Thanks! Steve - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [HOW TO? ImageButtonBeanManager Extension]

2004-09-24 Thread Steve Raeburn
elves? Steve > -Original Message- > From: Michael McGrady [mailto:[EMAIL PROTECTED] > Sent: September 24, 2004 12:44 PM > To: Struts Users Mailing List > Subject: Re: [HOW TO? ImageButtonBeanManager Extension] > > > My tests indicate a five fold performance increase.

Working with hashmaps in my Jsp

2004-09-15 Thread Steve Lianoglou
my ass here, because I *know* there must be a mind-nummingly easy way to do this which I'm missing. Any help is appreciated. Thanks, -steve - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

ANN: New Struts/OracleADF-based Toy Store Demo

2004-07-12 Thread Steve Muench
he declarative data binding facilities proposed in JSR-227. Steve Muench - Technical Evangelist, Product Mgr, Developer, Author - Oracle http://radio.weblogs.com/0118231/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

RE: struts automation

2004-07-08 Thread Steve Raeburn
Only for those with deep pockets, but WebSphere Studio's struts-config editor will automatically create an Action class from an action-mapping definition at the click of a button. Steve > -Original Message- > From: Ted Husted [mailto:[EMAIL PROTECTED] > Sent: July 8, 200

RE: how to handle special characters like "®"

2004-06-30 Thread Steve Raeburn
This article http://www.joelonsoftware.com/articles/Unicode.html provides a good introduction to character encodings. It may help. Steve > -Original Message- > From: Christina Siena [mailto:[EMAIL PROTECTED] > Sent: June 29, 2004 5:07 PM > To: [EMAIL PROTECTED] > Subject

RE: Source for Jakarta JSTL 1.0.2

2004-06-29 Thread Steve Raeburn
http://archive.apache.org/dist/jakarta/taglibs/standard-1.0/source/ The link to the Archives is available from the bottom of the Jakarta download page (http://jakarta.apache.org/site/sourceindex.cgi). Look for "The Apache Archives". Steve > -Original Message- > From:

Can I specify DynaFormProperties at Run Time

2004-04-30 Thread Steve Lewis
Given that the Dynaform is dynamic I am wondering why I need to declare a dynaform and list its properties in struts-config. I would prefer to have my action populate a form adding properties that it knows without having to declare the form in struts-config. 1) Is this possible 2) If so how do y

RE: Struts Development seems slow, info?

2004-04-24 Thread Steve Raeburn
Don't worry, I didn't take your comments in a negative way. It is worth listening to what's happening on the dev list, then you'll know as much as anyone what's happening. There are no offline discussions, everything happens in public, via the dev-list. Steve > -

RE: Differences Between Struts1.1 and Struts1.2

2004-04-24 Thread Steve Raeburn
There's some info on post-1.1 changes here: http://struts.apache.org/userGuide/release-notes.html#New Steve > -Original Message- > From: ganesh g [mailto:[EMAIL PROTECTED] > Sent: April 23, 2004 11:18 PM > To: user > Subject: Differences Between Struts1.1 and Strut

  1   2   >