Re: [EXTERNAL] Re: Trouble with tag after upgrading from struts v2.5.31 to v6.3.0.2

2024-01-12 Thread Lukasz Lenart
bbf4[war:BBS/BBSWeb.war] > > Can you please assist us. > > Thanks. > > > Noel Deleon > CRIS/ICRIS, 201-828-8524 > > > > > > > > > -Original Message- > From: Lukasz Lenart > Sent: Friday, January 12, 2024 12:40 AM > To: Struts Users M

RE: [EXTERNAL] Re: Trouble with tag after upgrading from struts v2.5.31 to v6.3.0.2

2024-01-12 Thread ndeleon
] Re: Trouble with tag after upgrading from struts v2.5.31 to v6.3.0.2 CAUTION! This email originated outside of the organization. Please do not open attachments or click links from an unknown or suspicious origin. == czw., 11

Re: Trouble with tag after upgrading from struts v2.5.31 to v6.3.0.2

2024-01-11 Thread Lukasz Lenart
czw., 11 sty 2024 o 22:49 Burton Rhodes napisał(a): > > If I were to guess they removed the "?no_esc" flag in version 6.x in the > .ftl file. That said, it's easy to override this. (Assuming you are > using the Struts "simple" template) Locate the file > [struts2-core-6.3.0.2.jar]\template\simpl

Re: Trouble with tag after upgrading from struts v2.5.31 to v6.3.0.2

2024-01-11 Thread Burton Rhodes
#rt/> ${itemValue?no_esc}<#t/> They most likely removed it due to security issues, but feel free to change if you feel it's "safe". I tested the above code and it worked for me. Thanks, Burton -- Original Message -- From "Pranish Srigiri"

Re: Trouble with tag after upgrading from struts v2.5.31 to v6.3.0.2

2024-01-11 Thread Pranish Srigiri
Hi Lukasz, I tried testing with the latest Snapshot generated on the 9th of Jan. Good news is, the issue is resolved in this version. Thank you for all the help. I have an other question related to the same tag. We've used the tag like this in one of our pages. The above tag was rendered like t

Re: Trouble with tag after upgrading from struts v2.5.31 to v6.3.0.2

2024-01-09 Thread Pranish Srigiri
Thanks for all the information Lukasz. Regards, Pranish Srigiri Sent from Gmail Mobile On Wed, 10 Jan 2024 at 1:29 AM, Lukasz Lenart wrote: > wt., 9 sty 2024 o 20:01 Pranish Srigiri napisał(a): > > Hi Lukasz, > > I'm not sure if the PR is included in the present Snapshot available > here. >

Re: Trouble with tag after upgrading from struts v2.5.31 to v6.3.0.2

2024-01-09 Thread Lukasz Lenart
wt., 9 sty 2024 o 20:04 Pranish Srigiri napisał(a): > I also noticed that 6.4 requires a new dependency called caffein. My server > wasn't starting until I included this dependency, > https://central.sonatype.com/artifact/com.github.ben-manes.caffeine/caffeine Yes, this is something to be address

Re: Trouble with tag after upgrading from struts v2.5.31 to v6.3.0.2

2024-01-09 Thread Lukasz Lenart
wt., 9 sty 2024 o 20:01 Pranish Srigiri napisał(a): > Hi Lukasz, > I'm not sure if the PR is included in the present Snapshot available here. > https://repository.apache.org/content/groups/snapshots/org/apache/struts/struts2-core/6.4.0-SNAPSHOT/ > I tried to test with this version of the Snapshot

Re: Trouble with tag after upgrading from struts v2.5.31 to v6.3.0.2

2024-01-09 Thread Pranish Srigiri
I also noticed that 6.4 requires a new dependency called caffein. My server wasn't starting until I included this dependency, https://central.sonatype.com/artifact/com.github.ben-manes.caffeine/caffeine Thanks and Regards, Pranish Srigiri On Wed, Jan 10, 2024 at 12:31 AM Pranish Srigiri wrote:

Re: Trouble with tag after upgrading from struts v2.5.31 to v6.3.0.2

2024-01-09 Thread Pranish Srigiri
Hi Lukasz, I'm not sure if the PR is included in the present Snapshot available here. https://repository.apache.org/content/groups/snapshots/org/apache/struts/struts2-core/6.4.0-SNAPSHOT/ I tried to test with this version of the Snapshot but unfortunately the issue wasn't resolved, so I guess the P

