[ANN] VTD-XML 2.7

2009-10-02 Thread jimmy Zhang
VTD-XML 2.7 is released and can be downloaded at http://sourceforge.net/projects/vtd-xml/files/ Below is a summary of what are the new features and enhancements. Expanded VTD-XML's Core API * VTDNav: toStringUpperCase, toStringLowerCase, contains(), endsWith(), startsWith() * Extended VTD added

Re: Struts 2.1.8 + SiteMesh 2.4.2 + FreeMarkerPageFilter Broken

2009-10-02 Thread Scott Hong
As suggested, the following issue has been created. https://issues.apache.org/struts/browse/WW-3275 Musachy Barroso wrote: > > can you please file a jira ticket with the details? > > thanks > musachy > > On Fri, Oct 2, 2009 at 12:52 PM, Scott Hong wrote: >> >> >> The dependency of Struts 2.

ognl problem with double value in form

2009-10-02 Thread Bill Bohnenberger
I have a double in an action: private double dval; with mutators public double getDval() { return dval; } public void setDval (double dval) { this.dval = dval; } I have this form in my jsp page: Whenever I enter "0" or "0.0" in the text field, OGNL throws ognl.Method

Dyanamic properties in Struts2

2009-10-02 Thread Scott Smith
Has anyone found a good way to do the following. I have a menu on a web page. The strings used to display menu items are in properties files and so the tags on the web page reference the menu property name instead of hard-coding the actual string . Therefore, I can have an English version of

Setting a checkbox

2009-10-02 Thread Dan R. Olsen III
I have the following tag: isChecked is a boolean variable that is set in the action. When I put a variable in the name field for a textfield tag it will bring up the value of the variable in the text box. I want the checkbox above to be checked if isChecked is true and not checked if isCheck

Re: Struts 2.1.8 + SiteMesh 2.4.2 + FreeMarkerPageFilter Broken

2009-10-02 Thread Musachy Barroso
can you please file a jira ticket with the details? thanks musachy On Fri, Oct 2, 2009 at 12:52 PM, Scott Hong wrote: > > > The dependency of Struts 2.1.8 on SiteMesh 2.4.2 breaks FreeMarkerPageFilter > as a decorator. > > If the web.xml is setup as follows and using Freemarker as the SiteMesh >

Struts 2.1.8 + SiteMesh 2.4.2 + FreeMarkerPageFilter Broken

2009-10-02 Thread Scott Hong
The dependency of Struts 2.1.8 on SiteMesh 2.4.2 breaks FreeMarkerPageFilter as a decorator. If the web.xml is setup as follows and using Freemarker as the SiteMesh decorator, sitemesh cannot render the decorated page properly. After tracking down the source, the root cause of the issue is that

Re: Any good Open source project using Struts2 + Hibernate+Spring I can learn from ?

