://tomcat.apache.org/tomcat-9.0-doc/changelog.html (look for "Tomcat
9.0.0.M1 (markt)")
Regards
Patrick Arnoldy
-Ursprüngliche Nachricht-
Von: Lukasz Lenart
Gesendet: Mittwoch, 6. März 2024 08:10
An: Struts Users Mailing List
Betreff: Re: Struts 6.3 Issue Uploading Files
Ca
Please ignore. After clearing Firefox browser cache the issue disappeared.
Patrick Kelly
PatrickKelly
PrincipalConsultant
*River**Dynamics*
E: patrick.ke...@riverdynamics.com <mailto:patrick.ke...@riverdynamics.com>
W: www.riverdynamics.com <http://www.riverdynamics.com/>
On 5/0
level
error message it displays left justified above the field with the error
(Chrome/MS-IE/MS-Edge are all OK with the message still being centered
on the page).
I am assuming this is a bug with the 2.5.x code stream. Is there
something I can do to correct the alignment?
Regards - Patrick
I think I figured it out
I need to use style="float: left" instead of align="left"
If that is not the recommended approach then left me know.
Patrick Kelly
PatrickKelly
PrincipalConsultant
*River**Dynamics*
E: patrick.ke...@riverdynamics.com <mailto:patrick.ke.
Hi - I am upgrading from 2.3.32 to 2.5.10.1 and have noticed that the
"submit" tag behaves differently.
In 2.3.32 will left align the
submit button.
In 2.5.10.1 has the button right
aligned.
Has the syntax changed?
Regards - Patrick
--
Patrick Kelly
PatrickKelly
Principal
Are the jquery (espectially the sj:datepicker) & bootstrap plugins
compatible with Struts 2.5.2?
--
Patrick Kelly
PatrickKelly
PrincipalConsultant
*River**Dynamics*
E: patrick.ke...@riverdynamics.com <mailto:patrick.ke...@riverdynamics.com>
W: www.riverdynamics
A general question. The UI in our Struts2 system is starting to look a
bit old fashioned & tired.
I am wondering what approaches other people have taken in integrating
more modern UI technology into their Struts2 systems?
Regards - Patrick
--
Patrick Kelly
PatrickKelly
PrincipalConsul
correct
Patrick Kelly
PatrickKelly
PrincipalConsultant
*River**Dynamics*
E: patrick.ke...@riverdynamics.com <mailto:patrick.ke...@riverdynamics.com>
W: www.riverdynamics.com <http://www.riverdynamics.com/>
On 29/06/2016 5:48 PM, Anamika Chourasiya wrote:
Hi
As per my underst
quot;%{getText('theBean.field1.tooltip')}"/>
requiredLabel="true" tooltip="%{getText('theBean.field2.tooltip')}"/>
Field
Group 2
requiredLabel="true" tooltip="%{getText('theBean.field3.tooltip'
ttom half of the
screen a lot. And it does work OK. Except for this screen which is the
1st time we have experimented using the doubleselect tag.
I thought maybe the problem was some of the auto generated code that
gets inserted into the html when the page loads. Perhaps the 2nd field
in the d
Christoph - I think so. It was not throwing any javascript errors in
Firefox javascript console.
It was defined in the doubleselect statement below and i could see it in
the generated html in view page source.
Patrick Kelly
PatrickKelly
PrincipalConsultant
*River**Dynamics*
E
ement;
document.getElementById("itemReplacementUrl").value =
itemReplacementUrl;
document.getElementById("itemReplacementValue").value =
itemReplacementValue;
document.getElementById("itemValidationStatus").value =
itemValidationStatus;
document.getElementById(
Not seen this happen myself, what struts jar's do you have as it might be
something like the convention plugin...
If your using maven then it might be useful for others to include what
specific maven dependencies your including so potentially someone else can
try using the exact same jars.
John
e with me?
Regards - Patrick
--
Patrick Kelly
PatrickKelly
PrincipalConsultant
*River**Dynamics*
E: patrick.ke...@riverdynamics.com <mailto:patrick.ke...@riverdynamics.com>
W: www.riverdynamics.com <http://www.riverdynamics.com/>
jquery plug-in (which is
new to me). Is that supposed to do everything that dojo does like date
widget and support for div tags & event publish & subscribe?
Regards - Patrick
Patrick Kelly
PatrickKelly
PrincipalConsultant
*River**Dynamics*
E: patrick.ke...@riverdynamics.com <mailto
If I include theme="dojo" on the sx:datetimepicker it throws an error
"Attribute theme invalid for tag datetimepicker according to tld"
Patrick Kelly
PatrickKelly
PrincipalConsultant
*River**Dynamics*
E: patrick.ke...@riverdynamics.com <mailto:patrick.ke.
yes I have the sx:head tag - and no I can't see any javascript errors in
Firebug.
Patrick Kelly
PatrickKelly
PrincipalConsultant
*River**Dynamics*
E: patrick.ke...@riverdynamics.com <mailto:patrick.ke...@riverdynamics.com>
W: www.riverdynamics.com <http://www.riverdynamics.com/&
usive"
emptyOption="false"
list="#{'No':'No', 'Yes':'Yes'}"/>
value="Save" />
There are 2 problems:
- the field "createDate" is not populated when the user cli
Hi - I am migrating a Webwork application to Struts 2 and am trying to
figure out how to use the Struts 2 date pickers with theme = simple.
Regards - Patrick
--
Patrick Kelly
PatrickKelly
PrincipalConsultant
*River**Dynamics*
E: patrick.ke...@riverdynamics.com <mailto:patrick
try pastebin.com or gist.github.com as they do syntax highlighting and
saves people having the whole xml blob in an email, also line numbers can
be commented upon correctly as it might be different depending what your
viewing it in.
On 6 March 2014 13:04, Fredrik Andersson wrote:
> Yes you are
Hi,
Having some issues around automated testing using struts2-junit-plugin
accessing a jsp via struts2-convention-plugin.
Basically the following two url's;
http://struts.apache.org/release/2.3.x/docs/convention-plugin.html
http://struts.apache.org/release/2.3.x/docs/struts-2-junit-plugin-tutoria
has worked
without declaring the bean since we upgraded to Struts 2.1.8 in 2010. Should
I add this to struts.xml?:
Should I also add a bean for our custom validator manager that uses @Inject?
We currently have this in struts.xml but no :
--
Patrick
2013/9/19 Lukasz Lenart [lukaszlen...@apache.org]:
>2013/9/18 Patrick Savage :
>> We are using XWork's @Inject in Struts 2.3.1.2 to inject a
>> DefaultObjectTypeDeterminer into a custom type converter. Since upgrading
>> from Java 1.6.0_33 to 1.7.0_25, this injection doe
ctTypeDeterminer(det);
}
...
}
As a workaround, we lazily get the DefaultObjectTypeDeterminer by calling
Dispatcher.getInstance().getContainer().getInstance(ObjectTypeDeterminer.cla
ss). This seems to be a reasonable workaround, but is there a way to fix the
in
On 24 June 2011 12:00, Greg Akins wrote:
>> On Fri, Jun 24, 2011 at 6:48 AM, Patrick McCourt wrote:
>>> I’ve got 2 Struts 2 applications running on Tomcat 6.0.
>>>
>>> In summary the main application is a manager application for requests
>>> in our
I’ve got 2 Struts 2 applications running on Tomcat 6.0.
In summary the main application is a manager application for requests
in our company, application 2 is a handler for a specific request
type.
I want to make a link to go to that application whilst keeping the
information from the session in
Wes, why do I want to know this? Can't you email Robert directly:
rtay...@dtgresults.com
-Original Message-
From: Wes Wannemacher [mailto:w...@wantii.com]
Sent: Thursday, May 26, 2011 10:09 AM
To: Struts Users Mailing List
Subject: Re: [OT] Re: Job postings
I'm not in the Atlanta, GA are
Can interested people please have this conversation with Robert privately,
instead of on the list. I don't need to see all the back and forth on
this.
-Original Message-
From: Robert Taylor [mailto:rtay...@dtgresults.com]
Sent: Thursday, May 26, 2011 10:01 AM
To: Struts Users Mailing List
Hi!
When using "s:select", if the list of data returned by my java class contains
strings that have unicode characters in them, "s:select" fails to generate the
entire tag, it dies at the unicode character.
For example, this tag:
When "userTypeList" has as its first item the string "Actualiz
Running the binary dist of Tomcat?
tomcat.exe / tomcatw.exe
PK
Todd Grigsby wrote:
Patrick J Kobly wrote:
Todd Grigsby wrote:
Other native apps. The Java apps are being migrated from a 32-bit
environment (WinXP and Java 32-bit + Struts 1.1), and they worked
there. I don't want to
java.util.UUID.randomUUID() ?
http://java.sun.com/j2se/1.5.0/docs/api/java/util/UUID.htm
PK
jayakumar ala wrote:
I am trying to upload multiple files in my application , So i am looking for
different approach to create unique Id for all the uploaded files. Any
suggestions are appreciated.
O
Todd Grigsby wrote:
Other native apps. The Java apps are being migrated from a 32-bit
environment (WinXP and Java 32-bit + Struts 1.1), and they worked
there. I don't want to point to any one thing, since every part of
the equation is a newer version of what was there before, but at this
poi
Do you have other Java apps working, or just other native apps?
PK
Todd Grigsby wrote:
It's all 64-bit, installed correctly enough to work from other apps.
I will try the Sun forums.
TG
-
To unsubscribe, e-mail: user-
n one of those two places.
PK
Thanks for the suggestions. I'll keep digging.
TG
Patrick J Kobly wrote:
Perhaps try using a 64-bit JVM or installing the 32-bit ODBC
driver... The first couple of Google hits when searching for the
error message provided seem to suggest hints for inst
Perhaps try using a 64-bit JVM or installing the 32-bit ODBC driver...
The first couple of Google hits when searching for the error message
provided seem to suggest hints for installing the 32-bit ODBC driver
under 64-bit Windows. You are likely to get more traction on this
question asking it
I'm trying to go with an all-annotation based configuration for a
project I'm working on, and now have the desire to use a scope
interceptor in my app. The following is an example of my current
ideas, but I'm not sure it's working correctly (I have a sneaking
suspicion that I'm modifying the stack
ue to follow?
Cheers,
Felipe
--
Patrick
Kobly,
CISSP
T:
403-274-9033
C:
403-463-6141
F:
866-786-9459
56 388 Sandarac Dr NW
Calgary,
Alberta
T3K 4E3
http://www.kobly.com
begin:vcard
fn:Patrick Kobly
n:Kobly;Patrick
adr:;;56 388 Sandarac Dr NW;Calgary;AB;T3K 4E3;Canada
email;internet:[EMAIL PROTEC
ereas it ran just fine on MP1.
Any other WebLogic developers out there experience any of these issues?
- Patrick.
-Original Message-
From: Alex Shneyderman [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 18, 2008 2:45 AM
To: Struts Users Mailing List
Subject: Re: Something odd with deplo
lt;%@ taglib uri="/struts-tags" prefix="s" %>
Thank you,
Patrick Crocker
***
Bear Stearns is not responsible fo
nd keep up the great work!
Patrick Crocker
***
Bear Stearns is not responsible for any recommendation, solicitation,
offer or agreement or any information about any transaction, customer
account or account activity contai
is the following correct?
if i add a actionErrorMessage in one Action and call in the jsp-File
another action, that the execute-method of the second Action is not
executed?
greetings
Patrick
--
Diplom-Informatiker Patrick Hesse
E-Mail: [EMAIL PROTECTED]
Web: http://www.patrick-hesse.de
And what if you are using a different ObjectFactory... such as Spring?
- Patrick.
-Original Message-
From: Don Brown [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 22, 2007 5:26 AM
To: Struts Users Mailing List
Subject: Re: [S2] how to get the constants in struts.xml
programmatically
Shouldn't your action class be set to
"com.ourcompany.struts.action.profile.ProfileAddress"?
Aside from that, can you share the editProfile.jsp file?
- Patrick.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Scott Kingdon
Sent: Tuesday,
idation is performed. however, if
validation was needed for these, validation files could be created for
them: "MySpringAction-crud_delete-validation.xml" and
"MySpringAction-crud_cancel-validation.xml", respectively.
Thanks for your help Jeromy!
- Patrick Crocker.
-Origin
I'm using Struts-2.0.8 and the XWork validation xml files (Example:
MyActionClass-validation.xml).
I know that you can restrict the execution of the validation by
following the XWork alias naming convention:
MyActionClass-crud-validation.xml
This works just fine, and the validation only occurs f
G'day,
I appear to have resolved this issue that I kept running into with the
Jasper Reports plugin...
If I have an action defined as:
WEB-INF/foo.jasper
${contentType}
dataSource
/servlets/image?image=
Download a more recent JVM for Tomcat to use. Looks like struts needs
1.5+...
PK
Jack Yu wrote:
Ok, I found the error from the log
==
2007-05-07 12:51:55 StandardContext[/manager]HTMLManager: start: Starting
web application at '/struts2-b
MarcusFenix wrote:
All the time, I was thinking about that "staticly instatiate" means -
instatiate the object without using a "new" operator. And I was wrong :///
could U tell me what`s "static instatiate"? I`m search in google, but i
don`t find answer... This`s connotated with getInstanceOf met
Is there a table tag lib suitable for use on a tab page?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Shahak Nagiel wrote:
For rendering tables, I strongly recommend the SourceForge Display Tag library
(http://displaytag.sourceforge.net/11/index.html) over Table Tags. The latter
offers better Struts and FreeMarker integration, but Display Tag is far more
evolved from an API perspective and ab
I found something nice about JBuilder (version 2006, anyway): If you
paste cyrillic into a .props file and then save it, it will escape it
for you (you don't see it until you reopen the file). Then, you just
need to put UTF-8 in the HTML file.
Pedro Herrera wrote:
when is 2.0.8 release coming up ?
Tks
Herrera
2.0.7 was released? Where do I get it? The apache.org site is showing
2.0.6 still.
tia, Patrick
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
Is it and is http://cwiki.apache.org/S2PLUGINS/table-tags.html the
appropriate replacement?
tia, Patrick (struts newb, just starting with Struts 2)
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail
You probably want st like:
The problem is that the servlet request is set by an interceptor
(servlet-config) that is in the default stack defined in
struts-default. The jasperreports-default package does not define any
interceptor stacks, and does not extend any other packages.
PK
Christ
G'day,
This is probably the suck, but:
template.jsp:
<[EMAIL PROTECTED] prefix="s" uri="/struts-tags" %>
<[EMAIL PROTECTED] import='com.opensymphony.xwork2.ActionContext' %>
Some header stuf
<%!
String
actionname=(String)ActionContext.getContext().get(ActionConte
G'day,
Don't know if this has been mentioned before, but 'twould be useful to
be able to get StreamResult to take the contentType param as an index
into the value stack (I have an action that determines content type
based on user input). Worked around this by extending StreamResult and
overr
x27;s what I had in my app for in the servlet config:
org.apache.struts.ActionServlet
enough said...
Patrick Grimard
M.I.S.
XTL Transport Inc.
T. (514) 636-1499 Ext. 5991
T. (800) 636-2138 Ext. 5991
F. (514
ull stack trace of the root cause is available in the Apache
Tomcat/5.5.20 logs.
Patrick Grimard
M.I.S.
XTL Transport Inc.
T. (514) 636-1499 Ext. 5991
T. (800) 636-2138 Ext. 5991
F. (514) 636-5700
Just posted my struts-config.xml. It does have a global forward called "search"
"Dave Newton"
<[EMAIL PROTECTED]
Hi Patrick,
Have you tried putting a slash:
If that doesn't solve your problem, I suspect that you would need to post
the content of your struts-config.xml file...
Good luck!
Pierre
2007/1/18, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
I'm new to JSP and Struts. I'm trying to learn from a book I bought, but I'm
getting an error on my index.jsp page. Not sure what the problem is and I've
spent all day trying to figure it out. Any help is appreciated.
HTTP Status 500 -
type Exception report
message
description The serve
it on user input.
Thanks for the help!
Patrick
--
J. Patrick Bedell
[EMAIL PROTECTED]
http://infoeng.sourceforge.net
http://rothbardix.blogspot.com
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e
Struts?
Thanks for the help!
Patrick
[EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi,
I am new to struts and played with the struts mail reader framework and could
not resolve the following puzzling,
In Registration.jsp there is an iteration statement.
I searched on web and did some of my research, here is my understanding.
subscriptions is name of th
How about:
String realPath = getServletContext().getRealPath("");
Then modify to get to the correct directory.
Thanx, PLA
Ashish Kulkarni wrote:
Hi
Here is a data structure in my web project,
c:\myproject -
|
- pages -
|
m
Hello,
I'm using struts 1.2.4 upload feature
I have created an upload jsp page that is customized according to some
parameters from a form bean (the form bean is also used to store the file
object).
Http Request ---> populateFormAction
JSP page --> submitUploadAction
The form bean is po
Thanks David.
PLA
David G. Friedman wrote:
Patrick,
I read some Java themed RSS feeds and saw this link to Java RSS classes this
week:
http://wiki.java.net/bin/view/Javawsxml/Rome
https://rome.dev.java.net/
Be sure to skim over the 6 tutorials onhow to read and create RSS feeds:
http
Hey
Sorry for the unrelated Struts question but Googling for this was like
trying to find a needle in a haystack.
Is anyone generating RSS feeds with Java? If so, what APIs are you
using? I've tried RSS4j at http://www.churchillobjects.com/c/13005.html
. It is working OK but I was wondering wh
I want to display a message on a jsp as a result of a user logging on.
I do a saveMessages() in my Action class then forward to my jsp.
Nothing is displayed. Can anyone see what I am doing wrong?
Thanks, Patrick
In my Action class:
ActionMessage msg = new
object
in my app server layer. I'd rather not duplicate.
Thanks.
Patrick
Joe
I use Hibernate on one of my JavaServletHosting.com sites without any
problems. They set up a DBCP connection pool for me and I took it from
there.
Thanx, PLA
Joe Hertz wrote:
JavaServletHosting is the one with the problem.
And I *really* like them in all other respects. :-(
-Joe
http://
http://javaservlethosting.com/ works for me.
Thanx, PLA
Joe Hertz wrote:
I dont see Struts supporting hosting companies on the wiki. It used to be on
the site before the resources link pointed you to the wiki IARC.
I just found out that the hosting company I use decided that they won't let
you de
I've been trying to solve that issue for 3 days now I went also to the Net trying to
find all information related to this but no way. I tried everything I know and all I
found out but the error still the same.
Can you help me please.
Here are some information you need to check my code.
Hi,
What we do in our project is, we have a top level exception class, say,
RootException(), which does nothing.
Then you keep all your try catch, if you do whatever you want in the
catch block, but at the end, you re
' throw new RootException("with your description in it") '
Now your global exc
Can anybody help me??
Thanks. Patrick.
| Forschungszentrum Karlsruhe
| Institut für angewandte Informatik
| Patrick Arnold
| <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED]
| <http://www.iai.fzk.de/> www.iai.fzk.de
Hello,
Thank you for taking the time to look at my post. Any help would be
greatly appreciated.
I am having a problem with struts validation. It seems everything is
working GREAT as far as the javascript being created and working fine
for the rules of my validation. The problem I am having
Has anyone encountered this error when trying to create a new
Properties file in Strust Studio?
I think this is my problem because everything with my client side
validation works fine except my error messages are not being passed
to the javascript. Here is the javascript being created to show
use the secure property.
The struts-config entry for the action looks like this:
Can anybody tell me how I can solve this problem?
Regards,
Patrick
--
/\/\ Cambridge
\/\/ Technology Partners
Cambridge Technology P
78 matches
Mail list logo