Re: Help with problem: ThreadLocal left after stopping tomcat

2012-03-12 Thread Tom K
Aum, Thanks for the reply - I haven't found a solution so I've taken your suggestion and filed a bug here: https://issues.apache.org/jira/browse/WW-3772 Thanks, Tom - Original Message From: Aum Strut To: Struts Users Mailing List Sent: Sun, March 11, 2012 10:51:00 PM S

Re: Help with problem: ThreadLocal left after stopping tomcat

2012-03-07 Thread Tom K
nyone have any ideas? Thanks, Tom - Original Message From: Greg Lindholm To: Struts Users Mailing List Sent: Wed, March 7, 2012 7:56:53 AM Subject: Re: Help with problem: ThreadLocal left after stopping tomcat I also get a boat-load of these ThreadLocal errors when I stop my app (us

Help with problem: ThreadLocal left after stopping tomcat

2012-03-06 Thread Tom K
tions or help much appreciated. Thanks, Tom - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: Struts2 w/freemarker and internationalization

2012-02-29 Thread Tom Hjellming
Thanks Josep - that works. I thought the ${} notation was equivalent to the <@s> form - but I guess not. thanks, Tom On 2/29/12 12:16 PM, Josep García wrote: Try with: <@s.text name="welcome.message"/> Cheers, Josep 2012/2/29 Tom Hjellming I'm trying t

Struts2 w/freemarker and internationalization

2012-02-29 Thread Tom Hjellming
2009/03/12/localization-for-struts-freemarker-users/ but that didn't work either. Can anyone provide any hints for how to get this very basic thing working? thanks, Tom - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

datetimepicker: how to select both date and time

2010-07-01 Thread Tom Pop
Hello, I want to select date in format dd.MM. h:mm:ss. How to do this with datetimepicker? I can select only date (type=date) or time (type=time), but not both to same date text input field... or is there same way to do this? Thanks a lot. Tom

Problems loading struts.xml from non-standard directory

2009-08-28 Thread O'Neil, Tom
va:141) ... 86 more ----- Tom O'Neil Director of Engineering IHS Jane's 1-347-414-9044 tom.on...@janes.com<mailto:tomon...@documental-solutions.com> NOTICE: This message, together with any attachments, contains information that may be confidential and privileged. Unless

Re: Java URL Batch Application

2009-08-07 Thread Tom Holmes Jr.
some great starting points. Thanks! Tom Burton Rhodes wrote: Since you are already using spring, quartz would most likely be the easiest. On 8/7/09, Manos Batsis wrote: Manos Batsis wrote: Tom Holmes Jr. wrote: Sorry ... this might be off topic. I&#

Java URL Batch Application

2009-08-07 Thread Tom Holmes Jr.
pen-source. Thanks! Tom - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: Default-class-ref for Convention plugin?

2009-08-02 Thread Tom Terrace
Damn, double post - I thought the other mail didn't get sent Dave, thanks I will take a look at that -Tom On Sun, Aug 2, 2009 at 2:57 PM, Dave Newton wrote: > Tom Terrace wrote: > >> Hi everyone,In my app I use a base action class to define some simple >> helper &g

Default-class-ref for Convention plugin?

2009-08-02 Thread Tom Terrace
eference. This works pretty well but I'd rather not have to use a custom jar, so I was wondering if anyone else had run into this problem, or if there was any other way to get around this without reverting back to struts.xml. Thanks for your help, -Tom

struts2 + tiles

2009-02-17 Thread Tom Pop
Please, provide the example, I think it should be simple, but I didn't find any solution... Thanks. Tom - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: struts2 and tiles

2009-01-31 Thread Tom Pop
can't use OGNL and struts2 tag. Thanks for example, I didn't find this in documentation. Tom Původní zpráva Od: Jeromy Evans Předmět: Re: struts2 and tiles Datum: 31.1.2009 12:04:44 On 31/01/2009, at 6:23 AM, Tom Pop

