Bug 2957 - tiles insert is throwing null pointer exception

2008-02-25 Thread santosh gokak
I am hitting the bug https://issues.apache.org/struts/browse/STR-2957 ( tiles insert is throwing null pointer exception when invoking from nested insert Tag.) I am using struts 1.2.9 release. Any body is planned to take up this bug? -

Re: Bug 2957 - tiles insert is throwing null pointer exception

2008-02-25 Thread Antonio Petrelli
2008/2/25, santosh gokak <[EMAIL PROTECTED]>: > > I am hitting the bug https://issues.apache.org/struts/browse/STR-2957 ( > tiles insert is throwing null pointer exception when invoking from > nested insert Tag.) > I am using struts 1.2.9 release. > Any body is planned to take up this bug? I don

Re: Bug 2957 - tiles insert is throwing null pointer exception

2008-02-25 Thread santosh gokak
Can you suggest me how to? On Mon, Feb 25, 2008 at 4:04 PM, Antonio Petrelli <[EMAIL PROTECTED]> wrote: > 2008/2/25, santosh gokak <[EMAIL PROTECTED]>: > > > > > > I am hitting the bug https://issues.apache.org/struts/browse/STR-2957 ( > > tiles insert is throwing null pointer exception when inv

Re: Bug 2957 - tiles insert is throwing null pointer exception

2008-02-25 Thread Antonio Petrelli
2008/2/25, santosh gokak <[EMAIL PROTECTED]>: > > Can you suggest me how to? http://struts.apache.org/helping.html Antonio

Re: Bug 2957 - tiles insert is throwing null pointer exception

2008-02-25 Thread santosh gokak
Hi Antonio, Thanks for getting me started. I have the 1.2.9 source along with me. do you know the reason of this NPE been thrown? I too would debug and try to find it. I have also registered and voted for the bug :) ~Santosh On Mon, Feb 25, 2008 at 4:13 PM, Antonio Petrelli <[EMAIL PROTECTED]> w

Re: Bug 2957 - tiles insert is throwing null pointer exception

2008-02-25 Thread Antonio Petrelli
2008/2/25, santosh gokak <[EMAIL PROTECTED]>: > > Thanks for getting me started. > I have the 1.2.9 source along with me. > do you know the reason of this NPE been thrown? > I too would debug and try to find it. > I have also registered and voted for the bug :) Ok sorry for the "too-fast" answer

RE: xwork-conversion.properties

