Hi Gunnar,
I've been through the same thing, so I can help you out :).
If your actions extend com.opensymphony.xwork2.ActionSupport you can then
call the method;
addActionMessage("string")
Or
addActionError("string");
Please note, "string" is the literal message, not a key into a properties
f
Hi All,
I have migratred my ww2 application to struts. But at time of server
startup(jboss) when one of the my startup activity requires to use object
factory it returns null. Is there any configuration required for that?
--
View this message in context:
http://www.nabble.com/ObjectFactory.getO
Hi,
Still learning but I am really going to like Struts 2. An area where I find
it a bit lacking though (Compared to Struts 1) is the support for action
messages to survive redirects.
I really like to follow the ‘Post/Redirect/Get pattern’ for most of my
actions.
(See also http://www.theserver
Yes I am running on tomcat, and this message is being generated on the
console window there:
Jun 3,2007 10:12:18 PM org.apache.struts.util.PropertyMessageResourcesloadLocale
WARNING: Resource org/apache/struts/taglib/html/LocalStrings_en.properties
Not Found
I am using apache-tomcat-6.0.10.
My
Thanks Taras.
I ran retrotranslator on each of the struts2 jars one-by-one, as they each
showed the same kind of version issue.
Makes sense as they are all compiled for JDK 1.5.
S2 now seems to be running OK on Oracle App Server 10R2. I only needed to
covert the struts2-*.jar files.
Regards
J
--- panpan <[EMAIL PROTECTED]> wrote:
> Don't understand this one.
*Please* just say whether or not the page you're
serving is being served through S1 or S2.
> If you see the below struts JIRA link:
>
> http://issues.apache.org/struts/browse/WW-1388
>
> It has the almost same exception as mine.
I don't have much day-to-day experience with JSF, so I couldn't say Martin.
Frank
Martin Gainty wrote:
Frank--
so for the example of action="/search"
following the example of "/greeting.jsp"
<%@ taglib uri="http://java.sun.com/jsf/html"; prefix="h" %>
/greeting.jsp
success
/r
Frank--
so for the example of action="/search"
following the example of "/greeting.jsp"
<%@ taglib uri="http://java.sun.com/jsf/html"; prefix="h" %>
/greeting.jsp
success
/response.jsp
Does this look ok?
M--
This email message and any files transmitted with it contain con
I'm guessing your running on Tomcat? If so, can you look for the stack
trace that should accompany this in localhost_log.*... that should give
you more of a clue what's going on (I don't see anything obvious wrong,
but with just the snippet and no stack trace it's tough to tell)... even
if you
This is the errror:
org.apache.jasper.JasperException: An exception occurred processing JSP page
/search.jsp at line 17
14:
15:
16:
17:
18:
19:
20:
Nothing seems wrong with my line 17!! and my html tag is declared properly..
and in my struts-config.xml:
Wondering what is wrong!!??
Th
Yes!
Thank you! I feel pretty stupid now, but i guess sometimes we all cant see
the obvious...
Vikas.
On 6/3/07, Wendy Smoak <[EMAIL PROTECTED]> wrote:
On 6/2/07, vikas rao <[EMAIL PROTECTED]> wrote:
>
> I get this error:
> org.apache.jasper.JasperException: /search.jsp(36,0) According to
11 matches
Mail list logo