AW: Struts 6.3 Issue Uploading Files

2024-03-05 Thread Patrick Arnoldy
://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

Re: Left justified field error messages in 2.5.10.1

2017-04-04 Thread Patrick Kelly
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

Left justified field error messages in 2.5.10.1

2017-04-04 Thread Patrick Kelly
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

Re: horizontal alignment of tag

2017-04-03 Thread Patrick Kelly
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.

horizontal alignment of tag

2017-04-02 Thread Patrick Kelly
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 jquery & bootstrap plugins compatible with Struts 2 2.5.x

2016-09-16 Thread Patrick Kelly
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

Modernize the user interface

2016-08-16 Thread Patrick Kelly
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

Re: jQuery query

2016-06-29 Thread Patrick Kelly
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

jQuery query

2016-06-29 Thread Patrick Kelly
quot;%{getText('theBean.field1.tooltip')}"/> requiredLabel="true" tooltip="%{getText('theBean.field2.tooltip')}"/> Field Group 2 requiredLabel="true" tooltip="%{getText('theBean.field3.tooltip'

Re: double select tag

2015-02-18 Thread Patrick Kelly
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

Re: double select tag

2015-02-18 Thread Patrick Kelly
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

double select tag

2015-02-17 Thread Patrick Kelly
ement; document.getElementById("itemReplacementUrl").value = itemReplacementUrl; document.getElementById("itemReplacementValue").value = itemReplacementValue; document.getElementById("itemValidationStatus").value = itemValidationStatus; document.getElementById(

Re: Struts2 namespace confusion

2014-05-24 Thread John Patrick
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

Dojo to jquery migration

2014-04-10 Thread Patrick Kelly
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/>

Re: datetimepicker used in conjunction with theme=simple form

2014-04-07 Thread Patrick Kelly
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

Re: datetimepicker used in conjunction with theme=simple form

2014-04-07 Thread Patrick Kelly
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.

Re: datetimepicker used in conjunction with theme=simple form

2014-04-07 Thread Patrick Kelly
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/&

datetimepicker used in conjunction with theme=simple form

2014-04-07 Thread Patrick Kelly
usive" emptyOption="false" list="#{'No':'No', 'Yes':'Yes'}"/>   value="Save" /> There are 2 problems: - the field "createDate" is not populated when the user cli

Date widget use with simple theme

2014-04-04 Thread Patrick Kelly
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

Re: Why do I get this XHTML validation errors?

2014-03-06 Thread John 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

StrutsTestCase issues with basic jsp via convention plugin

2014-02-23 Thread John Patrick
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

RE: XWork injection intermittently skipped

2013-09-24 Thread Savage, Patrick
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

RE: XWork injection intermittently skipped

2013-09-19 Thread Patrick Savage
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

XWork injection intermittently skipped

2013-09-18 Thread Patrick Savage
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

Re: Linking to another application

2011-06-24 Thread Patrick McCourt
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

Linking to another application

2011-06-24 Thread Patrick McCourt
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

RE: [OT] Re: Job postings

2011-05-26 Thread Patrick Cosmo
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

RE: [OT] Re: Job postings

2011-05-26 Thread Patrick Cosmo
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

unicode breaks s:select?

2010-12-15 Thread Patrick Cosmo
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

Re: MySQL + JDBC

2009-12-15 Thread Patrick J Kobly
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

Re: Unique Id creation

2009-12-15 Thread Patrick J Kobly
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

Re: MySQL + JDBC

2009-12-15 Thread Patrick J Kobly
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

Re: MySQL + JDBC

2009-12-15 Thread Patrick J Kobly
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-

Re: "specified DSN contains an architecture mismatch"

2009-12-15 Thread Patrick J Kobly
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

Re: "specified DSN contains an architecture mismatch"

2009-12-14 Thread Patrick J Kobly
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

Struts 2.1.6, Convention plugin, and Scope interceptor

2009-04-03 Thread Patrick Aikens
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

Re: Jasper Report Plugin

2008-07-04 Thread Patrick J Kobly
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

RE: Something odd with deployment to WL 10

2008-03-18 Thread Crocker, Patrick
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

[S2.0.11] TabbedPanel remote div loads twice on notifyTopic

2007-11-13 Thread Crocker, Patrick
lt;%@ taglib uri="/struts-tags" prefix="s" %> Thank you, Patrick Crocker *** Bear Stearns is not responsible fo

Struts 2.1 release date?

2007-11-08 Thread Crocker, Patrick
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

addActionError and execute

2007-09-24 Thread Patrick Hesse
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

RE: [S2] how to get the constants in struts.xml programmatically?

2007-08-22 Thread Crocker, Patrick
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

RE: Validation dies because of request param array?

2007-07-03 Thread Crocker, Patrick
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,

RE: [S2] Validation alias

2007-07-03 Thread Crocker, Patrick
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

[S2] Validation alias

2007-07-02 Thread Crocker, Patrick
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

Caught OgnlException while setting property 'imageServletUrl'

2007-06-28 Thread Patrick J Kobly
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=

Re: problem with Struts 2 setup -The requested resource (/struts2-blank-2.0.6/) is not available

2007-05-07 Thread Patrick J Kobly
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

Re: [S2] sending multiple 'bank account' objects to view page

2007-05-07 Thread Patrick J Kobly
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

Table Tags suitable for use on tabbedpanel?

2007-05-04 Thread Patrick J. Maloney
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]

Re: CSS styles for Table Tags

2007-05-03 Thread Patrick J. Maloney
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

Re: utf-8 resource files in struts

2007-05-01 Thread Patrick J. Maloney
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.

Re: When will Struts 2.1 be released?

2007-05-01 Thread Patrick J. Maloney
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

S2 going away?

2007-04-27 Thread Patrick J. Maloney
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

Re: Struts 2 Jasper Reports Plugin

2007-04-10 Thread Patrick J Kobly
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

Re: Common header and footer html

2007-03-30 Thread Patrick J Kobly
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

Parsed contentType in Stream result type, JR plugin

2007-03-29 Thread Patrick J Kobly
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

Re: causing Exception in JSP

2007-01-18 Thread Patrick . Grimard
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

Re: causing Exception in JSP

2007-01-18 Thread Patrick . Grimard
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

RE: causing Exception in JSP

2007-01-18 Thread Patrick . Grimard
Just posted my struts-config.xml. It does have a global forward called "search" "Dave Newton" <[EMAIL PROTECTED]

Re: causing Exception in JSP

2007-01-18 Thread Patrick . Grimard
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]>

causing Exception in JSP

2007-01-18 Thread Patrick . Grimard
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

[offtopic] periodic cleanup task scheduling for webapp?

2006-12-04 Thread J. Patrick Bedell
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

making complex objects available for View to extract subobjects

2006-10-04 Thread J. Patrick Bedell
Struts? Thanks for the help! Patrick [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

struts mailreader logic-iterate

2005-11-16 Thread Patrick Wang
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

Re: [OT] get real path to jar file in jsp folder

2005-04-11 Thread Patrick L Archibald
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

FileUpload question?

2004-12-30 Thread patrick peiffer
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

Re: Generating RSS feeds with Java

2004-11-12 Thread Patrick L Archibald
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

OT: Generating RSS feeds with Java

2004-11-12 Thread Patrick L Archibald
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

newbie question - can't get message to display

2004-11-10 Thread Patrick Beagan
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

VO usage

2004-11-09 Thread Patrick Beagan
object in my app server layer. I'd rather not duplicate. Thanks. Patrick

Re: [OT] Hosting Companies

2004-10-24 Thread Patrick L Archibald
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://

Re: [OT] Hosting Companies

2004-10-23 Thread Patrick L Archibald
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

javax.servlet.ServletException: Cannot find bean dblist in scope request

2004-07-02 Thread AKEDJO Guy-Patrick
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.

RE: Help with using declarative error handling

2004-05-17 Thread Patrick Cheng
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

checkbox and DynaActions

2004-04-22 Thread Arnold, Patrick
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

Hopefully a common Validation error

2004-04-13 Thread Patrick
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

Cannot find Struts Studio model element

2004-04-13 Thread Patrick
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

secure property does not seem to work when redirect=true is specified in the forward?

2004-04-02 Thread Patrick Stevens
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