struts2 and tiles

2009-01-30 Thread Tom Pop
Hello, please, can you show me on this example how to convert tiles from struts1 to struts2? This example defines localized page title attribute passed to template in struts1: <% String docTitle = messages.getMessage(locale, "page.title"); %>

Re:Re : struts2: resource bundle messages

2009-01-28 Thread Tom Pop
Thanks - and in for example tiles tag? This tag doesn't accept %{getText(...)} and I can't put there , I can only put there <%= ... %> with variable... Tom > Původní zpráva > Od: François Rouxel > Předmět: Re : struts2: resource bundle messa

struts2: resource bundle messages

2009-01-27 Thread Tom Pop
Hello, I can get localised messages in JSP like this: How to do the same and assign the text to variable like this: <% String text = getText("key"); %> So - how to get message from resource bundle in JSP java code? I can then put it for example to ALT attribute of image t

Re: how to redirect error page to struts action

2009-01-27 Thread Tom Pop
Wow, it works! Thank you a lot - what does this setting mean? Tom > Původní zpráva > Od: Nils-Helge Garli Hegvik > Předmět: Re: how to redirect error page to struts action > Datum: 27.1.2009 22:18:52 > > If you

how to redirect error page to struts action

2009-01-27 Thread Tom Pop
't in struts2... I can redirect error page to jsp, but not to action. Any suggestions? Tom - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

reading resource bundle from JSP to variable

2009-01-05 Thread Tom Pop
in Struts2: <% String message = messages.getMessage(...); %> How can I access message resources in JSP without using struts tags? Thanks for your help. Tom - To unsubscribe, e-mail: user-unsubscr...@struts.apache.or

Datetamepicker: problems with dojo

2009-01-05 Thread Tom Pop
all libs as in Struts showcase Tomcat 6.0, browser Firefox 3.0 The Struts-showcase example with same libs works fine. Source code of page: <%@ page contentType="text/html; charset=UTF-8" %> <%@ taglib prefix="s" uri="/struts-tags" %>

Datetamepicker: problems with dojo

2009-01-03 Thread Tom Pop
css". (The line number of this error is not specified) I can't find any solution, have somebody seen this error? My configuration: Struts 2.0.14 all libs as in Struts showcase Tomcat 5.5, browser Firefox 3.0 The Struts-showcase example with same libs wor

Re: Form select option label from resource bundle

2009-01-02 Thread Tom Pop
> If I don't remember wrong, you cannot nest %{} in the same expression. Try: > > %{getText('status.' +name())} Thanks a lot, it works. Tom - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org Fo

Form select option label from resource bundle

2009-01-02 Thread Tom Pop
ue="name()" but how can I parametrize the resource key with the value of enum item? Thanks a lot. Tom - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

How to capture this event

2008-10-05 Thread tom tom
Hi, We are using struts 2.0.6 with AJAX development features, we got couple of

Re: Struts 2 & Hibernate Examples?

2008-09-07 Thread tom` frost
STruts 2 in action has a good chapter on it. On Sat, Aug 30, 2008 at 5:52 AM, Andrew Myers <[EMAIL PROTECTED]> wrote: > Hi, > > I was hoping someone may be able to send me some links to some useful > tutorials or sample apps using Struts 2 and Hibernate, or failing that > any good books that migh

JSON and RPC without JSON-RPC

2008-09-04 Thread Tom McLaughlin
what I'm seeking to do is even possible, knowing I'll likely have to develop a plugin to support the idea. Any thoughts? Thanks, Tom

Acces Control Within Struts2

2008-08-13 Thread tom tom
Hi, We are using struts2 2.0.6 and now we have a requirement to have some Access Control into it, That is we got some functions points and each ROLE got different access rigts against each function, if someone login to the System the UI will be presented based on these configurations. What I wa

unwanted field reset after failed validation on submit

2008-07-21 Thread Tom Vertommen
Hello, I made a page to update persons(firstname, lastname,...). What I do is fill a form with the help of ${person.firstname}, ${person.lastname},... The problem I am having is when I submit and validation fails, my fields (firstname, lastname,...) are being reset, but not to the data the

Re: Controlling GET variables

2008-07-15 Thread Tom Frost
That's what I needed! Thank you :) Tom Lukasz Lenart wrote: > > Hi, > > I'm not sure what you want to achieve, but maybe you should take a > look at s:url tag [1], you can define parameters as you want. > > [1] http://struts.apache.org/2.1.2/docs/url.html

Struts2 java script issue/bug with tabbed panel

2008-06-05 Thread tom tom
Hi, We use struts2 2.0.6 and we have the following, when the user click one of the tabs (div s), I want to know which div id is focussed or clicked, so I went I head and had javascippts functions(onClick, onFocuss) within

Re: dojo 1.1 in struts 2.0.11 portlets

2008-05-08 Thread tom tom
TED]> wrote: > tom tom wrote: > > Thanks Jeromy, > > > > Is there any reason why YUI datagrid instead of > dojo > > 1.1 grid, > > > > Isn't it risky to depend on YUI datagrid, > > > > Thanks > > > > > > Moving to YU

Re: dojo 1.1 in struts 2.0.11 portlets

2008-05-05 Thread tom tom
Thanks Jeromy, Is there any reason why YUI datagrid instead of dojo 1.1 grid, Isn't it risky to depend on YUI datagrid, Thanks --- Jeromy Evans <[EMAIL PROTECTED]> wrote: > tom tom wrote: > > Thanks Jeromy, > > > > If we use direct dojo calls (dojo 1.1) with

Grid working with Stuts2 Serverside

2008-05-05 Thread tom tom
Hi, Has anyone got any editable grid e.g dojo 1.1 (supports CRUD) working with server side Struts2 action classes. or any other grid working with struts2, If so, will it be possible to share some samples, We are in the process of finding a intelligent AJAX based DATA grid working with struts2

Re: dojo 1.1 in struts 2.0.11 portlets

2008-05-05 Thread tom tom
best practice for this. My first objective is to have dojo Grid inside a jsp, with CRUD/sorting and pagination And Link this Grid with the Struts 2 Action classes, Is there any practices to follow to achieve, is this doable Thanks --- Jeromy Evans <[EMAIL PROTECTED]> wrote: > tom

Re: dojo 1.1 in struts 2.0.11 portlets

2008-05-01 Thread tom tom
Hi Jeromy, Sorry, I forgot one more question, Eventhough we use dojo 1.1 directly, we need to have dojo.js, wouldn't this conflict with the one which comes as part of struts bundle --- Jeromy Evans <[EMAIL PROTECTED]> wrote: > tom tom wrote: > > Hi, > > > &g

Re: dojo 1.1 in struts 2.0.11 portlets

2008-05-01 Thread tom tom
is a framework, with widgets and events, How can individual struts tags support the entire event model, am confused, isnt it a good idea to provide the practices to use dojo directly to utilize the full dojo features. Thanks --- Jeromy Evans <[EMAIL PROTECTED]> wrote: > tom tom wrote: >

dojo 1.1 in struts 2.0.11 portlets

2008-04-30 Thread tom tom
Hi, In order to leverage the full capabilities of dojo 1.1 (latest) with the latest stable struts version. What exactlyt the best practice. The things we concerned are as followes 1) Will there be a conflict in the different dojo versions in struts 2.0.11 and dojo 1.1 2) Will it impact any stru

Ajax examples in the Struts2.0.11 download

2008-04-22 Thread tom tom
Hi, Is portlet Ajax examples are demonstrated in struts2-portlet-2.0.11.1.war in the distribution. I can see some pages but can't see the functionality in the main index Thanks Be a better friend, news

Re: Using DOJO in Struts2

2008-04-21 Thread tom tom
Hi, Instead of directly using DOJO 1.x, did you think about enhancing the ftl with a new theme type Thanks --- umesh awasthi <[EMAIL PROTECTED]> wrote: > Thanks Jeromy for the rply > we will try to impliment DOJO 1.x along with struts2 > > some point i want to confirm if u have any exp using

Re: Struts 2 AJAX editable grid

2008-04-21 Thread tom tom
x27;s > suitable: > http://www.satyam.com.ar/yui/DataGrid.html > > It supports client-side and server-side pagination > and sorting: > http://developer.yahoo.com/yui/datatable/ > > tom tom wrote: > > Thanks I will have a look, Lot of grids got the > > limitat

Re: Struts 2 AJAX editable grid

2008-04-20 Thread tom tom
AIL PROTECTED]> wrote: > tom tom wrote: > > Hi, > > > > What exactly the benefits of moving from struts > 2.0.6 > > to > > 2.0.11. > > > > > Mainly important bugfixes and security fixes. There > are few new features. > 2.0.x ->

Can these two co exists

2008-04-20 Thread tom tom
Hi, We have portlet based ajax application written using struts 2.0.6, With the introduction of the struts 2.0.11 we can see lot of bugs have been resolved. We would like to start the next project using struts 2.0.11, both application will co exist in the same tomcat server. Will there be any cl

Struts 2 AJAX editable grid

2008-04-20 Thread tom tom
Hi, What exactly the benefits of moving from struts 2.0.6 to 2.0.11. As far as the Ajax support is concerned, we do have a requirement to have a editable grid, Is this facilitated within struts 2? What is the best way to achieve it. Thanks

Re: Mapped Properties Woes

2008-03-31 Thread Tom Holmes Jr.
Laurie Harper wrote: Tom Holmes Jr. wrote: based on my previous message I want to have multiple-selects named off of a hashmap. I have found and read all the documentation of "Mapped Properties" I could find under Google. I know my form bean is 100% correct based on the documentation

Mapped Properties Woes

2008-03-31 Thread Tom Holmes Jr.
al with mapped properties, I am just not having any luck and I've spent way too much time on this already. Thanks! Tom - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Another select-option question

2008-03-28 Thread Tom Holmes Jr.
Laurie Harper wrote: Tom Holmes Jr. wrote: I've created numerous pages with multiple combo-dropdown boxes that captured the label and value of a select box. The formbean for these was always clear cut and simple. Now, I have a select like the following: A B C As I understa

Re: FormFile to Next Page

2008-03-27 Thread Tom Holmes Jr.
Yes, I thought I mentioned that I could parse it and store it until I need it. However, I don't like to store data like that in a session ... it could be a lot of data. But I could pass it into the request Antonio Petrelli wrote: 2008/3/27, Tom Holmes Jr. <[EMAIL P

Re: FormFile to Next Page

2008-03-27 Thread Tom Holmes Jr.
o, I still need to hold onto this file until after the second page. That's my use case. Thanks! Tom Antonio Petrelli wrote: 2008/3/27, Tom Holmes Jr. <[EMAIL PROTECTED]>: Ok . maybe what I'll do in thi

Another select-option question

2008-03-27 Thread Tom Holmes Jr.
ave a Collection for test, and it comes back with an argument type mismatch. Any help would be much appreciated, and I will keep working on this. Thanks! Tom - To unsubscribe, e-mail:

Re: FormFile to Next Page

2008-03-27 Thread Tom Holmes Jr.
ote: 2008/3/27, Tom Holmes Jr. <[EMAIL PROTECTED]>: Anyway, my question is after I upload my file and look at the data, I want to hold onto that file to the next page. ... Can I do this, or do I need to parse the entire file after the first page, and then how would I pers

FormFile to Next Page

2008-03-27 Thread Tom Holmes Jr.
hen I go to the next JSP page and I display those headers ... and I want to keep that FormFile around from the first page. Can I do this, or do I need to parse the entire file after the first page, and then how would I persist this without writing it to a database. Thanks!

Multiple Selects and optionsCollection

2008-03-24 Thread Tom Holmes Jr.
Can anyone point me to good examples on how to construct my formbean and jsp page? In the meanwhile I will keep trying things out. Thanks!

Re: New to Struts

2007-12-18 Thread tom` frost
This should be a new thread perhaps. But I suspect that latin-1 has been used somewhere in your chain; UTF-8 disagrees with Latin -1 about the special european characters. On Dec 18, 2007 11:06 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi all, > > I have a French bundle with this key/va

Re: New to Struts

2007-12-18 Thread tom` frost
The Manning book is available in early release form. It seems very well explained and good for learning the system, especially for a newbie. I like it it. On Dec 13, 2007 8:18 AM, bhaarat Sharma <[EMAIL PROTECTED]> wrote: > I am new to struts2 as well and had no prior knowledge of Struts1. > Al

s2 checkbox component

2007-12-18 Thread tom` frost
I'm trying to get all the details of the checkbox straight. It works fine if I simply map it to a boolean property on the JAva side, AND only use the checkbox as a "checked equals true" component. The interface to the tag seems to suggest that you could also use the checkbox as a "checked equals

Re: startup action in struts2

2007-12-03 Thread Tom Schneider
In struts 2, the plugin architecture works differently. Off the top of my head, I can't think of similar functionality in s2. An alternative option would be to write a standard J2EE ContextListener and use that. This is how Spring gets loaded in newer versions of J2EE. Tom Christopher

Re: Struts 2 Dependencies

2007-12-03 Thread Tom Schneider
separate document that captures that information since it would violate the DRY principle. (Don't Repeat Yourself) Tom stanlick wrote: > > I have been reviewing the Reactor Dependency > Convergence<http://struts.apache.org/2.x/dependency-convergence.html> > document, >

Re: [s2] download 2.1?

2007-11-29 Thread tom` frost
No problem. Thanks for the info. On 11/29/07, Dave Newton <[EMAIL PROTECTED]> wrote: > > --- tom` frost <[EMAIL PROTECTED]> wrote: > > Surely that's not the way it supposed to work. > > Sometimes people make mistakes, and naming the link as >

Re: [s2] download 2.1?

2007-11-29 Thread tom` frost
Surely that's not the way it supposed to work. On 11/29/07, Dave Newton <[EMAIL PROTECTED]> wrote: > > One of the people.apache.org/mumble... sites; it's > been posted here before. > > Or run off of trunk. > > d. > > --- tom` frost <[EMAIL PROTE

[s2] download 2.1?

2007-11-29 Thread tom` frost
This page shows a linke to download 2.1 http://struts.apache.org/2.x/ but then you are taken to a page where 2.0.11 is the newest version. Where can I download 2.1?

Re: struts2 blank application request parameters

2007-11-25 Thread Tom Schneider
Checkout the I18NInterceptor: http://struts.apache.org/2.0.11/docs/i18n-interceptor.html This interceptor picks up the request_locale parameter and sets the locale. This happens even before the action is executed. Tom slideharmony wrote: > > I'm really going crazy with struts2

Re: Wizard like Screens

2007-11-25 Thread Tom Schneider
Both of those plugins, by default, would need the session to keep track of the state. The webflow plugin can be configured to serialize the state to a hidden field, but there would be a lot of configuration and complication just for 2 fields. I would say your best bet is to have hidden fields th

Re: Struts2 + JFreeChart Plugin + HttpServletRequest

2007-11-25 Thread Tom Schneider
You don't need the fix to get this to work. You need to add the servletConfig interceptor to the interceptor stack of your action. This is the interceptor that looks for ServletRequestAware and injects the HttpServletRequest onto your action. Kate Fox-2 wrote: > > The version where it's fixed

Re: combining Struts-2 with Struts-1 application.

2007-11-21 Thread Tom Schneider
Just as a side note, maven has good support for war overlays. This allows you to take a war and overlay it with the contents of a current war project. We're using this quite successfully to take a legacy app and overlay a webwork project on top. In the end, you end up with 1 final war with the

Re: captcha + struts2

2007-11-17 Thread Tom Schneider
This might be a good starting point: http://appfuse.org/display/APF/CAPTCHA+Integration Brian Relph wrote: > > I was wondering if anyone could help with a captcha implementation in > struts2. i have seen plenty of stuff on the acegi + captcha > implementation > in appfuse, but i am not using a

Re: [s2] LabelValueBean

2007-11-11 Thread Tom Schneider
Ted, I think in webwork, were you only needed name value pairs, you would typically use a Map. All tags have built-in support for dealing with maps. Is there a specific use case that you've encountered where you needed that? Tom Ted Husted wrote: > > Is there a corollary to t

Re: S2 best location of application init params

2007-11-09 Thread tom` frost
I would still need to use the Servlet API to retrieve those values, correct? I'm trying to find a way to pass in values directly to Struts, I guess. On 11/9/00, Martin Gainty <[EMAIL PROTECTED]> wrote: > > Hi Tom- > > how about implementing the default initialisation para

S2 best location of application init params

2007-11-09 Thread tom` frost
all the effort made in S2 to separate your code from Servlet api, surely there's a better way. Thanks, Tom

Re: Validation Best Practices?

2007-11-06 Thread Tom Schneider
too much information and requires too much external information. This framework would be great as something to build on top of though. Thanks for pointing it out. Tom Joachim Ansorg-3 wrote: > > Tom, > I've read this thread with great interest. > > Currently I'm thin

Re: Login checking before processing any action/class

2007-11-05 Thread Tom Schneider
ldn't be a bad idea. Thanks, Tom Gary Affonso wrote: > > Dave Newton wrote: >> Interceptor or Acegi. > > +1 on Acegi. > > We've been doing auth "by hand" for years, I think we've used just about > every technique over time (writing servlet

Re: Jasper plugin. Passing additional parameter

2007-11-05 Thread Tom Schneider
asper plugin isn't finding the parameter. Tom Serg Mazurok wrote: > > > Could someone provide the example how to pass parameters from Struts2 > action to Jasper report? > > I have created simple Jasper report based on Struts tutorial. Then I had > modified this ex

Re: changing template for s:text

2007-10-30 Thread Tom Schneider
to add this functionality to the existing text tag? Tom Ivan Žučenko wrote: > > Hi all, > I have an intention to enabel debug mode in my application and one of the > features should be that it shows resource name in front of every localized > text in jsp retrieved by > F

Re: Struts 2 and JasperReports Integration

2007-10-30 Thread Tom Schneider
Can you post the full stack trace, so we can figure out where this is happening? Looking that the example code, it all looks good, so I'm not sure why the myList is null. carmi_cd wrote: > > hi i followed this tutorial.. in JasperReports/Struts 2 Integration > http://cwiki.apache.org/WW/jasper

Re: Validation Best Practices?

2007-10-29 Thread Tom Schneider
Just wanted to point out: http://jcp.org/en/jsr/detail?id=303 which is relevant to our discussion. No activity on this JSR since July of '06. I'm not convinced that annotations really solve the problem. I think for anything more than simple type checking you need a true programming language to

Re: Validation Best Practices?

2007-10-29 Thread Tom Schneider
framework that's in place now. (And as I stated before, I would love to use this both at the UI level and at the business logic/component level) Tom Gary Affonso wrote: > > Tom Schneider wrote: >> This is essentially what we're doing as well, but it is far from an ideal

Re: struts 2.1 - Is good enought ?

2007-10-28 Thread Tom Schneider
What's missing is an official release. If I were you, I would wait until there is a GA release for the 2.1.x series before running it in production. Pedro Herrera wrote: > > Is struts 2.1 good enought to a productuion environment ? what´s missing ? > > > Herrera > > -- View this message

Re: any struts 2 unit testers out there?

2007-10-28 Thread Tom Schneider
uts 2 are very JUnit friendly frameworks, so I'm sure it's just a matter of configuration. Tom Session Mwamufiya wrote: > > Hi All, > > Would someone let me know whether it's possible to tweak something so that > JUnit test code can run on an action method that c

Re: Validation Best Practices?

2007-10-28 Thread Tom Schneider
of the application. (e.g. the process and dao layers) So, anyone think I'm totally off base? I'm not ready to implement anything yet, however, I think this might solve some of the issues that we've been having with our validation. Tom Igor Vlasov wrote: > > I use valida

Re: [FRIDAY] OGNL Viewer

2007-10-26 Thread Tom Schneider
Musachy is is our javascript expert! I would demand a Web 2.0 compliant viewer with animation, fade-in/out and other whizbang features. :) Tom newton.dave wrote: > > --- Musachy Barroso <[EMAIL PROTECTED]> wrote: >> "I would pay a couple large" >> >&

Struts2 Tags and HTML Encoding

2007-10-17 Thread Tom Holmes Jr.
hat renders the HTML as real HTML on my JSP page. I've done it before with Struts1 ... just can't remember how to do it now ... I must be getting old any help with this would be much appreciated. Thanks! Tom ---

Re: GridView - save multiple items at the same time

2007-10-15 Thread Tom Schneider
Figuring out if there were type conversion errors was something we ran into. The bigger issue for us was validation. There is no easy way to do field level validation with an editable grid. (Or I haven't seen a good example of one) Josh Vickery-2 wrote: > > You can do this with Struts 2, but

Re: building struts with maven error Java Heap Space

2007-10-08 Thread Tom Schneider
Otherwise, if all else fails, you can just skip the junit tests: mvn -Dmaven.test.skip=true install that should at least allow you to build the code if you're having issues with the unit tests. Pavel Sapozhnikov wrote: > > Hey Tom thanks I actually tried that but I think it gave

Re: S2: Paging components

2007-10-08 Thread Tom Schneider
Take a look at TableTags: http://cwiki.apache.org/S2PLUGINS/table-tags.html It includes a UI tag that displays a basic pager. (It also does sorting) This is a struts 2 port of what we use for paging and sorting in webwork. Tom Joshua Jackson-3 wrote: > > Dear all, > > How do

Re: building struts with maven error Java Heap Space

2007-10-08 Thread Tom Schneider
Try: set MAVEN_OPT=-Xmx512m before you run the maven build. The problem is that maven doesn't have enough heap space to run the tests. The environment variable above should increate the maximum java heap space for maven. Tom Pavel Sapozhnikov wrote: > > Hi I am trying to mvn the

Struts2 Pre-Action

2007-10-02 Thread Tom Holmes Jr.
s out there on Struts2 ... I'd read them first before asking here. And yes, I tried getting information from Google first. Thanks very much for all the help! Tom --

Re: Struts2+Spring2 Beans+Hibernate

2007-09-27 Thread Tom Holmes Jr.
definitely look at this App example. I am sure there is a lot more I could be doing with Struts2, and I am sure I will in the near future. Thanks again! tom mraible wrote: Here's a sample app that's ready to run if you have MySQL installed. https

Re: Struts2+Spring2 Beans+Hibernate

2007-09-26 Thread Tom Holmes Jr.
o add. I'm missing a few for Spring2 that I need. Thanks very much for the help! Tom Leena Borle wrote: 2) Can anyone point me to a sample Struts2 web-app that uses Spring2 Beans with Hibernate. Di

Struts2+Spring2 Beans+Hibernate

2007-09-26 Thread Tom Holmes Jr.
mes with a handful of sample apps, and they do work. Thanks for any help, I do appreciate it! Tom - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Struts2 Portlets slowing down liferay portal

2007-09-18 Thread tom tom
Have one log4j setting for all the projects, Thanks --- Clark O'Brien <[EMAIL PROTECTED]> wrote: > Setting the freemarker_update_delay improved > performance for sure. > > Hate to ask such a simple question but just own do I > change the devMode option and logging - my log4j.xml > has ERROR set

Re: JAAS struts 2 Tutorial?

2007-09-16 Thread tom tom
erent discussion. If the application is simple, do not make it complicated, we use JASS with CAS central authentication service which provided SSO features. hope this helps --- Muhammad Momin Rashid <[EMAIL PROTECTED]> wrote: > Hello tom, > > I am building a J2EE applic

Re: SessionAware vs ActionContext access to session - confused..

2007-09-13 Thread tom tom
well. Thanks --- Nils-Helge Garli <[EMAIL PROTECTED]> wrote: > In the next release, there will be *Aware interfaces > for the portlet objects. > > Nils-H > > On 9/13/07, tom tom <[EMAIL PROTECTED]> wrote: > > Yes in theory you are correct, but in side

Re: SessionAware vs ActionContext access to session - confused..

2007-09-12 Thread tom tom
application etc? hope this helps --- Chris Pratt <[EMAIL PROTECTED]> wrote: > On 9/12/07, tom tom <[EMAIL PROTECTED]> wrote: > > If you are developing portlets with struts2 > > I doubt *Aware interfaces work properly, you have > to > > do it differently. >

Re: SessionAware vs ActionContext access to session - confused..

2007-09-12 Thread tom tom
Hi, If you are developing portlets with struts2 I doubt *Aware interfaces work properly, you have to do it differently. For example How we get a handler for Http request or session is not via *Aware interfaces for portlets. --- j alex <[EMAIL PROTECTED]> wrote: > Hi, > > In the Struts 2 docs,

Re: JAAS struts 2 Tutorial?

2007-09-12 Thread tom tom
what exactly you are trying to do? --- Muhammad Momin Rashid <[EMAIL PROTECTED]> wrote: > Hello Everyone, > > I am looking for a tutorial for integrating JAAS > into my Struts 2 + > Hibernate Application. Can anyone point me to the > right resources? > > Is JAAS the best way to go, or there

Re: What is the S2 equivalent

2007-09-03 Thread tom tom
replace JSTL, but > complement it in ways that are useful. There are > several tags that do > overlap with JSTL, such as the iterator tag, but > they are kept mainly > to keep backwards-compatibility. > > Don > > On 9/4/07, tom tom <[EMAIL PROTECTED]> wrote: >

What is the S2 equivalent

2007-09-03 Thread tom tom
Hi, In S2, how can we import a remote URL or file inside a JSP. JSTL I think we can use c:import, what is the S2 equivalent of that. Thanks, Ready for the edge of your seat? Check out tonight's top pi

Re: [struts2]: maturity / production experience ?

2007-08-07 Thread tom tom
Yes we got it working on production, works fine, there are tiny little areas you need to work out, What we did was struts2 portlets, which is one step ahead to the applications, Looks good so far, But have a look at the bug I raised recently. Look for the forum. Other than that, with thorou

why it change the SCHEME

2007-07-30 Thread tom tom
Hi, We got a S2 application on https, but as recommende we use the Redirect Action Result to forward to another action but the issue is it changes the scheme from https to http. Can someone let me know why this is all about. Thanks, ___

Re: S2 send wrong Portlet Window States - May be a bug

2007-07-25 Thread tom tom
I have tested the S2 portlet sample application in > both pluto and > uPortal, and the behaviour is indeed different. > > Something else you can try is to create a plain > JSR168 portlet (not > using S2/struts-bridge or anything else) and see if > the window state > is repor

Re: S2 send wrong Portlet Window States - May be a bug

2007-07-23 Thread tom tom
-bridge or anything else) and see if > the window state > is reported differently. > > I'll also bring the issue up on the uPortal mailing > lists and see if > we can get any further there. > > Nils-H > > On 7/23/07, tom tom <[EMAIL PROTECTED]> wrote: &

  1   2   3   4   >