Re: not working

2008-07-19 Thread aum strut
Hi Chase, Is there any relation with the depth because when i put index.jsp page and HElloWorld.jsp page in the same folder, it starts to include the other jsp page which i unable to include when the pages were in different folders. any suggestion in this regards will be much helpful. yes all the

Re: S2: Multiple unknown handlers?

2008-07-19 Thread Musachy Barroso
You will need this patch: http://jira.opensymphony.com/browse/XW-640 for the unknown handlers. It still needs some review, but it works. We are planning to get it in after the 2.1 release, so we can finally move the convention plugin out of the sandbox. musachy On Sat, Jul 19, 2008 at 9:52 PM, Pa

S2: Multiple unknown handlers?

2008-07-19 Thread Paul Benedict
Using Struts 2.0.x, is it possible to have multiple unknown handlers? I am using the Codebehind plugin and want to extend it. (Anyway to use the library without having it load as a plugin?) I want to chain if the Codebehind plugin cannot find a resource. Paul

issue with ajax submit

2008-07-19 Thread matthieu martin
Hello all. I am facing a problem which has made pull my hair off for quite a while now. I've looked everything my friend google gave me, but nothing relevant showed up. As a last hope, I am turning myself to you. I have a simple JSP code : My viewFileOfGallery action sets few lis

Re: connext Graph documentation

2008-07-19 Thread Dave Newton
--- On Sat, 7/19/08, Pedro Herrera <[EMAIL PROTECTED]> wrote: > I´ve seen the project home, but no doc is associate, only > a (very) simple example. What about the package it wraps, Open Flash Chart? http://teethgrinder.co.uk/open-flash-chart/ In any case, I'm sure either the plugin or OFC itse

Re: JFreeChart plugin

2008-07-19 Thread Pedro Herrera
I have the same problem. Have you discovered a workaround ? I need to call my chart each 30 seconds to get updated data and refresh chart : - this way bring correcty the chart, but call my char action one time: chart.action - this way call the chart action correcty each 30 seconds, bu

Re: not working

2008-07-19 Thread Chase
Why does your tag have a body? Do the other pages contain the same taglib directives? If you view the source in your web browser and see the tag code that means you are missing a taglib directive. Your include is using a relative page, are all the pages at the same depth? -Chase On Sat, Jul 19

Re: Scope interceptor / Practical Apache Struts 2

2008-07-19 Thread Phan Le
Hi, I have found and used scope plugin in [1]. It seems to be quite good and have most of the features I need. 1.http://cwiki.apache.org/S2PLUGINS/scope-plugin.html On 18/07/2008, at 11:11 PM, tonalnagual wrote: Selckin wrote: Hello, In Chapter 6 of "Practical Apache Struts 2 Web 2.0

gnujaxp (jfreechart) conflicts with struts 2 filter

2008-07-19 Thread Pedro Herrera
Hi, When I put gnujaxp(from jfreechart) inside my library folder, the follow error is showed : Unable to load configuration. - Class: gnu.xml.dom.DomElement File: DomElement.java Method: setAttributeNS Line: 249 - gnu/xml/dom/DomElement.java:249:-1 at com.opensymphony.xwork2.config.C

Re: connext Graph documentation

2008-07-19 Thread Pedro Herrera
I´ve seen the project home, but no doc is associate, only a (very)simple example. Herrera newton.dave wrote: > > --- On Fri, 7/18/08, Pedro Herrera <[EMAIL PROTECTED]> wrote: >> I´m using connext Graph plugin. Where I find more >> documentation in depth? I need to do linegraphs .. > > Did you

not working

2008-07-19 Thread aum strut
Hi all, i am trying to include a jsp page using struts2 but itdosen't seems to be working in my way. i have a menu.jsp page where i have written a code for the menu for my application. i have included this menu.jsp page in my index.jsp page were it is working fine.When i click on any menu option

Re: How can I store temporary data during user input procedure?

2008-07-19 Thread holod
Wow, that's great. Thinking in Struts2 concept means to use interceptors, action abilities, ognl and ui-tags. I didn't want to develop my own solution. As I can see, scope interceptor exactly what I need. Thank you. Miguel-55 wrote: > > You could use the scope interceptor to store your object