2008-02-25 Thread Kedar Choudhary
Hi Adam, Setting param-value instrument.market.id=1 will work something like this (1) instrument = valueStack.getInstrument() - as your action class with the topmost object implementing this method it will result in yourActionClass.getInstrument() (2) if(instrument == null) {

RE: Bug 2957 - tiles insert is throwing null pointer exception

2008-02-25 Thread Rose India (http://www.roseindia.net)
Hi What actually you want to know? If you are looking for Jakarta Struts Tutorial then see the Jakarta Struts Tutorial & resources http://www.roseindia.net/struts/ Best regards Meeya Roy -Original Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Monday, February 25, 200

RE: Bug 2957 - tiles insert is throwing null pointer exception

2008-02-25 Thread Dave Newton
--- "India, Rose (http://[REDACTED])" wrote: > What actually you want to know? > If you are looking for Jakarta Struts Tutorial then see the > > Jakarta Struts Tutorial & resources > http://[REDACTED] That wasn't even *close*. At least the other ones were vaguely related to the question being a

RE: Access value of a map inside an iterator

2008-02-25 Thread David Loup
Hello, After a bit of refactoring, I'm quite happy iterating over the map and displaying keys and values. My problem is, how do I have to name the property so that the map value actually gets passed to the Action? Currently I'm doing something like this: That's inside a form that I w

RE: Access value of a map inside an iterator

2008-02-25 Thread LEONARD Julien (Consulting for ACCOR Hotels)
Maybe with this : Julien -Message d'origine- De : David Loup [mailto:[EMAIL PROTECTED] Envoyé : lundi 25 février 2008 13:53 À : Struts Users Mailing List Objet : RE: Access value of a map inside an iterator Hello, After a bit of refactoring, I'm quite happy iterating over

user@struts.apache.org

2008-02-25 Thread struts
Hi, I'm using Struts 1 I have a set of indexed error properties : myProprty0 myPorperty1 myProperty2 and so on I'd like to be able to pass the relevant name in to Is there a way to do this? Thanks in advance, Charles

Calling business methods in a FieldValidatorSupport extended class

2008-02-25 Thread Alceu Medeiros
Hi, I'm using Struts 2, JPA and Spring 2 and I want to check if an e-mail address is already in use in my app, but I want to make it implementing a custom validator and so it may be solved as a fieldError. My strategy is that in my UserEmailValidator I have an object of class UserBusiness as a at

schemaLocation value ... must have even number of URI's.

2008-02-25 Thread javaskull
org.xml.sax.SAXParseException: SchemaLocation: schemaLocation value = 'http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd' must have even number of URI's. Anyone know what this is about? I deleted my validator-rules.xml file from web-inf because I didn't need to customize it and I have moved from St

Re: schemaLocation value ... must have even number of URI's.

2008-02-25 Thread Santiago Fernández
Can u copy the content of your web.xml here? On 2/25/08, javaskull <[EMAIL PROTECTED]> wrote: > > org.xml.sax.SAXParseException: SchemaLocation: schemaLocation value > = 'http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd' must have even > number of URI's. > > Anyone know what this is about? I delet

RE: schemaLocation value ... must have even number of URI's.

2008-02-25 Thread Bishop, Gregory (HAR-ORL)
Here is the web.xml http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"; id="WebApp_ID"> pss7 ViewHome.jsp supportOrganizationName

Re: schemaLocation value ... must have even number of URI's.

2008-02-25 Thread Laurie Harper
Your root element should be http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"; version="2.4"> You're missing the public identif

VTD-XML 2.3

2008-02-25 Thread jimmy Zhang
VTD-XML 2.3 (http://vtd-xml.sf.net) is now released. To download the latest version please visit http://sourceforge.net/project/showfiles.php?group_id=110612&package_id=120172. Below is a list of new features and enhancements in this version. * VTDException is now introduced as the root class fo

Re: VTD-XML 2.3

2008-02-25 Thread Dave Newton
Is this an S2 plugin, or...? --- jimmy Zhang <[EMAIL PROTECTED]> wrote: > VTD-XML 2.3 (http://vtd-xml.sf.net) is now released. To download the latest > version please visit > http://sourceforge.net/project/showfiles.php?group_id=110612&package_id=120172. > > Below is a list of new features and e

Re: VTD-XML 2.3

2008-02-25 Thread jimmy Zhang
Not yet, VTD-XML is the newer generation, document-centric XML processing model... - Original Message - From: "Dave Newton" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Monday, February 25, 2008 4:58 PM Subject: Re: VTD-XML 2.3 Is this an S2 plugin, or...? --- jimmy Zha

Re: VTD-XML 2.3

2008-02-25 Thread Dave Newton
--- jimmy Zhang <[EMAIL PROTECTED]> wrote: > Not yet, VTD-XML is the newer generation, document-centric > XML processing model... Oh, so it's not really related to Struts. Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

Re: VTD-XML 2.3

2008-02-25 Thread jimmy Zhang
We are trying to reach out to people that have tons of problems related to XML processing (memory, speed etc) - Original Message - From: "Dave Newton" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Monday, February 25, 2008 5:10 PM Subject: Re: VTD-XML 2.3 --- jimmy Zhang

Re: VTD-XML 2.3

2008-02-25 Thread Al Sutton
Have you got a solution for people spamming lists with unrelated product announcements? - Original Message - From: "jimmy Zhang" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, February 26, 2008 2:27 AM Subject: Re: VTD-XML 2.3 We are trying to reach out to people

Configure ActionServlet without struts-config.xml?

2008-02-25 Thread Ullrich Schäfer
Hello, I wonder if there's a way tho configure the ActionServlet programatically. I'm asking this because i want to hide the ActionServlet inside my own Servlet which delegates Requests to different Servlets, Struts ActionServlet being one of them. The goal is, to provide a framework whic

Re:

2008-02-25 Thread Antonio Petrelli
2008/2/25, struts <[EMAIL PROTECTED]>: > myProprty0 > myPorperty1 > myProperty2 > ... > Is there a way to do this? Mmm.. let me see: HTH Antonio - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai