Re: Ognl a new dependency?

2006-09-05 Thread Wendy Smoak
On 9/4/06, Matt Raible <[EMAIL PROTECTED]> wrote: It seems that when I svn co (or update) on a remote repo, and install it there - this problem happens. I don't know if it's because I'm not creating md5 and sha1 files for the JAR and POM, but it seems to happen fairly consistently. If I checkou

Re: Ognl a new dependency?

2006-09-05 Thread Ted Husted
On 9/4/06, Matt Raible <[EMAIL PROTECTED]> wrote: If I checkout and install it locally, everything works fine. I guess I should just wait for an "official" Struts release on a real repo... ;-) Ahh, but without your excellent feedback, it will take us much longer to get to an official release.

Re: Struts 2.0.0 - STATUS

2006-09-05 Thread Ted Husted
Not in the least. On 9/5/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: Ted, do you mind if I run through and fix the svn properties? I think there are some files missing the eol-style native property, and that can make it hard for people to produce good patches. -

Re: Struts 2.0.0 - STATUS

2006-09-05 Thread Wendy Smoak
On 9/5/06, Ted Husted <[EMAIL PROTECTED]> wrote: If no one is in the middle of anything, I'll try to take another pass at a Struts 2.0.0 tag tomorrow night, and then target 2.0.1 for 18 Sep (a Monday). Ted, do you mind if I run through and fix the svn properties? I think there are some files

Re: Struts 2.0.0 - STATUS

2006-09-05 Thread Ted Husted
Sunday was hijacked by family activities (first things first!), but in the meantime, I've finally patched together an updated tutorial. * http://cwiki.apache.org/confluence/display/WW/Bootstrap Taking Don's queue, I left out extending the framework, since topics like those are very well covered

Web pages with user configurable fields

2006-09-05 Thread Ajit Bhide
Hi All, Is it possible with struts giving web page configuration control to users? i.e., allowing users to configure form fields on web pages. Thanks, -Ajit __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://

Re: Upgrading WW Dojo Widgets to dojo .3

2006-09-05 Thread Don Brown
I believe you are correct, but I'm interested in moving to .3, so if you have any luck, post a patch. :) Don Mike Porter wrote: Hi, I am trying to upgrade WW 2.2.2 from dojo .2.1 to dojo .3. I am running into some issues and have emailed the Dojo team, but I also wanted to double check with t

Upgrading WW Dojo Widgets to dojo .3

2006-09-05 Thread Mike Porter
Hi, I am trying to upgrade WW 2.2.2 from dojo .2.1 to dojo .3. I am running into some issues and have emailed the Dojo team, but I also wanted to double check with this group to see if any effort has been made to upgrade the Widgets to dojo 3? It seems like that Struts 2. is still based on dojo

Re: Ognl a new dependency?

2006-09-05 Thread Jay Bose
I get the error below when using the released WebWork-2.2.4. Since I am just using the released version, is there something else I may be doing wrong? java.lang.NoClassDefFoundError at com.opensymphony.xwork.ActionContext$ActionContextThreadLocal.initialValue(ActionContext.java:328) at

Re: svn commit: r439914 - /struts/maven/trunk/struts2-archetype-starter/README.txt

2006-09-05 Thread Ted Husted
As a general practice, it's better to encourage people to direct comments like this to dev@ or to file a comment against an open JIRA issue, rather than email an individual (who may be busy with a day job at the moment). -T. On 9/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: This is due t

Re: [tiles] insert tag pastes inserted tiles in the rendered page.

2006-09-05 Thread Mehdi Bahribayli
Wendy Smoak <[EMAIL PROTECTED]> wrote: > Seeing JSP tags in the output usually means you don't have the > <%@ taglib ... > at the top of the page. It was my fault :">. At the begining extention of my pages was jspf that prevented rendering of the tags. When I added <%@ taglib /> at the top of

Re: [tiles] insert tag pastes inserted tiles in the rendered page.

2006-09-05 Thread Wendy Smoak
On 9/5/06, Mehdi Bahribayli <[EMAIL PROTECTED]> wrote: When I browse welcome.faces and view resulting HTML I see that tages of /subviews/header.jsp and /subviews/footer.jsp are just pasted in the rendered page. Seeing JSP tags in the output usually means you don't have the <%@ taglib ... at

[tiles] insert tag pastes inserted tiles in the rendered page

2006-09-05 Thread Mehdi Bahribayli
-- tiles-defs.xml - - --- main.jsp

[tiles] insert tag pastes inserted tiles in the rendered page.

2006-09-05 Thread Mehdi Bahribayli
-- tiles-defs.xml - - --- main.jsp

Re: Retrieving attibute of

2006-09-05 Thread Antonio Petrelli
Cristina Galido ha scritto: Hi, I'm new to Struts... Please ask this question to the Struts Users mailing list: http://struts.apache.org/mail.html Ciao Antonio - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

Retrieving attibute of

2006-09-05 Thread Cristina Galido
Hi, I'm new to Struts.. I have a problem with retrieving an attribute of an . Here's the scenario: 1) MainScreen has this in the JSP page: where hashWeb is the bean name 2) After clicking this link, the value of "strWebApp" will be available to the next screen, DisplayScreen Now the question