Re: Trouble with tag after upgrading from struts v2.5.31 to v6.3.0.2

2024-01-09 Thread Lukasz Lenart
pon., 8 sty 2024 o 20:21 Pranish Srigiri napisał(a): > Hi Lukasz, > I think the PR could address the problem. I see that the fix-version of > WW-5365 is 6.4. When do you think v6.4 is going to go 'GA'? Is there a way > to test this PR? Version 6.4.0 will be released once this issue is resolved [1

Re: Trouble with tag after upgrading from struts v2.5.31 to v6.3.0.2

2024-01-08 Thread Pranish Srigiri
Hi Burton, The values are not based off an enum. The radio is linked to a String in the Action. I came across a question posted by Nate Kerkhofs on the 23rd of Nov, 2023. This helped me in resolving the issue by removing the 'value' attribute from the tag. We've used the tag more than 300 times i

Re: Trouble with tag after upgrading from struts v2.5.31 to v6.3.0.2

2024-01-07 Thread Lukasz Lenart
Could this PR [1] address your problem? [1] https://github.com/apache/struts/pull/835 Regards Łukasz - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: Trouble with tag after upgrading from struts v2.5.31 to v6.3.0.2

2024-01-05 Thread Burton Rhodes
Curious... are the values based off an enum (as opposed to a String)? This was an issue for me at one point. -- Original Message -- From "Pranish Srigiri" To user@struts.apache.org Date 1/5/2024 2:46:36 PM Subject Trouble with tag after upgrading from struts v2.5.31 t

Trouble with tag after upgrading from struts v2.5.31 to v6.3.0.2

2024-01-05 Thread Pranish Srigiri
Hi All, I have a situation in my project where the radio buttons are not selected by default. This has only started happening after I upgraded struts to v6.3.0.2 Just a heads up, I've upgraded all the dependencies like OGNL, Freemarker, after I upgraded struts to v6.3.0.2 I have a tag which looks l

Re: Trouble with struts2 validation

2009-11-13 Thread Dave Newton
vikrant S wrote: Initially I did not check for null textfield and I was able to validate the username and password directly from database.but When I applied validate method in my action class It began to validate for null fields but not for stored username and password. I am pasting my code..

Re: Trouble with struts2 validation

2009-11-12 Thread Brian Thompson
t;public void setUserid(String userid) { >this.userid = userid; >} >public String getPwd() { >return pwd; >} >public void setPwd(String pwd) { >this.pwd = pwd; >} > > }

Trouble with struts2 validation

2009-11-12 Thread vikrant S
blic void setPwd(String pwd) { this.pwd = pwd; } } And my struts.xml is as follows:- http://struts.apache.org/dtds/struts-2.0.dtd";> success.jsp /login.jsp

Trouble with struts2 validation

2009-11-12 Thread vikrant S
-- View this message in context: http://old.nabble.com/Trouble-with-struts2-validation-tp26316069p26316069.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr

trouble with sx:div and actions in struts 2.1.8

2009-11-01 Thread Ronny Kristiansen
Hi, I get errors in my log and the div tag is not shown initially only when it updates. Tried with the commented action too show the content initaily both inside and outside of the sx:div tag but got the same error I have included the tag in top of t

Trouble with an action mapping

2009-02-26 Thread laredotornado
get a 404 error. What is wrong with the above or what steps can I take to troubleshoot this error? Thanks, - Dave -- View this message in context: http://www.nabble.com/Trouble-with-an-action-mapping-tp22234833p22234833.html Sent from the Struts - User mailing list archiv

Re: having trouble with type conversion in struts 2.1.6

