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

s:include not working

2008-07-19 Thread aum strut
Hi all, i am trying to include a jsp page using struts2 s:include tag 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

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 try the

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

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

Re: s:include not working

2008-07-19 Thread Chase
Why does your tag have a body? s:include value=IncludedMenu/menu.jsp/ 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

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: sx:div updateFreq=300 chart.action /sx:div - this way call the chart

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 itself

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 : s:form action=addFileToGallery method=post enctype=

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

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,