Re: Struts 2.3.31 is excluding generic object.

2017-02-14 Thread Lukasz Lenart
2017-02-02 11:28 GMT+01:00 Anurag kumar : > I have created generic Action variable i.e. T model , which I am using in > struts.xml to resolve my dynamic results. I don't really get it, can you post an example? Regards -- Łukasz + 48 606 323 122 http://www.le

Re: Struts 2.3.31 is excluding generic object.

2017-02-02 Thread Anurag kumar
On 2017-02-02 01:00 (+0530), Lukasz Lenart wrote: > 2017-01-31 16:32 GMT+01:00 Anurag kumar : > > Hi, > > > > My Action class returns generic object and It was working fine with struts > > 2.3.16 but after upgrading with struts 2.3.31. It is excluding gener

Re: Struts 2.3.31 is excluding generic object.

2017-02-01 Thread Lukasz Lenart
2017-01-31 16:32 GMT+01:00 Anurag kumar : > Hi, > > My Action class returns generic object and It was working fine with struts > 2.3.16 but after upgrading with struts 2.3.31. It is excluding generic object. > I found constant in > struts-default.xml while searching. Here j

Struts 2.3.31 is excluding generic object.

2017-01-31 Thread Anurag kumar
Hi, My Action class returns generic object and It was working fine with struts 2.3.16 but after upgrading with struts 2.3.31. It is excluding generic object. I found constant in struts-default.xml while searching. Here java.lang.Object is excluded. My concern is if I am overriding this

Re: Generic Question about Struts2 Interceptor

2010-10-12 Thread aum strut
gt; >> interceptor stacks). > >> Don't fear interceptors, they are your friends. > >> > >> On Tue, Oct 12, 2010 at 12:17 PM, aum strut > wrote: > >> > Hi All, > >> > > >> > I have a generic question about Struts2Interc

Re: Generic Question about Struts2 Interceptor

2010-10-12 Thread Greg Lindholm
wrote: > >> Every app I've written has custom interceptors (and of course custom >> interceptor stacks). >> Don't fear interceptors, they are your friends. >> >> On Tue, Oct 12, 2010 at 12:17 PM, aum strut wrote: >> > Hi All, >> > >> &g

Re: Generic Question about Struts2 Interceptor

2010-10-12 Thread aum strut
s). > Don't fear interceptors, they are your friends. > > On Tue, Oct 12, 2010 at 12:17 PM, aum strut wrote: > > Hi All, > > > > I have a generic question about Struts2Interceptor,since Struts2 is > itself > > in term of Interceptor and most of the required in

Re: Generic Question about Struts2 Interceptor

2010-10-12 Thread Greg Lindholm
Every app I've written has custom interceptors (and of course custom interceptor stacks). Don't fear interceptors, they are your friends. On Tue, Oct 12, 2010 at 12:17 PM, aum strut wrote: > Hi All, > > I have a generic question about Struts2Interceptor,since Struts2 is

Re: Generic Question about Struts2 Interceptor

2010-10-12 Thread Dave Newton
I don't think I've deployed an app without at least one or two custom interceptors. On Tuesday, October 12, 2010, aum strut wrote: > Hi All, > > I have a generic question about Struts2Interceptor,since Struts2 is itself > in term of Interceptor and most of the required

Generic Question about Struts2 Interceptor

2010-10-12 Thread aum strut
Hi All, I have a generic question about Struts2Interceptor,since Struts2 is itself in term of Interceptor and most of the required interceptors are there placed. My question is how many of us are using custom Interceptor which are there in production enviornment.my idea is to get some broad

Re: Generic search pop up

2010-05-05 Thread Paweł Wielgus
Hi Stephane, personally i would do it with div managed by jquery, this div can be result of search action displayed by one or many jsp's. So it would like this: user clicks somewhere on the page to search, div shows up with empty result and search text field, user writes some text in search text fi

Generic search pop up

2010-05-05 Thread Stephane Cosmeur
Hello struts users ! I am building a web application whose users will often need to search many diffrent kind of entity. To find it they will have the choice between to click on the element through a table (not really convinient when there are many entity) or to find it by a search on the name wit