2009-01-30 Thread Sergio Italiani
It turns out that the problem I was having - had nothing to do with type conversion. The problem was a chunk of my code that was responsible for formatting. Specifically, the exception "IllegalArgumentException: Cannot format given Object as a Number" was thrown because of (format.money i

having trouble with type conversion in struts 2.1.6

2009-01-23 Thread Sergio Italiani
Hi All! Could anybody please tell me if I should add anything to the struts2blank project (of struts 2.1.6) so that type conversion error handling ( i mean the --> invalid.fieldvalue.fieldname) would work properly. I am clearly missing something, because instead of displaying invalid.fieldvalue m

RE: Trouble with using struts tags in freemarker files

2007-10-28 Thread Dave Newton
ontpage > > > Thank you so much in advance for your assistance! > > ALM > > > -Opprinnelig melding- > Fra: Dave Newton [mailto:[EMAIL PROTECTED] > Sendt: 11. oktober 2007 15:41 > Til: Struts Users Mailing List > Emne: Re: Trouble with using struts tags

RE: Trouble with using struts tags in freemarker files

2007-10-15 Thread anine.louise.medhus-dale
your assistance! ALM -Opprinnelig melding- Fra: Dave Newton [mailto:[EMAIL PROTECTED] Sendt: 11. oktober 2007 15:41 Til: Struts Users Mailing List Emne: Re: Trouble with using struts tags in freemarker files --- [EMAIL PROTECTED] wrote: > My problem is that I don't know what's the correct &g

SV: Trouble with using struts tags in freemarker files

2007-10-12 Thread anine.louise.medhus-dale
LM -Opprinnelig melding- Fra: Dave Newton [mailto:[EMAIL PROTECTED] Sendt: 11. oktober 2007 15:41 Til: Struts Users Mailing List Emne: Re: Trouble with using struts tags in freemarker files --- [EMAIL PROTECTED] wrote: > My problem is that I don't know what's the correct &g

Re: Trouble with using struts tags in freemarker files

2007-10-11 Thread Dave Newton
--- [EMAIL PROTECTED] wrote: > My problem is that I don't know what's the correct > way to reference the struts taglib. > > My code: > > <#assign s=JspTaglibs["/META-INF/struts-tags.tld"]> I'm not sure if you need to define a reference to the struts-tags to use them; have you tried it without it

Trouble with using struts tags in freemarker files

2007-10-11 Thread anine.louise.medhus-dale
Hi, I hope someone can help me with this problem. I have a freemarker file where I need to use struts tags to create url. My problem is that I don't know what's the correct way to reference the struts taglib. My code: <#assign s=JspTaglibs["/META-INF/struts-tags.tld"]> ">Link her

Re: Trouble with using struts tags in freemarker files

2007-10-05 Thread Zarar Siddiqi
I load it using the following: <#assign s=JspTaglibs["/struts-tags"]> You'll also need to load the JspSupportServlet: JspSupportServlet org.apache.struts2.views.JspSupportServlet 1 Look at the section called "Tag Support" here: http://struts.apache.o

Trouble with using struts tags in freemarker files

2007-10-05 Thread anine.louise.medhus-dale
Hi, I hope someone can help me with this problem. I have a freemarker file where I need to use struts tags to create url. My problem is that I don't know what's the correct way to reference the struts taglib. My code: <#assign s=JspTaglibs["/META-INF/struts-tags.tld"]> ">Link her

RE: struts2.0.6 -> struts2.0.9 : trouble with tiles

2007-08-23 Thread Jiang, Jane (NIH/NCI) [C]
You need to change To -Original Message- From: rom3ro [mailto:[EMAIL PROTECTED] Sent: Thursday, August 23, 2007 6:21 AM To: user@struts.apache.org Subject: struts2.0.6 -> struts2.0.9 : trouble with tiles Hello, I updgrade struts2.0.6 to struts2.0.9. All seem work expcet ti

Re: struts2.0.6 -> struts2.0.9 : trouble with tiles

2007-08-23 Thread rom3ro
/view/tiles/layout.jsp:5 > > 2: <%@ taglib prefix="s" uri="/struts-tags"%> > 3: <%@ page contentType="text/html; charset=UTF-8"%> > 4: > 5: > 6: > 7: > 8: App: > > can you help me? > > thanks > > tibo >

Re: struts2.0.6 -> struts2.0.9 : trouble with tiles

2007-08-23 Thread Dave Newton
d > GRAVE: Servlet Exception while including path > org.apache.jasper.JasperException: Exception in JSP: > /view/tiles/layout.jsp:5 > > 2: <%@ taglib prefix="s" uri="/struts-tags"%> >

struts2.0.6 -> struts2.0.9 : trouble with tiles

2007-08-23 Thread rom3ro
%@ taglib prefix="s" uri="/struts-tags"%> 3: <%@ page contentType="text/html; charset=UTF-8"%> 4: 5: 6: 7: 8: App: can you help me? thanks tibo -- View this message in context: http://www.nabble.com/struts2.0

trouble with Tiles and EventActionDispatcher

2007-08-14 Thread ddu
return mapping.findForward("waterbodyList"); } struts-config.xml tiles-defs.xml thanks! David -- View this message in context: http://www.nabble.com/tr

Re: Trouble with

2007-05-11 Thread Martin Gainty
ED]> To: Sent: Friday, May 11, 2007 4:44 PM Subject: Trouble with Hi, I have a page that has a tag like this: Now I am adding a feature that will automatically submit the form under certain circumstances, so I have some Javascript like this: document.postForm.submit(); I can

Trouble with

2007-05-11 Thread Marshall Levin
Hi, I have a page that has a tag like this: Now I am adding a feature that will automatically submit the form under certain circumstances, so I have some Javascript like this: document.postForm.submit(); I can see from http://www.chovy.com/personal/javascript-error-submit-is-not-a-f

Re: Trouble with DispatchAction

2007-05-07 Thread zuban
spatcher are available: > http://wiki.apache.org/struts/EventActionDispatcher > > Michael. > That looks fine. I'll try it out. Thanks! -- View this message in context: http://www.nabble.com/Trouble-with-DispatchAction-tf3696632.html#a103643

Re: Trouble with DispatchAction

2007-05-07 Thread Michael Jouravlev
On 5/6/07, zuban <[EMAIL PROTECTED]> wrote: Laurie Harper wrote: > > zuban wrote: >> It is working if I type manualy ExampleSubmit.do?method=delete >> (The delete-method in the action-class ist calling) >> >> It is also working with this submit-button: >> >> >> But why doesn't work > onclick="t

Re: Trouble with DispatchAction

2007-05-06 Thread zuban
.e. if I click on a "add-button" "method" will have the value "add" and if I click on the "delete-button" "method" will have the value "delete". -- View this message in context: http://www.nabble.com/Trouble-with-DispatchAction-tf3696632.html#a10348496 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Trouble with DispatchAction

2007-05-05 Thread Laurie Harper
zuban wrote: It is working if I type manualy ExampleSubmit.do?method=delete (The delete-method in the action-class ist calling) It is also working with this submit-button: But why doesn't work ? This should be the same like in this example: http://struts.apache.org/1.x/strut

Re: Trouble with DispatchAction

2007-05-05 Thread Dave Newton
--- zuban <[EMAIL PROTECTED]> wrote: > > > > > Request[/ExampleSubmit] does not contain handler > parameter named 'method'. This may be caused by > whitespace in the label text. It could also be caused by there not being a form value for the parameter named 'method' at all. d.

Trouble with DispatchAction

2007-05-05 Thread zuban
calling) It is also working with this submit-button: But why doesn't work ? This should be the same like in this example: http://struts.apache.org/1.x/struts-extras/dispatchValidator.html -- View this message in context: http://www.nabble.com/Trouble-with-DispatchAction-

RE: Newbie having trouble with validation... doesn't seem to do anything...

2007-01-02 Thread Raghu
below code can be used to get message from different applicatyion resource files. -Original Message- From: Laurie Harper [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 03, 2007 4:03 AM To: user@struts.apache.org Subject: Re: Newbie having trouble with validation... doesn't se

Re: Newbie having trouble with validation... doesn't seem to do anything...

2007-01-02 Thread Laurie Harper
Do you get any output if you include a html:errors tag somewhere without a 'properties' attribute? It could be that the unconventional property naming is messing things up. Can you display message resources using bean:message? For example, do you get what you expect if you include property="se

Re: Newbie having trouble with validation... doesn't seem to do anything...

2006-12-29 Thread Peter L. Berghold
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Laurie Harper wrote: > > Getting all the pieces lined up can be a bit tricky the first time > through :-( If the comments above don't get you there, post your form > bean code and JSP so we have the complete picture. > > OK.. I've gotten much furth

Re: Newbie having trouble with validation... doesn't seem to do anything...

2006-12-29 Thread Laurie Harper
Peter L. Berghold wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi folks, I'm fairly new to all this and I'm having trouble getting validation to work as I thought it should. From what I've read in several books now I should be able to do server side validation, but in my very simple te

Re: Newbie having trouble with validation... doesn't seem to do anything...

2006-12-29 Thread Peter L. Berghold
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter L. Berghold wrote: > > > Now, I invoke the sendEmail form from a browser and I'm watching the > Tomcat logs as this is running and according to the trace validate is > returning a null. > > I forgot to mention that the text I put into the fo

Newbie having trouble with validation... doesn't seem to do anything...

2006-12-29 Thread Peter L. Berghold
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi folks, I'm fairly new to all this and I'm having trouble getting validation to work as I thought it should. From what I've read in several books now I should be able to do server side validation, but in my very simple test case it doesn't seem to

Re: Trouble with validation of nested properties - indexedListProperty?

2006-12-06 Thread Paul Niedenzu
John Tangney jdtangney.com> writes: > > Hi all, > > I have memorized the docs, scoured the archives, googled 'till my eyes were > crossed, experimented at great length, but have not been able to solve this > riddle. > > I have a JSP that looks like this: > > > > >

Re: [tiles] Re: Trouble with Nesting Tile Definitions

2006-10-17 Thread Chris Pratt
That did it. Boy, that's a lot of code, two definitions for each level of the tree seems a bit extreme. And I still don't understand why one and one worked while the other didn't, but it seems to be working now, so thanks for the help. (*Chris*) On 10/16/06, Antonio Petrelli <[EMAIL PROTECT

[tiles] Re: Trouble with Nesting Tile Definitions

2006-10-16 Thread Antonio Petrelli
Chris Pratt ha scritto: I'm seeing some weird behavior with my tiles definitions that I can't explain and I was hoping someone smarter than me could lend an eye. Here's an excerpt from my tiles-defs.xml: Err... tags

Re: Trouble with Nesting Tile Definitions

2006-10-16 Thread Chris Pratt
Sent: Tuesday, 17 October 2006 12:18 p.m. To: Struts Users Mailing List Subject: Trouble with Nesting Tile Definitions I'm seeing some weird behavior with my tiles definitions that I can't explain and I was hoping someone smarter than me could lend an ey

RE: Trouble with Nesting Tile Definitions

2006-10-16 Thread Simon Pink
:[EMAIL PROTECTED] Sent: Tuesday, 17 October 2006 12:18 p.m. To: Struts Users Mailing List Subject: Trouble with Nesting Tile Definitions I'm seeing some weird behavior with my tiles definitions that I can't explain and I was hoping someone smarter than me could lend an eye. Here's an

Trouble with Nesting Tile Definitions

2006-10-16 Thread Chris Pratt
I'm seeing some weird behavior with my tiles definitions that I can't explain and I was hoping someone smarter than me could lend an eye. Here's an excerpt from my tiles-defs.xml: I have a simple JSP that starts building

Re: Trouble with titleKey attribute for Frame and Link elements

2006-09-13 Thread Antonio Petrelli
David Cagle ha scritto: I was able to find the "org.apache.struts.action.Action.setLocale(HttpServletRequest arg0, Locale arg1)" method and it seems to do the trick. Before I just had "" where "${helpSession.locale}" was the correct locale. Most of the labels were taken care of with that but

RE: Trouble with titleKey attribute for Frame and Link elements

2006-09-13 Thread David Cagle
IL PROTECTED] Sent: Wednesday, September 13, 2006 4:50 AM To: Struts Users Mailing List Subject: Re: Trouble with titleKey attribute for Frame and Link elements David Cagle ha scritto: > Hey everyone! > > I'm having trouble with the 'titleKey' attribute resolving to the correc

Re: Trouble with titleKey attribute for Frame and Link elements

2006-09-13 Thread Antonio Petrelli
David Cagle ha scritto: Hey everyone! I'm having trouble with the 'titleKey' attribute resolving to the correct translated title when the locale of my web app is something other than English. I'm currently only using the 'titleKey' on a couple of and elements,

Trouble with titleKey attribute for Frame and Link elements

2006-09-11 Thread David Cagle
Hey everyone! I'm having trouble with the 'titleKey' attribute resolving to the correct translated title when the locale of my web app is something other than English. I'm currently only using the 'titleKey' on a couple of and elements, but when I change the

Re: trouble with dispatching on a paramter

2005-10-18 Thread Troy Bull
Thank you so much, as soon as I removed the execute method it worked perfectly Wendy Smoak wrote: From: "Troy Bull" <[EMAIL PROTECTED]> public ActionForward execute( ... ) { SearchForm s = (SearchForm) form; String dispatchString = s.getDispatch(); System.out.println("Main Dispatc

Re: trouble with dispatching on a paramter

2005-10-18 Thread Wendy Smoak
From: "Troy Bull" <[EMAIL PROTECTED]> public ActionForward execute( ... ) { SearchForm s = (SearchForm) form; String dispatchString = s.getDispatch(); System.out.println("Main Dispatch String : " + dispatchString); // manually dispatching works but is ugly //if ("run_main_search

Re: trouble with dispatching on a paramter

2005-10-18 Thread Borislav Sabev
Troy Bull wrote: Hello I am trying to get my form to dispatch to different functions inside my action handler class. I followed this tip exactly : http://www.husted.com/struts/tips/002.html (except i fixed a couple type o's). The problem is my dispatch parameter is not being recognized.

R: trouble with dispatching on a paramter

2005-10-18 Thread Diaconu Eduard
-Messaggio originale- Da: Troy Bull [mailto:[EMAIL PROTECTED] Inviato: martedì 18 ottobre 2005 14.35 A: user@struts.apache.org Oggetto: trouble with dispatching on a paramter Hello I am trying to get my form to dispatch to different functions inside my action handler class. I

Re: trouble with dispatching on a paramter

2005-10-18 Thread Troy Bull
Here is the class declaration : public class DoSearchAction extends DispatchAction { public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException { SearchForm s = (SearchForm) form;

Re: trouble with dispatching on a paramter

2005-10-18 Thread Wendy Smoak
From: "Troy Bull" <[EMAIL PROTECTED]> The problem is my dispatch parameter is not being recognized. I have the following code in my ActionForward execute method: SearchForm s = (SearchForm) form; String dispatchString = (String) request.getAttribute("dispatch"); Try request.getParameter(

trouble with dispatching on a paramter

2005-10-18 Thread Troy Bull
Hello I am trying to get my form to dispatch to different functions inside my action handler class. I followed this tip exactly : http://www.husted.com/struts/tips/002.html (except i fixed a couple type o's). The problem is my dispatch parameter is not being recognized. I have the followi

Re: Trouble with and params

2005-10-12 Thread Faisal Mahmoud
Actually, what I did was the following change to my So I changed teh paramName to "job", which is the variable that refers to the bean during the iteration. On 10/12/05, Jeff Beal <[EMAIL PROTECTED]> wrote: > On 10/12/05, Faisal Mahmoud <[EMAIL PROTECTED]> wrote: > > I need to construct a tabl

Re: Trouble with and params

2005-10-12 Thread Jeff Beal
On 10/12/05, Faisal Mahmoud <[EMAIL PROTECTED]> wrote: > I need to construct a table of files available for download. A file is > downloaded by hitting the /download.do?jobId=2 action. The info for > each row in the table is stored in an action form called > retrieveJobsFormBean. This actionform co

Trouble with and params

2005-10-12 Thread Faisal Mahmoud
I need to construct a table of files available for download. A file is downloaded by hitting the /download.do?jobId=2 action. The info for each row in the table is stored in an action form called retrieveJobsFormBean. This actionform contains a List of DownloadJob objects. Each of these objects is

Re: Trouble with DispatchAction and ValidatorActionForm

2005-02-09 Thread Joe Germuska
ath to a JSP or other thing which can be reached with RequestDispatcher.forward(...)) Joe DW - Original Message - From: "Daniel Watrous" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, February 08, 2005 3:37 PM Subject: Re: Trouble with Disp

Re: Trouble with DispatchAction and ValidatorActionForm

2005-02-09 Thread Daniel Watrous
- From: "Daniel Watrous" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, February 08, 2005 3:37 PM Subject: Re: Trouble with DispatchAction and ValidatorActionForm Thanks for the advice! I have enabled debug and found as you suggested these lines at the

Re: Trouble with DispatchAction and ValidatorActionForm

2005-02-08 Thread Daniel Watrous
MAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Monday, February 07, 2005 4:19 PM Subject: Re: Trouble with DispatchAction and ValidatorActionForm You need to know what struts is trying to do. I suggest configuring the logging to "debug" - then you should find out

Re: Trouble with DispatchAction and ValidatorActionForm

2005-02-07 Thread Niall Pemberton
you say your using doesn't show it being used... - Original Message - From: "Daniel Watrous" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Monday, February 07, 2005 10:34 PM Subject: Re: Trouble with DispatchAction and ValidatorActionForm

Re: Trouble with DispatchAction and ValidatorActionForm

2005-02-07 Thread Daniel Watrous
ebruary 07, 2005 2:19 PM Subject: Re: Trouble with DispatchAction and ValidatorActionForm Looks to me like your missing a "/" off your input parameter ---> input="manage_stake.jsp"> Niall P.S. don't forget to set validate back to "true". - Origina

Re: Trouble with DispatchAction and ValidatorActionForm

2005-02-07 Thread Niall Pemberton
ot;Struts Users Mailing List" Sent: Monday, February 07, 2005 8:42 PM Subject: Re: Trouble with DispatchAction and ValidatorActionForm > I don't get it??? Is there something obvious about the error that I should > be able to see now? I still don't have validation happen

Re: Trouble with DispatchAction and ValidatorActionForm

2005-02-07 Thread Daniel Watrous
ers Mailing List" Sent: Monday, February 07, 2005 1:41 PM Subject: Re: Trouble with DispatchAction and ValidatorActionForm Most problems people experience are self-inflicted :-) - Original Message - From: "Daniel Watrous" <[EMAIL PROTECTED]> To: "Struts Users Maili

Re: Trouble with DispatchAction and ValidatorActionForm

2005-02-07 Thread Niall Pemberton
Most problems people experience are self-inflicted :-) - Original Message - From: "Daniel Watrous" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Monday, February 07, 2005 8:33 PM Subject: Re: Trouble with DispatchAction and ValidatorActionForm &g

Re: Trouble with DispatchAction and ValidatorActionForm

2005-02-07 Thread Daniel Watrous
;Struts Users Mailing List" Sent: Monday, February 07, 2005 1:10 PM Subject: Trouble with DispatchAction and ValidatorActionForm Hello All, I keep getting a BLANK PAGE, with NO ERRORS. Any recommendations are appreciated... I am interested in building an Action that allows me to ad

Trouble with DispatchAction and ValidatorActionForm

2005-02-07 Thread Daniel Watrous
Hello All, I keep getting a BLANK PAGE, with NO ERRORS. Any recommendations are appreciated... I am interested in building an Action that allows me to add a database record and edit existing records. Since both actions deal with the same table I want to use the DispatchAction and keep the add

RE: Trouble with my first DynaActionForm

2004-11-24 Thread john . chesher
rs Mailing List" <[EMAIL PROTECTED]> CSPTS/SCE" cc: <[EMAIL PROTECTED]Subject

RE: Trouble with my first DynaActionForm

2004-11-24 Thread Durham David R Jr Contr 805 CSPTS/SCE
> form-property name="message" type="java.lang.String" Should this be ? Notice that you did not include the enclosing less-than and greater-than signs. - Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: Trouble with my first DynaActionForm

2004-11-24 Thread Matt Bathje
[snip] form-property name="message" type="java.lang.String" form-property name="street1" type="java.lang.String" form-property name="street2" type="java.lang.String" form-property name="city" type="java.lang.String" form-property name="s

RE: Trouble with my first DynaActionForm

2004-11-24 Thread john . chesher
<[EMAIL PROTECTED] Subject: RE: Trouble with my first DynaActionForm

RE: Trouble with my first DynaActionForm

2004-11-24 Thread Durham David R Jr Contr 805 CSPTS/SCE
What does your look like? - Dave > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 24, 2004 1:21 PM > To: Struts Users Mailing List > Subject: Trouble with my first DynaActionForm > > > > > > I

Trouble with my first DynaActionForm

2004-11-24 Thread john . chesher
I am using Struts 1.1. I added my first DynaActionForm and can't get it to work. The error I get indicates that "street1" is an invalide property name to retrieve from the form. I have changed the name in my action class to confirm that it changes in the error message, so the error definitel

RE: Trouble with struts validator

2004-10-06 Thread Anna Kerekes
ge to the input you specified in your struts-config , with the errors redisplayed. If you post some code, maybe we can help more... Anna:) From: yacout dadoun [mailto:[EMAIL PROTECTED] Sent: Wed 06/10/2004 11:54 AM To: [EMAIL PROTECTED] Subject: Trouble with s

Trouble with struts validator

2004-10-06 Thread yacout dadoun
Hi, I'm trying to use the struts validator, i have created a simple form with few inputs, i'd like to oblige the user to enter values into inputs. I therefore : 1-added the validator pluing to strus-config.xml 2-added the action mapping with the path set to test, the type set to the path of the a

Re: Trouble with .jar files in 1.2.4 binary distribution

2004-09-28 Thread Joe Germuska
However, I can't click on any of the .war files that come with 1.2.4 and launch WinZip. It says, "Failed to load Main-Class manifest attribute from c:\jakarta\jakarta-struts-1.2.4\lib\commons-validator.jar". Every one of them does the same thing. This part here just sounds like Windows is trying

Re: Trouble with .jar files in 1.2.4 binary distribution

2004-09-28 Thread Wendy Smoak
From: "Wendy Smoak" <[EMAIL PROTECTED]> > Today I tried to deploy a .war file to my production web server which runs > HP-UX. When it unpacks the war and tries to deploy the webapp, it > complains: I dropped back to 1.2.0 and HP-UX is happy again. Never mind about not being able to open the .jar

Trouble with .jar files in 1.2.4 binary distribution

2004-09-28 Thread Wendy Smoak
(Resending from a subscribed address...) Today I tried to deploy a .war file to my production web server which runs HP-UX. When it unpacks the war and tries to deploy the webapp, it complains: 13:29:34,070 - ERROR org.apache.struts.validator.ValidatorPlugIn - JAR entry org/apache/commons/validat

Re: Trouble with SSL and struts using sslext

2004-07-22 Thread Ludovic Bailly
Jim Kennedy mindspring.com> writes: > What causes the framework to use the SecureRequestProcessor.> You have to change the controller processorClass in your struts-config.xml. Switch to org.apache.struts.action.SecureRequestProcessor or org.apache.struts.action.TilesSecureRequestProcessor if y

RE: Trouble with SSL and struts using sslext

2004-07-22 Thread Jim Kennedy
What causes the framework to use the SecureRequestProcessor. Do I have to set an init-param in web.xml for the ActionServlet ? -Original Message- From: Jim Kennedy [mailto:[EMAIL PROTECTED] Sent: Thursday, July 22, 2004 4:47 PM To: 'Struts Users Mailing List' Subject: RE: Tr

Re: Trouble with SSL and struts using sslext

2004-07-22 Thread Nathan Maves
Jim, Works perfect for me. ... On Jul 22, 2004, at 1:49 PM, Jim Kennedy wrote: I can't seem to get any of my action to go under https. The config seems fairly simple but I must be missing something. I want

RE: Trouble with SSL and struts using sslext

2004-07-22 Thread Jim Kennedy
cessor. I do I change this class to use the correct one for the sslext technique. -Original Message- From: Jim Kennedy [mailto:[EMAIL PROTECTED] Sent: Thursday, July 22, 2004 4:01 PM To: 'Struts Users Mailing List' Subject: RE: Trouble with SSL and struts using sslext I

RE: Trouble with SSL and struts using sslext

2004-07-22 Thread Jim Kennedy
EMAIL PROTECTED] Subject: RE: Trouble with SSL and struts using sslext > -Original Message- > From: Jim Kennedy [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 22, 2004 12:50 PM > To: 'Struts Users Mailing List' > Subject: Trouble with SSL and struts using sslext &

RE: Trouble with SSL and struts using sslext

2004-07-22 Thread Jim Barrows
> -Original Message- > From: Jim Kennedy [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 22, 2004 12:50 PM > To: 'Struts Users Mailing List' > Subject: Trouble with SSL and struts using sslext > > > I can't seem to get any of my action to go und

Trouble with SSL and struts using sslext

2004-07-22 Thread Jim Kennedy
I can't seem to get any of my action to go under https. The config seems fairly simple but I must be missing something. I want some pages to be under SSL and others not to. Here is my config: Struts-config.xml (snippet only) Also

Re: trouble with taglibs in xml syntax

2004-05-03 Thread Tomasz Dreßler
Thank you for your pations! Kris Schneider schrieb: As of JSP 1.2, the container makes packaged taglibs pretty easy to deal with. For details, you really should check out the JSP spec (or get a decent book). One of the things the container will do is inspect each JAR file in WEB-INF/lib and look

Re: trouble with taglibs in xml syntax

2004-05-03 Thread Kris Schneider
As of JSP 1.2, the container makes packaged taglibs pretty easy to deal with. For details, you really should check out the JSP spec (or get a decent book). One of the things the container will do is inspect each JAR file in WEB-INF/lib and look for TLD files in their /META-INF dirs. If a TLD contai

Re: trouble with taglibs in xml syntax

2004-05-03 Thread Tomasz Dreßler
Thank you for your answer. It works. Can you help me understand why :) Someone looks in all jar's for 'http://jakarta.apache.org/struts/tags-bean' namespace? When I am use JSP 2.0 what I sould take instead of element? I use tiles so I can't take as root element. Greetings Kris Schneider schrie

  1   2   >