Irene,
Quick question, why can't you move to Servlet 2.4 since you are working
with Tomcat 5.
There are lot of good things that come with JSP 2.0 which can be applied
that will make developers more productive.
When i joined my project it was on Tomcat 5 and Struts 1.2.4. but on JSP
1.2. I jus
Hi Alex,
I think that you have same problem like me, take a look at ->
https://issues.apache.org/struts/browse/WW-1839
Regards,
- Tapio
-
I am trying to get Struts2 running on top of Websphere 6.1 and I am having
some issues with this. These issues also occur in the Struts2Showcase.
Thanks guys for your replies, now the application is working. What i did is i
copy some code from the eaxmple application shipped with the API and modify
it according to my needs and voila it's working. Now even i don't know
what's wrong with the earlier version even if i compared boith and coudn'
Sorry, Paul, for the silence. I was away for the last few days.
Unfortunately, as I mentioned on my previous post on this topic, I have to
lay that matter aside for the next week (battling convoluted CSS designs at
the moment!). So nothing has changed on the actionId front... I hope to
come bac
I just tried to generate json result by using Json plugin.
But I found that the result is cutted,not a well-formed json result.
After debugging ,I found the reason,one of my string property of the
struts action isn't a iso-8859-1 encoding string.
In the method "execute" of class JSONResult,you co
Hi,
We got lot of allready written code with method
signatures where it has HttpServletRequest as the in
parameter. for e.g. request.getContextPath();
Other reason is it works in a normal struts 2.0.6
application, I wanted to do the same in the portlet
without accessing portlet specific classes.
--- Martin Gainty <[EMAIL PROTECTED]> wrote:
> if you change struts2 filter all e.g.
> /* to *some other
> characteristic* specific to your struts2 classes in
> web.xml
Be aware that this may disrupt S2's serving of static
content unless you plan accordingly.
d.
___
Marcin-
if you change struts2 filter all e.g. /* to *some
other characteristic* specific to your struts2 classes in web.xml
struts2
/*
HTH,
Martin
---
This e-mail message (including attachments, if any) is int
Hello,
I have struts2 application with FilterDispatcher mapping in web.xml
set to /*. I would like to have in my application a few regular
Servlets, let say with url:
http://localhost:8080/MyStrutsApp/regularServlets/Servlet1 This
servlet should not be filtered by Struts filter and I don't want
2007/3/25, Dave Newton <[EMAIL PROTECTED]>:
--- Célio Cidral Junior wrote:
Is it declared with scope="prototype"?
Oh noes! I fotgot about the scope! :-(
MY APOLOGIES! MY APOLOGIES!
Célio.
-
To unsubscribe, e-mail: [EMAIL PRO
--- Célio Cidral Junior wrote:
> [S2 validation messages not being cleared]
You didn't include your Spring config for the action,
which is a lot more important than the getters and
setters.
Is it declared with scope="prototype"?
d.
___
An action has this validation config:
Campo obrigatório
Campo obrigatório
[a-z]+
yes I see it
Thx,
M-
---
This e-mail message (including attachments, if any) is intended for the use of
the individual or entity to which it is addressed and may contain information
that is privileged, proprietary , confiden
--- Martin Gainty <[EMAIL PROTECTED]> wrote:
> Could we see the action from action-mappings
> (specifically path/type/name/scope config) from
> struts-config.xml ?
???
They're in the OP, although it's S2, not S1.
d.
___
Could we see the action from action-mappings (specifically path/type/name/scope
config) from struts-config.xml ?
Thx,
M-
---
This e-mail message (including attachments, if any) is intended for the use of
the individual or en
From: "struts2" <[EMAIL PROTECTED]>
> The requested resource
(/hello_world/example/HelloWorld.action)
> is not available.
I'd be suspicious of your deployment process; at first
glance, at least, the configuration seems okay.
Are there any startup errors in the log files? Do you
have devMode turne
Hey, nested tags should be actually cited, at least in the 1.3.5 faqs
at http://struts.apache.org/1.3.5/struts-taglib/indexedprops.html !
However, found a very simple solution that works perfectly!
Thanks with nabble.com and it's powerful search function :-)
Bye,
Francesco
Hi! What i'm trying to obtain is somewhat described in the faqs here,
http://struts.apache.org/1.2.9/faqs/indexedprops.html , using the
struts EL extension.
This is the problem: i have an ArrayList of objects, called "list",
all of type "Type". I want to individually write on the field "field1"
o
hi,
I hope you are using a servlet container that support 2.4 spec., change your
web.xml .xsd to 2.4 one like below.
http://java.sun.com/xml/ns/j2ee";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/w
19 matches
Mail list logo