2009-10-02 Thread Rafael Nami
Appfuse 2 (http://appfuse.org) 2009/10/2 Antonio Petrelli > 2009/10/2 BlackKnight : > > Are there any good open sourced project using SSH? > > Well, in fact I mean something else for SSH, anyway the Roller > weblogger uses it: > http://roller.apache.org/ > > Antonio > > -

Re: Any good Open source project using Struts2 + Hibernate+Spring I can learn from ?

2009-10-02 Thread Antonio Petrelli
2009/10/2 BlackKnight : > Are there any good open sourced project using SSH? Well, in fact I mean something else for SSH, anyway the Roller weblogger uses it: http://roller.apache.org/ Antonio - To unsubscribe, e-mail: user-unsu

Any good Open source project using Struts2 + Hibernate+Spring I can learn from ?

2009-10-02 Thread BlackKnight
Hi,Folks, I've been using SSH for a while and are hoping to learn from some open source code if there are any. As for .net there are petshop. and Ejb there are petstore. Are there any good open sourced project using SSH? Thanks! Frank -

Re: Access Denied error with Struts 2.1.8

2009-10-02 Thread Dan R. Olsen III
I moved the project to a path with no spaces and I am still getting the same access denied error. On 10/1/2009 9:17 PM, Wes Wannemacher wrote: Try moving your project to a directory on your machine that doesn't have spaces in it... There are problems with the JDK's built-in URL handling and if

about testing releases

2009-10-02 Thread Musachy Barroso
Hi all, to make a long story short, we have problems in the way that we test/release struts. We cannot announce test builds in the user mailing list, but at the same time we really need the help of user to test releases, and find any problems before calling a release GA. It is assumed that anyone i

Re: [Struts2] Problem using Struts2 with EJB3 over ServiceLocator (Jboss say Caller unauthorized)

2009-10-02 Thread Michael Obster
Hi Wes, I'm accessing the bean over a service locator. I have attached the class source at the end. Regards, Michael Wes Wannemacher schrieb: How are you getting a copy of your EJB in your action? vwg.yyy.cancard.ui.action.Usermanagement.Usermanagement.list(Userman agement.java:41) That li

Re: Struts2 2.1.8 MD5 not found

2009-10-02 Thread mailtolouis2020-struts
http://www.apache.org/dist/struts/binaries/struts-2.1.8-all.zip.md5 http://www.apache.org/dist/struts/binaries/struts-2.1.8-all.zip.asc From: Wes Wannemacher To: Struts Users Mailing List Sent: Friday, October 2, 2009 4:05:39 PM Subject: Re: Struts2 2.1.8 MD5

Re: Struts2 2.1.8 MD5 not found

2009-10-02 Thread Wes Wannemacher
Can you tell which server? I'm guessing that it is a mirror that hasn't sync'd properly yet. -Wes On Fri, Oct 2, 2009 at 11:00 AM, wrote: > Hello, > > Click on the MD5 link for Struts 2.1.8 in > http://struts.apache.org/download.cgi#struts218 > > get this : > Not Found > The requested URL /dist

Struts2 2.1.8 MD5 not found

2009-10-02 Thread mailtolouis2020-struts
Hello, Click on the MD5 link for Struts 2.1.8 in http://struts.apache.org/download.cgi#struts218 get this : Not Found The requested URL /dist/struts/binaries/struts-2.1.8-all.zip.md5 was not found on this server. Regards Louis

Re: [Struts2] Problem using Struts2 with EJB3 over ServiceLocator (Jboss say Caller unauthorized)

2009-10-02 Thread Wes Wannemacher
How are you getting a copy of your EJB in your action? vwg.yyy.cancard.ui.action.Usermanagement.Usermanagement.list(Userman agement.java:41) That line in the stacktrace indicates that you are in the action when you get the error, but the stacktrace dives down into a proxied object after that. You

Re: Problem Using Struts 2.1.8 Portlet Plugin With redirectAction

2009-10-02 Thread phillips1021
Nils - I'm not following how to implement your quick fix. Do you mean I should do this: index.action I tried the above and it didn't work for me. Thank you for researching this issue so quickly. We would like to

Re: Convention Plugin: How to specify a redirect action

2009-10-02 Thread Paweł Wielgus
Hi Roger, try redirectAction. Best greetings, Paweł Wielgus. 2009/10/2 RogerV : > > Could someone tell me the correct format for the @Result annotation for a > redirect action. The action class I want to redirect to is called > ProcessTemplate and I've tried > > @Action(result...@result(name="su

Convention Plugin: How to specify a redirect action

2009-10-02 Thread RogerV
Could someone tell me the correct format for the @Result annotation for a redirect action. The action class I want to redirect to is called ProcessTemplate and I've tried @Action(result...@result(name="success", type="redirect-action", location="process-template")}) public String execute(

[Struts2] Problem using Struts2 with EJB3 over ServiceLocator (Jboss say Caller unauthorized)

2009-10-02 Thread Michael Obster
Hi everybody, After I have written some mails to JBoss security forum, I found out that the Servlet has a problem. As I can see that has to do with the usage of Struts 2 because another application with Struts 1 works. The problem I don't know where I can continue to resolve the problem an w

Re: Access Denied error with Struts 2.1.8

2009-10-02 Thread Allen Lee
It kind of looks like a security manager / policy permissions issue to me from the access denied message. Like your app server has a grant codebase set for the old struts jar but not the new one. I'm not sure how to set the grant codebase perms on Jetty though (jetty.policy?). On Thu, Oct 1, 200