Ajax tree tags and forest generation - selection problem

2008-04-13 Thread Jukka Välimaa
Hi, Right now, I'm trying to construct a "forest", or a tree menu with multiple root nodes. I'm using struts ajax tags to do it, like so: I have one problem (aside from ajax tags not allowing data other that title and id to be passed by selectedNotifyTopics

Re: Export Control Classification Number (ECCN) and Struts v1.3.x

2008-04-13 Thread Jeromy Evans
Alan Treece wrote: Folks... Been searching the Apache web site and the archives, but haven't found anything yet... I'm using Struts v1.3.x in an application and I'm being asked to verify the export classification of Struts. Is there documentation somewhere where I can determine this classific

Re: Export Control Classification Number (ECCN) and Struts v1.3.x

2008-04-13 Thread Al Sutton
Export classification from which country? As you're from Sun I assume you might be talking about the US. In which case Struts doesn't contain any cryptographic algorithms so (as far as I'm aware) it doesn't need a classification. Al. - Original Message - From: "Alan Treece" <[EMAIL

Re: i18n Tags in FreeMarker Decorator for SiteMesh

2008-04-13 Thread Jeromy Evans
Zoran Avtarovski wrote: That¹s great news Jeromy. You don¹t know how much this will help us. As an aside, is there a timeline for the appearance of an official 2.1 beta build? Z. Hi Zoran. I'm not really sure. We tried to push forward and hit a small obstacle.. If nothing progresses I'll

Re: i18n Tags in FreeMarker Decorator for SiteMesh

2008-04-13 Thread Zoran Avtarovski
That¹s great news Jeromy. You don¹t know how much this will help us. As an aside, is there a timeline for the appearance of an official 2.1 beta build? Z. > > mraible wrote: >> > >> > Yes, that sound about right. My action is a POJO that only extends >> > ModelDriven. >> > > WW-2592 Struts2.1

Re: How can I tell Struts 2 to throw/log exceptions for invalid OGNL Expressions

2008-04-13 Thread Jeromy Evans
mraible wrote: I realize it might be a major effort, but this seems to be a pretty big deal to me. Not for users that've already chosen Struts 2 as a web framework, but for folks evaluating Java Web Frameworks. The fact that Struts 2 is the *only* one that doesn't blow up on invalid properties ma

Re: i18n Tags in FreeMarker Decorator for SiteMesh

2008-04-13 Thread Jeromy Evans
mraible wrote: Yes, that sound about right. My action is a POJO that only extends ModelDriven. WW-2592 Struts2.1.1 now provides useful developer feedback for missing text resources: - when a TextProvider was not found, - when a message was not found, - when the default value was used as

Struts 2 + AjaxTags + DisplayTag

2008-04-13 Thread Márcio Gurgel
Hi all! Since this morning I'm having troubles to configure ajaxTags in my project. I followed the steps from ajaxTags web site, I also saw the ajaxTags show case wich contains a example of display:table. But doen't work... Is there some kind os special configuration for struts 2? My displayTable

Re: Problems with default-action-ref (I was sent this message before with wrong subject...)

2008-04-13 Thread Décio Heinzelmann Luckow
Ok, thanks for all. the s2.1 version is only avaiable from subversion? the major version that i see in the site is Struts 2.0.11.1 2008/4/13, Dave Newton <[EMAIL PROTECTED]>: > > --- Lukasz Lenart <[EMAIL PROTECTED]> wrote: > > > That's why I re-opened the bug for S2.0. > > As I understood, onl

Export Control Classification Number (ECCN) and Struts v1.3.x

2008-04-13 Thread Alan Treece
Folks... Been searching the Apache web site and the archives, but haven't found anything yet... I'm using Struts v1.3.x in an application and I'm being asked to verify the export classification of Struts. Is there documentation somewhere where I can determine this classification? Or... if

Re: How can I tell Struts 2 to throw/log exceptions for invalid OGNL Expressions

2008-04-13 Thread mraible
Jeromy Evans - Blue Sky Minds wrote: > > Jeromy Evans wrote: >> mraible wrote: >> >>> >>> I tried FreeMarker this morning and discovered that the problem >>> exists there >>> too. Grrr. I've experienced Struts 2 being eliminated as a web framework >>> candidate on a couple projects because of

Re: Problems with default-action-ref (I was sent this message before with wrong subject...)

2008-04-13 Thread Dave Newton
--- Lukasz Lenart <[EMAIL PROTECTED]> wrote: > > That's why I re-opened the bug for S2.0. > As I understood, only for S2.0, because for 2.1 the tag > is working fine (I already test it)? That's why I re-opened the bug for S2.0. Dave -

Re: Problems with default-action-ref (I was sent this message before with wrong subject...)

2008-04-13 Thread Lukasz Lenart
> That's why I re-opened the bug for S2.0. As I understood, only for S2.0, because for 2.1 the tag is working fine (I already test it)? Regards -- Lukasz http://www.linkedin.com/in/lukaszlenart - To unsubscribe, e-mail: [EMA

Re: Problems with default-action-ref (I was sent this message before with wrong subject...)

2008-04-13 Thread Dave Newton
That's why I re-opened the bug for S2.0. --- Lukasz Lenart <[EMAIL PROTECTED]> wrote: > Hi once again and to clarify > > > > > is used when you did not specified the class for you action like below: > > > /index.jsp > > > > and > > > > is used when Struts could not find the action n

Re: Problems with default-action-ref (I was sent this message before with wrong subject...)

2008-04-13 Thread Lukasz Lenart
Hi once again and to clarify > is used when you did not specified the class for you action like below: /index.jsp > and > is used when Struts could not find the action name for given http request, e.g http://localhost/struts2/ Regards -- Lukasz http://www.linkedin.com/in/lukaszle

Re: Problems with default-action-ref (I was sent this message before with wrong subject...)

2008-04-13 Thread Dave Newton
--- Décio Heinzelmann Luckow <[EMAIL PROTECTED]> wrote: > I was testing the tag to configure the default action > mapping for a package, without success, then I search Struts Jira for > something about this and find the WW2525. > > The WW2525 is closed with the argument that this tag is used to c

Re: Problems with default-action-ref (I was sent this message before with wrong subject...)

2008-04-13 Thread Lukasz Lenart
> This ocurred with someone too? No, for me works like charm, maybe because I'm using 2.1.1-SNAPSHOT ;-) ${redirectName} Regards -- Lukasz http://www.linkedin.com/in/lukaszlenart ---

Re: How to use annotationWorkflow Interceptor

2008-04-13 Thread 袁嘉铭
i have try it , no problem happen this is my config test.jsp public class TestAction { private static final long serialVersionUID = -2818133285465497272L; public String execute() throws Exception { return Action.SUCCESS; } } public class TestActionSupport extends

Problems with default-action-ref (I was sent this message before with wrong subject...)

2008-04-13 Thread Décio Heinzelmann Luckow
Sorry, a sent this message with an wrong subject, now is the correct Hi all, I was testing the tag to configure the default action mapping for a package, without success, then I search Struts Jira for something about this and find the WW2525. The WW2525 is closed with the argument that this tag

Re: How to use annotationWorkflow Interceptor

2008-04-13 Thread Décio Heinzelmann Luckow
Hi all, I was testing the tag to configure the default action mapping for a package, without success, then I search Struts Jira for something about this and find the WW2525. The WW2525 is closed with the argument that this tag is used to configure the default class to be used when an action mapp