Re: [OT] What do you code today?

2008-04-07 Thread mgainty
what is the term 'anagraphical data' ? Molte Grazie Martin - Original Message - Wrom: PEGAUTFJMVRESKPNKMBIPBARHDMNNSKVFVWRKJVZCMHVIBG To: "Struts Users Mailing List" Sent: Monday, April 07, 2008 3:04 AM Subject: Re: [OT] What do you code today? > Currently I'm a sub-sub-contractor (pre

Re: Initializing Actions from Spring

2008-03-30 Thread mgainty
pls display contents of your xwork.xml and the configuration of the spring listener you are referencing in web.xml http://www.opensymphony.com/webwork/wikidocs/Other%20Spring%20Integration.ht ml Thanks Martin- - Original Message - Wrom: TLBXFGGMEPYOQKEDOTWFAOBUZXUWLSZLKBR To: Sent: Satur

Re: Error occurs in WebSphere - validatation.js not found in /struts/template/css_xhtml

2008-03-24 Thread mgainty
all of the .js files are in the main struts jar did you check \WEB-INF\lib\struts2-core-2.0.11.jar? Martin - Original Message - Wrom: HSCRTNHGSWZIDREXCAXZOWCONEUQZAAFX To: Sent: Monday, March 24, 2008 8:58 PM Subject: Error occurs in WebSphere - validatation.js not found in /struts/templa

Re: Clearing Action properties from ValueStack

2008-03-10 Thread mgainty
default scope you are using is short lived so implement the scope your action needs with a scope interceptor http://struts.apache.org/2.0.6/docs/scope-interceptor.html and if you use a key param you will be able to access either Action attribute via supplied 'key' (provided you have setup the mutat

Re: Qs about Ajax abilities in Struts 2

2008-03-02 Thread mgainty
most recent version of Dojo 1.0 has a datatable control dataHolder = { //Simple object definition to get all items and sort it by the attribute 'type'. request: {query: {name: "*"}, onItem: function(item, req){}, s

Re: Video sharing Website like YouTube

2008-02-26 Thread mgainty
If you're thinking of using DWR for UI using the Lucene search engine which keyword searches on metatags based on Proprietary TTS engine with a MySQL DB then take a look at.. http://www.everyzing.com M-- - Original Message - Wrom: IDREXCAXZOWCONEUQZAAFXISHJEXXIMQZUIVOTQNQEMSFDULH To: "Stru

Re: STRUTS 2: File tag problem

2008-02-06 Thread mgainty
Hi Sri so if the config is configured something like /WEB-INF/classes/struts-fileupload.xml uploadSuccess.jsp uploadError.jsp and the jsp defines the acceptable content-type and a name to call it.. org.apache.struts2.portlet.example.fileupload.FileUploadAction.java { p

Re: Losing Session Attributes

2008-02-05 Thread mgainty
you'll definitely need configure in session attributes as in which session attributes are you losing? M-- - Original Message - Wrom: MYXOEAIJJPHSCRTNHGSWZIDREXCA To: Sent: Tuesday, February 05, 2008 3:24 PM Subject: Losing Session Attributes > > Hi, > I'm looking for some help,

Re: Custom OGNL PropertyAccessor

2008-02-05 Thread mgainty
you can configure the xwork LoggingInterceptor into your stack.. looking for clues on OGNL logging??? Anyone? HTH Martin - Original Message - Wrom: QBGJSNBOHMKHJYFMYXOEAIJJPHSCRTNHGSWZIDREXCA To: "Struts Users Mailing List" Sent: Tuesday, February 05, 2008 3:05 PM Subject: Re: Custom O

Re: actions defined in a package are visible in other packages??

2008-02-02 Thread mgainty
not off base at all.. one example is to reference WEB-INF/classes/struts-tags-ui.xml example.jsp example.jsp which resolves the default result of example.jsp to /tags/ui/example.jsp specifically.. $TOMCAT_HOME/webapps/struts2-showcase-2.0.11/tags/ui/exa

Re: REST vs Original

2008-01-19 Thread mgainty
Thanks for the link dave If anyone knows how to get Signore Pontarelli I have a *working* build script for the smarturl project Ciao Martin - Original Message - Wrom: BLVLMHAALPTCXLYRWTQTIPWIGYOKSTTZRCLBD To: "Struts Users Mailing List" Sent: Saturday, January 19, 2008 11:20 AM Subject: R

Re: Feedback: WW-2414, XSS attack is possible if using and

2008-01-13 Thread mgainty
Good Morning Jeromy so for my own edification includeParams != none which essentially covers "HTTP GET" and "HTTP POST" transmissions? There also seems to be a bug with treatment of URLs in AnchorTag classes specifically public class AnchorTagTest extends AbstractUITagTest { private StringWrit

Re: Setting Session time out

2007-12-25 Thread mgainty
can you setMaxInactiveInterval on the session e.g session.setMaxInactiveInterval(15*60); http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/http/HttpSess ion.html ? M-- - Original Message - Wrom: FGGMEPYOQKEDOTWFAOBUZXUWLSZLKBRNVWWCUFP To: Sent: Tuesday, December 25, 2007 2:56

Re: what is going on? struts 2

2007-12-24 Thread mgainty
need to see the configuration of WelcomeAction M-- - Original Message - Wrom: BUZXUWLSZLKBRNVWWCUFPEGAUTF To: "Struts Users Mailing List" Sent: Monday, December 24, 2007 1:57 AM Subject: Re: what is going on? struts 2 > What exactly is the problem? > > On Dec 23, 2007 11:27 PM, Ray <

Re: Printing a PDF file from JSP

2007-12-19 Thread mgainty
The technology is called FOP (Formatting Object Processor) http://xmlgraphics.apache.org/fop/ I've used it quite extensively from the back end .. implementing from JSP would work as well (but there are security concerns on where to store the PDF file...) Martin-- - Original Message - Wrom:

Re: James Sanders wants to chat

2007-12-10 Thread mgainty
3 goals in one match? dont know if Steinbrenner ever did that! M-- - Original Message - Wrom: IYZUNNYCGPKYLEJGDGVCJVTLBXFGGMEPYOQKEDOTWFAOBUZ To: "Struts Users Mailing List" Sent: Monday, December 10, 2007 1:51 PM Subject: Re: James Sanders wants to chat > 2007/12/10, Dave Newton <[EMAI

Re: struts 1.2.9 and cancel button

2007-12-06 Thread mgainty
can you display the form and display the configuration for your Action class M- - Original Message - Wrom: ZAAFXISHJEXXIMQZUIVOTQNQEMSFDULHPQQWOYIYZUNN To: "Struts Users Mailing List" Sent: Thursday, December 06, 2007 2:27 PM Subject: RE: struts 1.2.9 and cancel button I wonder if it i

Re: S2: HashMap - from jsp to action

2007-12-05 Thread mgainty
Hi Wes Is there a link which describes UEL for our own edification? Thanks/ M- - Original Message - Wrom: FGGMEPYOQKEDOTWFAOBUZXUWLSZLKBRNVWW To: "Struts Users Mailing List" Sent: Wednesday, December 05, 2007 9:55 AM Subject: Re: S2: HashMap - from jsp to action > My guess is that UEL

Re: localization

2007-11-30 Thread mgainty
http://struts.apache.org/2.x/docs/localization.html M-- - Original Message - Wrom: VZCMHVIBGDADRZFSQHYUCDDJBLVLMHAALPTCXLYRWTQT To: Sent: Friday, November 30, 2007 8:30 AM Subject: localization > > my web app display message in jsp page ( using ) > always in one language. > I have two l

Re: Get the message from DB instead of from the default MessageResources.properties

2007-11-28 Thread mgainty
Will you need to support UTF-8 Encoding? Will you want a factory to create these class objects for you? Did you have anything specific in mind? M-- - Original Message - Wrom: WFAOBUZXUWLSZLKBRNVWWCUFPEGAUTFJMVRESKP To: "Struts Users Mailing List" Sent: Wednesday, November 28, 2007 2:48 PM

Re: Issue with Type Conversion and Select Boxes

2007-11-27 Thread mgainty
works > quite well if I don't use struts 2 type converters (and specify > listKey/listValue explicitly in that case). > > Gunnar > > > mgainty wrote: > > > > > > I dont believe that is not necessary for V1 > > ashttp://struts.apache.org/1.x/struts