${} is used to indicate that the content is to be evaluated using one
specific language (JSTL EL).
%{} is used to indicate that the content is to be evaluated using
*another* specific language -- in this case OGNL.
(Note, for historical reasons in struts.xml I believe the contents of
both ${
I must use ${} to evaluete expression either in .properties, struts.xml, java
strings - everywhere, but not in JSP. In JSPs I must use %{}. Damn.
Inconsistency.
Is there any workaround to use ${} instead of %{} in JSPs?
And more:
note ' (apostrophes) around the Struts2 word. So "val
When you say "on the classpath" do you mean the compile classpath of the
project or is the jar physically in
WEB-INF/lib?
Chris
-Original Message-
From: Wes Wannemacher
To: Struts Users Mailing List
Sent: Sat, Sep 19, 2009 6:55 pm
Subject: Re: Hello Help please with Strut
Which app server do you have set up in netbeans?
On 9/19/09, Konstantyn Harasevich wrote:
> Hello
>
> When running samples struts 2
>
> Here is exception relative to this taglib in NetBeans7.1:
> <%@ taglib uri="/struts-tags" prefix="s" %>
>
>
>
> org.apache.jasper.JasperException: /example/Hello
the struts-tags URL <%@ taglib uri="/struts-tags" prefix="s" %> lookups the uri
in *.tld
(in this case /WEB-INF/classes/META-INF/struts-tags.tld)
http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd";>
2.2.3
1.2
s
/struts-tags
head
org.apache.struts2.views.jsp
Hello
When running samples struts 2
Here is exception relative to this taglib in NetBeans7.1:
<%@ taglib uri="/struts-tags" prefix="s" %>
org.apache.jasper.JasperException: /example/HelloWorld.jsp(2,41) PWC6117:
File "/struts-tags" not found
at
org.apache.jasper.compiler.DefaultError
Ok, i'll check that
Thanks
> Date: Sat, 19 Sep 2009 13:19:57 -0500
> Subject: Re: Null exception on Struts Action
> From: pbened...@apache.org
> To: user@struts.apache.org
>
> You don't want to use Struts' data source capabilities. Setup your data
> source outside of Struts to have the greate
You don't want to use Struts' data source capabilities. Setup your data
source outside of Struts to have the greatest freedom.
Paul
I am starting to wonder if this is a bug in the way Struts 2.1 is generating
the Dojo includes. Has anyone else noticed the different paths? Does anyone
know how Struts is taking this:
And generating the various includes like this:
When in 2.0 it generated
I tried tweaking the baseR
Thanx for the link!
Indeed, for now I store frameworks into webapp subdir like:
my-eclipse-proj/src/webapp/lib/fckeditor/2.6.4.1
my-eclipse-proj/src/webapp/lib/jquery/1.3.2
my-eclipse-proj/src/webapp/lib/jquery-ui/1.7.2
my-eclipse-proj/src/webapp/lib/yui/2.7.0b
and so on...
But I have some probl
Hi all,
I am currently developing an application using Struts 2.1.6 + rest-plugin +
spring-plugin + Spring 2.5.6.
The problem that I am facing is that I have not found any way to initialize
the Controller Actions from Spring, because the rest-plugin is built on the
Convention Plugin for automatic
11 matches
Mail list logo