Recommendations for Making Generic beans available to view layer

2008-10-28 Thread matt.payne
I would like a make a couple beans available to the view layer. I want to do this without modifying actions or customizing what they inherit from. I would like to do this in a generic way, without making something that is specific to one view technology. e.g. I know it could be done with a

Re: I need generic html table structure with theme ajax in struts 2

2008-08-29 Thread Laurie Harper
nt want this type of table structure(row by row). I want to customize table structure as that of generic html table. You'll need to customize the templates for the 'ajax' theme, or create your own theme based on / extending the 'ajax' theme, to define the markup you w

Re: I need generic html table structure with theme ajax in struts 2

2008-08-29 Thread MyAshok
t;> want >> this type of table structure(row by row). I want to customize table >> structure as that of generic html table. > > You'll need to customize the templates for the 'ajax' theme, or create > your own theme based on / extending the 'ajax' theme,

Re: I need generic html table structure with theme ajax in struts 2

2008-08-28 Thread Laurie Harper
customize table structure as that of generic html table. You'll need to customize the templates for the 'ajax' theme, or create your own theme based on / extending the 'ajax' theme, to define the markup you want to generate. See here for details: http://struts.apache.org

I need generic html table structure with theme ajax in struts 2

2008-08-28 Thread MyAshok
structure as that of generic html table. Pls ask me if any communication problem. Pls help me asap. Waiting for ur reply. regards, Ashok. -- View this message in context: http://www.nabble.com/I-need-generic-html-table-structure-with-theme-ajax-in-struts-2-tp19202580p19202580.html Sent from the

[S2] Generic Actions attributes and stack values.

2007-07-12 Thread m . coindeau
Hi, I got a problem with an extremly generic platform I'm trying to implement. Here is my genericAction code to understand the question mentionned above: === public abstract class GenericAction extends ActionSupport imple

Generic Selection Screen

2007-03-19 Thread Michel Van Asten
Hi, I need a generic "selection screen" in my application. By Selection screen I mean 1° Two html select one for "selectable items" And an other for "selected items" 2° five buttons "copy" "copy all" "remove" "remove all" a

Tiles generic error message

