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
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.
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
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
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
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
>
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
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
>
> -
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
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
-
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
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
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
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
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
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
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
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
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
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(
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
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
22 matches
Mail list logo