RE: [struts-user] XML based configuration

2019-01-30 Thread Jason Pyeron
> -Original Message- > From: Jason Pyeron > Sent: Wednesday, January 30, 2019 9:53 PM > > -Original Message- > > From: Jason Pyeron > > Sent: Wednesday, January 30, 2019 9:11 PM > > > > It has been 10+ years since I used the XML co

RE: [struts-user] XML based configuration

2019-01-30 Thread Jason Pyeron
> -Original Message- > From: Jason Pyeron > Sent: Wednesday, January 30, 2019 9:11 PM > To: 'Struts Users Mailing List' > Subject: [struts-user] XML based configuration > > It has been 10+ years since I used the XML configuration, so please bear > with

XML based configuration

2019-01-30 Thread Jason Pyeron
It has been 10+ years since I used the XML configuration, so please bear with me. I am attempting to deploy Apache Roller under a sub context (public#roller.war) so the url would be http://127.0.0.1:8080/public/roller/roller-ui/login.rol . When I do so, I get an exception cannot find definition

RE: [struts-user] Re: struts2 json return null if involve hibernate or spring

2014-10-27 Thread Jason Pyeron
have some exception here or some other problem when deleting that item? -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant

RE: [struts-user] Can I use s:if in s:textfield

2012-06-03 Thread Jason Pyeron
-- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1 (443) 269-1555 x333Baltimore, Maryland 21218

RE: [struts-user] event On struts

2012-04-22 Thread Jason Pyeron
the natural navigation of a site. -Jason -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th

RE: [struts-user] Struts 2 PASSING CONNECTION TO IREPORT

2012-02-25 Thread Jason Pyeron
-Original Message- From: Thameem [mailto:thameem@gmail.com] Sent: Saturday, February 25, 2012 0:21 To: user@struts.apache.org Subject: [struts-user] Struts 2 PASSING CONNECTION TO IREPORT I have created some reports with iReport BY connecting to sql server database, and I

RE: [struts-user] Get Action method name in Struts 2.2.X

2011-08-10 Thread Jason Pyeron
-r1126100:1126101 svn log -v -r1126101 -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street

RE: [struts-user] How to encrypt the url?

2011-07-28 Thread Jason Pyeron
-- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1 (443) 269-1555 x333Baltimore, Maryland 21218

RE: [struts-user] OGNL Problems During Struts2 Upgrade

2011-07-21 Thread Jason Pyeron
things like adding #attr. or simply # to the front of promotion.startDate but that didn't seem to work. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http

RE: [struts-user] Re: On applying action-validation.xml action is not executing.

2011-07-03 Thread Jason Pyeron
-- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1 (443) 269-1555 x333Baltimore, Maryland 21218

RE: jsp caching problem

2011-06-13 Thread Jason Pyeron
suggestions would only be on a given clients machine with only their numbers. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal

RE: jsp caching problem

2011-06-13 Thread Jason Pyeron
-- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1 (443) 269-1555 x333Baltimore, Maryland 21218

RE: XWork

2011-06-07 Thread Jason Pyeron
looking for the jars? Which version? Have you googled for it? Do you use maven? -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal

RE: XWork

2011-06-07 Thread Jason Pyeron
the question of which version are you using? and our newest project using maven, the problem gone. but we still need workaround for this xwork. F On Wed, Jun 8, 2011 at 4:48 AM, Jason Pyeron jpye...@pdinc.us wrote: -Original Message- From: Frans Thamura Sent: Tuesday

RE: xwork validation dtd no longer on web (opensymphony.com is down)

2011-06-02 Thread Jason Pyeron
to investigate problem with loading dtds from jar. Also file a JIRA ticket, I would like to investigate too. Thanks. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD

RE: Hash tags

2011-06-01 Thread Jason Pyeron
that statement? -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1 (443) 269-1555 x333

RE: Dynamic text

2011-05-31 Thread Jason Pyeron
-- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1 (443) 269-1555 x333Baltimore, Maryland 21218

RE: Dynamic text

2011-05-31 Thread Jason Pyeron
-- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1 (443) 269-1555 x333

RE: Dynamic text

2011-05-31 Thread Jason Pyeron
/ s:property value=%{getMyKey} / This returns nothing br / s:property value=getText(#getMyKey) / This returns nothing br / Note the use of %{getMyKey}... It should read as %{myKey} or %{getMyKey()} On 31/05/2011 15:38, Jason Pyeron wrote: -Original Message- From

RE: Access to ActionContext.getContext().getName() using OGNL

2011-05-29 Thread Jason Pyeron
to be able to do that using Struts2 tags, that's why I need to get the name of the action. Sent via BlackBerry from T-Mobile -Original Message- From: Jason Pyeron jpye...@pdinc.us Date: Sat, 28 May 2011 22:39:08 To: 'Struts Users Mailing List'user@struts.apache.org Reply-To: Struts

RE: Access to ActionContext.getContext().getName() using OGNL

2011-05-28 Thread Jason Pyeron
-- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1 (443) 269-1555 x333Baltimore, Maryland 21218

RE: Struts File Upload Issue

2011-05-27 Thread Jason Pyeron
-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us

RE: Issue: Action redirect do not include parameter as complex objects?

2011-05-24 Thread Jason Pyeron
. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1 (443) 269-1555 x333Baltimore, Maryland 21218

Iterating over a tree structure

2011-05-23 Thread Jason Pyeron
-- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1 (443) 269-1555 x333Baltimore, Maryland 21218

RE: Iterating over a tree structure

2011-05-23 Thread Jason Pyeron
-Original Message- From: Jason Pyeron Sent: Monday, May 23, 2011 16:52 To: 'Struts Users Mailing List' Subject: Iterating over a tree structure I have been racking my brains out today on this one. What is the best way to perform a depth first traversal of a tree data

RE: Iterating over a tree structure

2011-05-23 Thread Jason Pyeron
my own tag? On Mon, May 23, 2011 at 2:12 PM, Jason Pyeron jpye...@pdinc.us wrote: -Original Message- From: Jason Pyeron Sent: Monday, May 23, 2011 16:52 To: 'Struts Users Mailing List' Subject: Iterating over a tree structure I have been racking my brains out

RE: Iterating over a tree structure

2011-05-23 Thread Jason Pyeron
less time then I have searched. I feel like I should buy a http://www.amazon.com/Unknown-Adult-Dunce-Cap/dp/B000JGAF6Y/. On Mon, May 23, 2011 at 2:56 PM, Jason Pyeron jpye...@pdinc.us wrote: -Original Message- From: Chris Pratt Sent: Monday, May 23, 2011 17:52 To: Struts

RE: Iterating over a tree structure

2011-05-23 Thread Jason Pyeron
new. Next time in the DC Metro area a beer is on me. Others seeking enlightenment please read J2EE 1.4 Tutorial Chapter 15 http://download.oracle.com/javaee/1.4/tutorial/doc/JSPTags.html. On Mon, May 23, 2011 at 3:41 PM, Jason Pyeron jpye...@pdinc.us wrote: -Original Message

RE: Unable to add value in html:file

2011-05-21 Thread Jason Pyeron
. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us http://www.pdinc.us/ - - Principal Consultant 10 West 24th Street #100- - +1 (443) 269-1555 x333Baltimore, Maryland 21218

RE: What is getModel() for?

2011-05-21 Thread Jason Pyeron
, and that it should return the same object each time in a given lifecycle... What's the process for doing that? -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc

RE: Unable to add value in html:file

2011-05-21 Thread Jason Pyeron
*) Tested IE8: full path firefox 4: file name html body input id=finput type=file name=datafile span onclick=javascript:alert('ok:'+document.getElementById('finput').value) test/span /body /html On Sat, May 21, 2011 at 11:22 AM, Jason Pyeron jpye...@pdinc.us wrote: Why don't you try

RE: Unable to add value in html:file

2011-05-20 Thread Jason Pyeron
* * * -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1 (443) 269-1555 x333Baltimore, Maryland 21218

RE: Unable to add value in html:file

2011-05-20 Thread Jason Pyeron
the end user does not have to change it before the submit. Lets call that semi automatic. As such a browser may disregard any value put there... It has been a while since I dealt with these issues. On Fri, May 20, 2011 at 5:17 AM, Jason Pyeron jpye...@pdinc.us wrote: -Original Message

RE: Pagination using Struts library

2011-05-19 Thread Jason Pyeron
-- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1 (443) 269-1555 x333Baltimore, Maryland 21218

RE: Chained actions and their properties in the value stack

2011-05-15 Thread Jason Pyeron
targeted advise. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1 (443) 269

RE: struts2 hibernate

2011-05-15 Thread Jason Pyeron
. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1 (443) 269-1555 x333Baltimore, Maryland 21218

RE: struts2 and tiles

2011-05-07 Thread Jason Pyeron
/ And that is why I said before: In short, tiles does not support portlets. You may want to look at this (http://lmgtfy.com/?q=tiles+portlet). -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason

RE: WELCOME to user@struts.apache.org

2011-05-06 Thread Jason Pyeron
-- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1 (443) 269-1555 x333Baltimore, Maryland 21218

Using struts inside liferay portal server 6.x with struts2-portal2-plugin

2011-04-22 Thread Jason Pyeron
? -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1 (443) 269-1555 x333Baltimore, Maryland 21218

Render jsp to web browser and char[]

2010-04-08 Thread Jason Pyeron
and when done return control to the action to present the results to the view. -Jason -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal