ExternalReferencesInterceptor

2008-03-09 Thread James Bail
I see that, while struts-default.xml has "externalRef" defined, I receive a ClassNotFoundException for com.opensymphony.xwork2.interceptor.ExternalReferencesInterceptor if I specify it in an interceptor-ref tag, and the app never starts. Looking at the xwork jarfile for 2.0.4, I see that there is n

Re: Not Able to call Action

2008-03-09 Thread Dave Newton
--- aum strut <[EMAIL PROTECTED]> wrote: > about adding the .action extension i have to add this extension to my > action like this > > while if i am using > > it is still giving me the problem. Then something is still wrong. As I've tried to say several times already, and asked but gotten no

Re: Not Able to call Action

2008-03-09 Thread aum strut
the problem was that i was not clear about the struts.xml file which was creating the problem.. i was putting struts.xml in wrong location.. about adding the .action extension i have to add this extension to my action like this while if i am using it is still giving me the problem. On 3/9/08,

Re: Advice on Handling From Validation

2008-03-09 Thread Jon Wynacht
Yup. That's pretty much the case. I like the validation framework and have been using it for a while. I run into these cases where I need to repopulate collections within the form. Javascript is a good alternative for sure, especially given JQuery and other libraries which make it easy to d

Re: Not Able to call Action

2008-03-09 Thread Dave Newton
--- aum strut <[EMAIL PROTECTED]> wrote: > it was really a silly mistake from my side which was causing the problem... What was the problem? > only question i want to ask is while writing the name of the action in form> tage do we need to add action extension, No. Dave -

Instanting Error, when Upgrade Velocity in S2 2.0.10

2008-03-09 Thread Frans Thamura
hi there i got this error, when try to upgrade from 2.0.6 to 2.0.11, and upgrade velocity to 1.5 anyone can help me out [ERROR] DefaultActionInvocation - There was an exception while instantiating the result of type org.apache.struts2.dispatcher.VelocityResult < com.opensymphony.xwork2.inject.De

Re: Not Able to call Action

2008-03-09 Thread aum strut
hi dave, Thanks for looking in to the matter. the problem has been fixed.. it was really a silly mistake from my side which was causing the problem... only question i want to ask is while writing the name of the action in tage do we need to add action extension, my mean to say that if the name