2007-02-08 Thread Gonçalo Luiz
ilesContainer.render(BasicTilesContainer.java:401) [2 ou 3 more pages of ininteligible stacktrace] This message is very generic, not poiting to the real error (in this case, I was calling PErson p = session.getAttribute("person") that misses a cast to convert the returned Object to a Person. Does anybod

RE: how to generate generic errors using Struts validation framework

2006-11-01 Thread Dave Newton
From: robin bajaj [mailto:[EMAIL PROTECTED] > I need to know how can I generate GLOBAL validation errors using the > validation.xml file. I know this can be done easily in ActionForm's > java code like: Like what kind of "global" validation errors? Dave --

how to generate generic errors using Struts validation framework

2006-10-31 Thread robin bajaj
Hi Everyone, I am using Struts 1.2 validation framework where I am using the following elements to mention validation rules for specific action properties. But this only allows me to generate validation errors for specific ActionForm property names. I need to

Re: [shale] clay generic templates and symbol replacement

2006-03-02 Thread Gary VanMatre
ngType even works. I'll do a little refactoring here. > My whole generic templates question came from the error msg that was > reported from the clay message bundle. I thought it was telling me > that particular the way I had configured my templates was too much for > it to handle

Re: [shale] clay generic templates and symbol replacement

2006-03-02 Thread Gary VanMatre
>From: "Ryan Wynn" <[EMAIL PROTECTED]> > > One thing I did notice though was that Clay was interpreting some > components nested within in a html template. I removed the > whole comment block and the error went away. Darn, I thought we had the comment bug resolved. I'll take another look at

Re: [shale] clay generic templates and symbol replacement

2006-03-02 Thread Ryan Wynn
e when using HTML templates and nesting > > > a clay component. It is also likely that the problem was caused by using > > > generic templates with symbol replacement of the > > > [EMAIL PROTECTED]: > > > java.lang.NullPointerException > > > > > > >

Re: [shale] clay generic templates and symbol replacement

2006-03-02 Thread Ryan Wynn
> with symbol replacement or if I have made a mistake. > > > > The Component jsfid attribute is null. The cause is most likely a > > missing "clayJsfid" attribute when using HTML templates and nesting > > a clay component. It is also likely that the problem wa

Re: [shale] clay generic templates and symbol replacement

2006-03-02 Thread Gary VanMatre
nent jsfid attribute is null. The cause is most likely a > missing "clayJsfid" attribute when using HTML templates and nesting > a clay component. It is also likely that the problem was caused by using > generic templates with symbol replacement of the > [EMAIL PROTECTED

Re: [shale] clay generic templates and symbol replacement

2006-03-02 Thread Ryan Wynn
ribute is null. The cause is most likely a > missing "clayJsfid" attribute when using HTML templates and nesting > a clay component. It is also likely that the problem was caused by using > generic templates with symbol replacement of the > [EMAIL PROTECTED]: > java.lang.Nu

[shale] clay generic templates and symbol replacement

2006-03-01 Thread Ryan Wynn
bute when using HTML templates and nesting a clay component. It is also likely that the problem was caused by using generic templates with symbol replacement of the [EMAIL PROTECTED]: java.lang.NullPointerException In my component that extends clay, clayJsfid is tied to a value binding ex

Re: Generic template

2005-07-14 Thread Steve Bosman
On 7/13/05, Vijay K Anand <[EMAIL PROTECTED]> wrote: > Hi All > > Any blueprint how can we write genric code for manipulating data in a > table , > Can you expand your question please? If you are interested in displaying tabular data in your JSPs have a look at the DisplayTag http://displaytag.s

Generic template

2005-07-13 Thread Vijay K Anand
Hi All Any blueprint how can we write genric code for manipulating data in a table , Regards Vijay - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [OT] Ajax - generic "processStateChange"

2005-06-23 Thread Marc Demlenne
Thank you Jeff, your solution is exactly what i was looking for. Now i'd have another question, still slightly off-topic in a struts-list, but is there an ajax list ? In order to keep compatibility for all users, including those who don't enable JavaScript, I need to have a solution where ajax u

Re: [OT] Ajax - generic "processStateChange"

2005-06-21 Thread Jeff Beal
Event handlers have to be functions. When you write 'onreadystatechange = processStateChange(spanID);', the processStateChange() function is *immediately* executed, and the returned value is assigned to the event handler. This works great if your processStateChange returns a function, but if it r

Re: [OT] Ajax - generic "processStateChange"

2005-06-21 Thread Frank W. Zammetti
No, you cannot pass a paremter the way you are trying... req.onreadystatechange registers an event handler with the XMLHttpRequest object, and it just takes a reference to a function. The way to handle this is to set the span ID in a page-scope variable that your state change handler will refe

[OT] Ajax - generic "processStateChange"

2005-06-21 Thread Marc Demlenne
Hi all, Using Ajax (with Struts, but it's not really a struts issue), is it possible to use the function called "processStateChange" by Franck with an argument ? I would like to have one function beeing able to be used more times in a page, updating different span zones according to the control

generic validation on map backed property

2005-04-07 Thread Günther Wieser
hi, i've a form bean with a map backed propery namend "orderedNumber". This property returns the number of ordered items for a given product id, eg. "getOrderedNumber(423)" returns the number of ordered items for the product with id=423. i want to validate the input (which is stored int the proper

Re: Form Handling Question Generic

2005-04-03 Thread Mark Lowe
gt; > > -Original Message- > From: Leon Rosenberg [mailto:[EMAIL PROTECTED] > Sent: Friday, April 01, 2005 2:31 PM > To: 'Struts Users Mailing List' > Subject: AW: Form Handling Question Generic > > Hi, > > If you really don't need to validate

RE: Form Handling Question Generic

2005-04-01 Thread Scott Purcell
ailto:[EMAIL PROTECTED] Sent: Friday, April 01, 2005 2:31 PM To: 'Struts Users Mailing List' Subject: AW: Form Handling Question Generic Hi, If you really don't need to validate but just to store a list of objects in the db, i'd suggest to forget about action forms and work

AW: Form Handling Question Generic

2005-04-01 Thread Leon Rosenberg
presentation objects' created by the action, which would make it also very dynamical on the backend side, and storing maps is something each persistence layer implementation is able of. > -Ursprüngliche Nachricht- > Von: Scott Purcell [mailto:[EMAIL PROTECTED] > Gesendet: Frei

AW: Form Handling Question Generic

2005-04-01 Thread Leon Rosenberg
presentation objects' created by the action, which would make it also very dynamical on the backend side, and storing maps is something each persistence layer implementation is able of. > -Ursprüngliche Nachricht- > Von: Scott Purcell [mailto:[EMAIL PROTECTED] > Gesendet: Frei

Form Handling Question Generic

2005-04-01 Thread Scott Purcell
Hello, I have been building an appliction using the Struts framework for a couple of weeks and am starting to get a good feel for using it. So far I have been using ActionForms and am pleased with them. As I was going over the job specification yesterday, I noticed I am coming up on a large

Re: Generic

2005-01-24 Thread Jim Barrows
On Mon, 24 Jan 2005 16:54:49 +0100, Gianpiero Caretti <[EMAIL PROTECTED]> wrote: > Hi All, > I need help about struts and tiles. > > I have an application using tiles and I have a jsp page that can be used as > output page for several different actions. In this page I'd like to have a > link to re

Generic

2005-01-24 Thread Gianpiero Caretti
Hi All, I need help about struts and tiles. I have an application using tiles and I have a jsp page that can be used as output page for several different actions. In this page I'd like to have a link to recall the input action (with different parameters). Something like "ActionMapping.getPath()"

RE: More generic cookie question

2004-12-10 Thread Jim Barrows
> -Original Message- > From: Nagiel, Shahak (Mission Systems) [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 09, 2004 11:33 AM > To: [EMAIL PROTECTED] > Subject: More generic cookie question > > > We have a customized login/authentication scheme in our si

More generic cookie question

2004-12-09 Thread Nagiel, Shahak \(Mission Systems\)
We have a customized login/authentication scheme in our site, using an extended Struts ActionMapping class. The authentication check itself (handled in our extended ActionServlet class) is simple: if the user has a username, proceed, otherwise forward to the login page. In order to smoothly ha

Forms and Building Generic logic to control focus

2004-09-30 Thread Sifuentes, Ben
Example of retrieving the configuration of the form. OutStanding questions are: 1.) Is the order of the array returned from findFormPropertyConfigs() call the order defined in the tag of the struts-config.xml file? 2.) From the server side. If one wished to determined if the fieldname was requi

Re: Design Question - Struts for Generic Applications

2004-04-22 Thread Joe Germuska
hat we decided was to design the input/output objects from our interfaces as "java beans" and allow the use of these beans directly in the view layer & submit to our interface through a single-generic action. This allows the quick (& definitely dirty) development that some customer

Design Question - Struts for Generic Applications

2004-04-22 Thread Gogineni, Pratima
as "java beans" and allow the use of these beans directly in the view layer & submit to our interface through a single-generic action. This allows the quick (& definitely dirty) development that some customers require. We also plan to have custom tags that help in the creation of

Re: Where can you put generic Action Classes to be seen by all WARS?

2004-04-02 Thread Kumar M
Package them as a jar file. Add it to your ear file and modify the "CLASSPATH" in manifest.mf file of all the WAR files to include this new jar file. HTH. [EMAIL PROTECTED] wrote: If I had an ActionClass that I want shared across all applications in my EAR, where should I put it? I'm using WS

Where can you put generic Action Classes to be seen by all WARS?

2004-04-02 Thread Mike Zatko
If I had an ActionClass that I want shared across all applications in my EAR, where should I put it? I'm using WSAD 5.1 (Eclipse). Thanks for any pointers. -- Michael H. Zatko WebSphere Developer Boscov's Information Services Work: 610-929-7317 Home: 610-562-2407 ---