Unsubcribe

2019-05-11 Thread Jason Thurston
rride > public Object getModel() { > // TODO Auto-generated method stub > return resposeModel; > } > > > } > > Regards,,,….. -- Jason Thurston

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 >

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 n

Re: I was involved with struts v1. But today I am doing something new

2018-06-21 Thread Curtis Jason
Many thanks! Very suggestive! Very appreciative! Sent from my iPhone > On Jun 21, 2018, at 8:30 AM, Vic Cekvenich wrote: > > Wrong link. > This is the link: > > https://www.meetup.com/tech_product_managers/events/251931514/ > > Anyway, I think it makes webapp 10X faster and I'm not the only o

Re: I was involved with struts v1. But today I am doing something new

2018-06-21 Thread Curtis Jason
Thanks a lot! It’s very useful! Very appreciative! Sent from my iPhone > On Jun 21, 2018, at 8:58 AM, Martin Gainty wrote: > > currently 250m ne of your location..maybe dave would be interested? > > > Thanks Vic! > > > > From: Vic Cekvenich > Sent: Thursday

Re: Which Struts Version To Use?

2017-09-18 Thread Jason D. Burkert
ere are both 2.3.x series and 2.5.x series releases, my understanding is that one significant reason is "Struts2 is now build with JDK7" as of the first 2.5 release. -Jason smime.p7s Description: S/MIME Cryptographic Signature

Security vulnerability process for EOL versions

2017-09-13 Thread Lehmer, Jason
In cases where the Struts community is notified or discovers a security vulnerability in a supported version, does the evaluation process include identifying unsupported versions that may be impacted as well? I realize the recommendation will likely be to upgrade to a supported version but I jus

How long is Struts2 2.3.x expected to be supported?

2017-03-08 Thread Jason D. Burkert
Hello, How long is Struts2 2.3.x expected to be supported? Months? Years? Foreseeable future? i.e. When MUST I migrate to 2.5.x? Thanks. -Jason - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional

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

2014-10-27 Thread Jason Pyeron
> -Original Message- > From: john lee > Sent: Monday, October 27, 2014 9:06 > > the delete itself has no problem if called it directly.  (please try not to top post) > From: Lukasz Lenart > To: Struts Users Mailing List > Sent: Monday, October 27, 2014 2:46 AM > Subject: Re:

Re: Form handling by direct URL in Struts 1.3.8

2012-06-13 Thread Jason Zheng
turn confirmPwd; >>>} >>> >>>/** >>> * >>> * @param confirmPwd >>> */ >>>public void setConfirmPwd(String confirmPwd) { >>>this.confirmPwd = confirmPwd; >>>} >>> >>>

Re: Form handling by direct URL in Struts 1.3.8

2012-06-13 Thread Jason Zheng
eption: Cannot find bean: > >>> "userInfo" > >>> > >>> in any scope > >>> > >>> Any help will be appreciated. > >>> > >>> Thanks, > >>> Anjib > >>> > >>> > >>> > >>> > >>> > >>> > >>> --** > >>> --**- > >>> To unsubscribe, e-mail: user-unsubscribe@struts.**apac**he.org< > http://apache.org> > >>> user-unsubscr...@struts.apache.org> > >>> > > >>> > >>> For additional commands, e-mail: user-h...@struts.apache.org > >>> > >>> > >>> > > > > --**--**- > > To unsubscribe, e-mail: user-unsubscribe@struts.**apache.org< > user-unsubscr...@struts.apache.org> > > For additional commands, e-mail: user-h...@struts.apache.org > > > > > -- Thanks Jason

RE: [struts-user] Can I use in

2012-06-03 Thread Jason Pyeron
o a taglib, you cannot. But you can set a var using conditional logic, and then using the var as an expression in the See: http://struts.apache.org/2.x/docs/set.html http://struts.apache.o

RE: [struts-user] event On struts

2012-04-22 Thread Jason Pyeron
ncluding my self feel that is a bad practice as it breaks the natural navigation of a site. -Jason -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc

RE: exception when running my struts jsp

2012-03-07 Thread Jason
as Dave pointed out, letter 'f ' also not match. -Original message- From: Oussama Jlassi Sent: 08/03/2012, 6:34 AM To: user@struts.apache.org Subject: RE: exception when running my struts jsp i corrected struts-config.xml i put the first letter of form bean name in uppercase index2.j

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, a

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

2011-08-10 Thread Jason Pyeron
t now to elaborate. > along with method like "test!getUser", but in latest version > getName() does not return method, it only returns action > name("test"). I am unable to find any method/class to get > action method name.. > I have upgraded xwork version from

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

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

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

2011-07-21 Thread Jason Pyeron
f this is what is affecting me? If so, how do > I update the OGNL expression so that it works? I've tried a > few things like adding #attr. or simply # to the front of > "promotion.startDate" but that didn't seem to work. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -

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

2011-07-03 Thread Jason Pyeron
he.org > For additional commands, e-mail: user-h...@struts.apache.org > -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Str

RE: jsp caching problem

2011-06-13 Thread Jason Pyeron
uot; > > > > Good luck on your issue. > > - > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

RE: jsp caching problem

2011-06-13 Thread Jason Pyeron
behave differently. Also remember that the credit card field suggestions would only be on a given clients machine with only their numbers. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron

RE: XWork

2011-06-07 Thread Jason Pyeron
ork Roger that. But please answer 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 wrote: > > > >

RE: XWork

2011-06-07 Thread Jason Pyeron
I am not sure I understand your question. Are you looking for the jars? Which version? Have you googled for it? Do you use maven? -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron

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

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

RE: Hash tags

2011-06-01 Thread Jason Pyeron
re/apidocs/org/apache/struts2/dispatche r/ServletRedirectResult.html Could you explain that statement? -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant

RE: Dynamic text

2011-05-31 Thread Jason Pyeron
t; > > > This returns nothing > > This returns nothing > > This returns > nothing Note the use of %{getMyKey}... It should read as %{myKey} or %{getMyKey()} > > > > > > > > > > > > > > On 31/05/2011 15:38, Jason Pyer

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
to > resolve the key to it's translation.. Is this type of thing > supported? I know a lot of tags moan if you try and use any > ${foo.bar} type arguments Have you taken a look at http://struts.apache.org/2.x/docs/localization.html yet? If so could

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

2011-05-29 Thread Jason Pyeron
reateMode property, making your fields read only. > hoping 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" > Date: Sat, 28 M

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

2011-05-28 Thread Jason Pyeron
may help your (assumed) end goal. In the latest revision or release <= 2.1.6 The will create a link to the current action. > I haven't found any information on how to do that. > If a

RE: Struts File Upload Issue

2011-05-27 Thread Jason Pyeron
or the > sole use of the intended recipient(s) and may contain > confidential and privileged information. > If you are not the intended recipient, please contact the > sender by reply e-mail and destroy all copies of the original message. > Any unauthorized review, use, disclosure, dissemination, > forwarding, pr

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

2011-05-24 Thread Jason Pyeron
ng said: Use the session or application scope to store the object and pass a token/key to the item stored in the url. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal

RE: Iterating over a tree structure

2011-05-23 Thread Jason Pyeron
) Thanks, I am learning something 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 > wrot

RE: Iterating over a tree structure

2011-05-23 Thread Jason Pyeron
atching the s:iterator tag for this would take 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 > wrote: > > > > -Original Message- > &

RE: Iterating over a tree structure

2011-05-23 Thread Jason Pyeron
efore. > (*Chris*) Are you saying roll my own tag? > > On Mon, May 23, 2011 at 2:12 PM, Jason Pyeron > wrote: > > > > -Original Message- > > > From: Jason Pyeron > > > Sent: Monday, May 23, 2011 16:52 > > > To: 'Struts Users Mailing

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

Iterating over a tree structure

2011-05-23 Thread Jason Pyeron
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 structure (in the view). Ex: maps of maps of ... OR lists of lists of lists of ... -Jason

RE: Unable to add value in

2011-05-21 Thread Jason Pyeron
owsers, only the name. > (*Chris*) Tested IE8: full path firefox 4: file name test > > On Sat, May 21, 2011 at 11:22 AM, Jason Pyeron > wrote: > > > Why don't you try to do your validation as AJAX, so you > never submit > > the page until

RE: What is getModel() for?

2011-05-21 Thread Jason Pyeron
ention in the javadoc that you have no control how many times the getModel() could get called, and that it should return the "same" object each time in a given lifecycle... > What's the > process for doing that? > -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

RE: Unable to add value in

2011-05-21 Thread Jason Pyeron
ncer type sites. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us <http://www.pdinc.us/> - - Principal Consultant 10 West 24th Street #100- - +1 (443) 269-1555 x333Balt

RE: Unable to add value in

2011-05-20 Thread Jason Pyeron
he only reason for providing a value for the path, is so 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

RE: Unable to add value in

2011-05-20 Thread Jason Pyeron
quot;width:300px"* > >> > >> ** value=*" property='attachPath' > >> />"* > >> > > >> > >> I am getting value in * >> property='attachPath' /> , but it's not getting set in* > >> >

RE: Pagination using Struts library

2011-05-19 Thread Jason Pyeron
;> > Is there any way Jaakata /SUN library or any api in > struts which > > >> > can > > be > > >> > used > > >> > to > > >> > implement pagination. > > >> > > > >> > > > >> > I suggested Display tag a

RE: struts2 & hibernate

2011-05-15 Thread Jason Pyeron
, we are using hibernate 3.6.x w/ annotations in struts 2.1.6, 2.1.8, 2.2.x, and SVN HEAD Using the convention and portlet plugins. Please post example of failure for debugging. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron

RE: Chained actions and their properties in the value stack

2011-05-15 Thread Jason Pyeron
tack() Write back with more specific goals and maybe I can give more targeted advise. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Pri

RE: struts2 and tiles

2011-05-07 Thread Jason Pyeron
t > > this (http://lmgtfy.com/?q=tiles+portlet). -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1 (44

RE: WELCOME to user@struts.apache.org

2011-05-06 Thread Jason Pyeron
m.ws.webcontainer.WSWebContainer.handleRequest(WSWebCont > ainer.java:1583) > at > com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelL > ink.java:186) > at > com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDis > crimination(HttpInboundLink.java:455) > at > com.ibm.ws.ht

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

Re: Spring Security

2011-03-31 Thread Jason Ferguson
Here a Basics of Spring Security 3 presentation I gave at the St Louis Java User group, but didn't have much time to go into securing objects. http://www.slideshare.net/jasonferguson1/spring-security-3 On Thu, Mar 31, 2011 at 12:31 PM, CRANFORD, CHRIS wrote: > If anyone here has experience with

Re: Authorization and Authentication

2011-03-18 Thread Jason Ferguson
I did a presentation on Spring Security for the local Java User Group, available at http://www.slideshare.net/jasonferguson1/spring-security-3. However, it won't replace the actual documentation, which I found to be very high quality. On Fri, Mar 18, 2011 at 11:11 AM, Alessio Bandini wrote: > Tha

Re: Urgent excepton: java.lang.reflect.InvocationTargetException

2011-03-14 Thread Jason Ferguson
I've often found InvocationTargetException to be masking something else. Look at every log you can possibly find. On Mon, Mar 14, 2011 at 5:23 PM, abhishek jain wrote: > On Tue, Mar 15, 2011 at 2:46 AM, Dave Newton wrote: > >> On Mon, Mar 14, 2011 at 5:14 PM, abhishek jain >> wrote: >> > Also i

Re: NullPointerException Using StrutsSpringTestCase

2011-03-12 Thread Jason Ferguson
uest.setParameter("model.organization", "None"); >>         String result0 = proxy.execute(); >>         assertTrue("Problem: result of registration attempt without >> required fields should have returned INPUT", >>              

NullPointerException Using StrutsSpringTestCase

2011-03-12 Thread Jason Ferguson
"model.lastName", "Username"); request.setParameter("model.organization", "None"); String result1 = proxy.execute(); assertTrue("Problem: result of duplicate registration attempt shoul

NullPointerException Using StrutsSpringTestCase

2011-03-12 Thread Jason Ferguson
I am attempting to do some out-of-container testing of a Struts Action which extends StrutsSpringTestCase. I've tried configuring the application context two separate ways: via the @ContextConfiguration annotation and by overriding getContextLocations()

Unable to Load Configuration

2011-03-12 Thread Jason Ferguson
ot xerces in my lib, and struts.xml is in the classpath. I'm stumped. Jason - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: Spring 3 Upgrade

2010-12-02 Thread Jason Ferguson
I had no trouble with it. On Thu, Dec 2, 2010 at 5:08 PM, Zoran Avtarovski wrote: > I just wanted to check if there were any issues with upgrading spring to > version 3 with struts 2.2.1? > > I notice the complete download still has Spring 2.5 libraries. > > I'd appreciate any feedback from peopl

Re: binding paramters in struts2 without the form

2010-11-29 Thread Jason Ferguson
Struts will not automatically populate fields based on parameters passed via the URL. Your action will need to implement the ParameterAware interface, and the setParameters(Map parameters) method. Then you can use the map to populate your fields. Jason On Mon, Nov 29, 2010 at 5:25 AM, maven

Re: Implement Edit and Delete functions in Struts jQuery Grid

2010-10-19 Thread Jason Ferguson
Here is a javascript formatter I used when I tried this. I found the solution hideously ugly and ended up going to a straight jQuery solution. function makeButton(clickAction, text) { return "" + text + ""; } Jason On Tue, Oct 19, 2010 at 1:58

Re: Implement Edit and Delete function in Struts jQuery Grid

2010-10-16 Thread Jason Ferguson
I'll second this. I've gotten to the point where I am only using the tags to include jquery in my app, and hand-code everything else. Jason On Sat, Oct 16, 2010 at 11:28 AM, Dave Newton wrote: > This is one reason why I think it's almost always better to just use >

Re: Reduce Java Script Depecency in Struts 2

2010-10-06 Thread Jason Ferguson
content into a grid column with the grid plugin. It's still in my project for the parts that DO work: tabs and themes. Jason On Wed, Oct 6, 2010 at 8:41 AM, Greg Lindholm wrote: > I haven't used the jQuery plugin but I would highly recommend just > using straight jQuery. >

Excluding Fields From JSON Serialization via Annoations

2010-10-03 Thread Jason Ferguson
make the returned JSON a bit smaller. I also need to do it via annotations. So, assuming the BorderPoint class has the following code snippet, how do I exclude this field? private int id; public int getId() {} public void setIt(int id) {} Thanks, Jason

ParentPackage Annotation

2010-09-25 Thread Jason Ferguson
e. both "struts-default" and "json-default")? Currently I'm creating a separate action just for handling JSON methods and would prefer not to. Jason

Render jsp to web browser and char[]

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

struts 1.3.8 trying to get the rendered output of a struts page from a plain servlet

2010-01-04 Thread Jason Novotny
g()); } I created MyResponse as a wrapper on ServletResponse that contains a buffer so I can pull out the contents. However, I'm not getting anything Has anyone done this before? Or is there some easy way to do this? Thanks, Jason --

how do I use absolute url actions in html:form tag with struts 1.3.8

2009-12-22 Thread Jason Novotny
t;> What I'd like is to have it render an absolute URL: action="http://www.mysite.com/modules/mymodule/fcon/MyAction.do"; onsubmit="return validateFilterForm(event, this);"> How can I do this? Thanks a lot, Jason --

How to setup exceptions with zero-configuration?

2008-10-17 Thread Haulyn Jason
functionality as the xml code upon. I tried to find an annotation but failed. Is there another way? --- Thanks! Mobile: +086-15864011231 Website:http://www.openmotel.cn http://www.vvthumb.com GTalk:[EMAIL PROTECTED] Skype:saharabear Haulyn Runner Jason

Re: How to access actionMessage and actionError in with freemarker

2008-10-17 Thread Haulyn Jason
enmotel.cn http://www.vvthumb.com GTalk:[EMAIL PROTECTED] Skype:saharabear Haulyn Runner Jason - Original Message ---- From: Haulyn Jason <[EMAIL PROTECTED]> To: struts-mail-list Sent: Friday, October 17, 2008 3:12:13 PM Subject: How to access actionMessage and actionError in with freemarker H

Re: Is it a bug for

2008-10-17 Thread Haulyn Jason
ok, it works well, but I use the rest plugin, when I want to use delete form, I tried to add an but it does not work. I always have to use http://www.openmotel.cn http://www.vvthumb.com GTalk:[EMAIL PROTECTED] Skype:saharabear Haulyn Runner Jason - Original Message From: Mead Lai

How to access actionMessage and actionError in with freemarker

2008-10-17 Thread Haulyn Jason
--- Thanks! Mobile: +086-15864011231 Website:http://www.openmotel.cn http://www.vvthumb.com GTalk:[EMAIL PROTECTED] Skype:saharabear Haulyn Runner Jason

Re: How to setup Interceptor when using struts2.1.2 rest plugin with codebehind?

2008-10-16 Thread Haulyn Jason
ECTED] Skype:saharabear Haulyn Runner Jason - Original Message From: Dave Newton <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Thursday, October 16, 2008 7:53:03 PM Subject: Re: How to setup Interceptor when using struts2.1.2 rest plugin with codebehind? --- On Wed, 10/15

Is it a bug for

2008-10-16 Thread Haulyn Jason
] Skype:saharabear Haulyn Runner Jason

Re: How to setup Interceptor when using struts2.1.2 rest plugin with codebehind?

2008-10-15 Thread Haulyn Jason
rest plugin? Thanks. --- Thanks! Mobile: +086-15864011231 Website:http://www.openmotel.cn http://www.vvthumb.com GTalk:[EMAIL PROTECTED] Skype:saharabear Haulyn Runner Jason - Original Message From: Haulyn Jason <[EMAIL PROTECTED]> To:

Re: How to setup Interceptor when using struts2.1.2 rest plugin with codebehind?

2008-10-15 Thread Haulyn Jason
esult. --- Thanks! Mobile: +086-15864011231 Website:http://www.openmotel.cn http://www.vvthumb.com GTalk:[EMAIL PROTECTED] Skype:saharabear Haulyn Runner Jason - Original Message From: Musachy Barroso <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Thursday, October 16, 2008

Re: How to setup Interceptor when using struts2.1.2 rest plugin with codebehind?

2008-10-15 Thread Haulyn Jason
n't defind anything about struts-plugin.xml. I do not know about this. Is it the problem I lost? --- Thanks! Mobile: +086-15864011231 Website:http://www.openmotel.cn http://www.vvthumb.com GTalk:[EMAIL PROTECTED] Skype:saharabear Haulyn Runner Jason --

Re: How to setup Interceptor when using struts2.1.2 rest plugin with codebehind?

2008-10-15 Thread Haulyn Jason
ECTED] Skype:saharabear Haulyn Runner Jason - Original Message From: Musachy Barroso <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Wednesday, October 15, 2008 10:04:51 PM Subject: Re: How to setup Interceptor when using struts2.1.2 rest plugin with codebehind? Can y

How to setup Interceptor when using struts2.1.2 rest plugin with codebehind?

2008-10-15 Thread Haulyn Jason
ebsite/orders") }) I spent two days on this but it didn't work anymore. I found two Interceptors in the REST plugin, did I lose something? Thanks! Mobile: +086-15864011231 Website:http://www.openmotel.cn http://www.vvthumb.com GTalk:[EMAIL PROTECTED] Skype:saharabear Haulyn Runner Jason

Re: How to setup package based on Struts2-REST-Showcase app?

2008-10-14 Thread Haulyn Jason
ECTED] Skype:saharabear Haulyn Runner Jason - Original Message From: Musachy Barroso <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Tuesday, October 14, 2008 10:24:29 PM Subject: Re: How to setup package based on Struts2-REST-Showcase app? You don't need to send the sam

How to setup package based on Struts2-REST-Showcase app?

2008-10-14 Thread Haulyn Jason
ong with this. Thanks for anyone's suggestions. Thanks! Mobile: +086-15864011231 Website:http://www.openmotel.cn http://www.vvthumb.com GTalk:[EMAIL PROTECTED] Skype:saharabear Haulyn Runner Jason

How to setup package based on Struts2-REST-Showcase app

2008-10-14 Thread Haulyn R. Jason
alue="struts-default"), everything does not work. I can not find what's wrong with this. Thanks for anyone's suggestions. -- Thanks! Mobile: +086-15864011231 Website:http://www.openmotel.cn http://www.vvthumb.com GTalk:[EMAIL PROTECTED

How to setup package based on Struts2-REST-Showcase app?

2008-10-14 Thread Haulyn R. Jason
ong with this. Thanks for anyone's suggestions. -- Thanks! Mobile: +086-15864011231 Website:http://www.openmotel.cn http://www.vvthumb.com GTalk:[EMAIL PROTECTED] Skype:saharabear Haulyn Runner Jason -

How to setup package based on Struts2-REST-Showcase app?

2008-10-14 Thread Haulyn R. Jason
ong with this. Thanks for anyone's suggestions. -- Thanks! Mobile: +086-15864011231 Website:http://www.openmotel.cn http://www.vvthumb.com GTalk:[EMAIL PROTECTED] Skype:saharabear Haulyn Runner Jason -

How to configurate struts2 based on Struts2-REST-Showcase app?

2008-10-14 Thread Haulyn R. Jason
ong with this. Thanks for anyone's suggestions. -- Thanks! Mobile: +086-15864011231 Website:http://www.openmotel.cn http://www.vvthumb.com GTalk:[EMAIL PROTECTED] Skype:saharabear Haulyn Runner Jason -

Re: Upgrade from 2.0.11 to 2.1.2Beta with REST and zero configuration

2008-10-09 Thread Haulyn R. Jason
Dave Newton 写道: --- On Thu, 10/9/08, Haulyn R. Jason wrote: 1.I have many user-defined Interceptors, How can I set up them without configuration? How to change the default Inteceptors-stack? AFAIK you still need to do that in XML, but it's pretty minimal. Could be wrong, t

Upgrade from 2.0.11 to 2.1.2Beta with REST and zero configuration

2008-10-09 Thread Haulyn R. Jason
truts.xml or struts.properties? So much bunch questions, and Thanks very much. -- Thanks! Mobile: +086-15864011231 Website:http://www.openmotel.cn http://www.vvthumb.com GTalk:[EMAIL PROTECTED] Skype:saharabear Haulyn Runner Jason --

How to retrieve data from ognl in common jsp tags?

2008-09-11 Thread Haulyn R. Jason
thumb.com GTalk:[EMAIL PROTECTED] Skype:saharabear Haulyn Runner Jason - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: type conversion per method

2008-08-22 Thread Jason Deffenbaugh
Figured it out. Had a bad URL going. Thanks! On Fri, 2008-08-22 at 14:41 -0400, Jason Deffenbaugh wrote: > I'm running struts 2.0.11 trying to do a custom type conversion. > > The conversion is working for the action that calls the execute() method > in the action class but

type conversion per method

2008-08-22 Thread Jason Deffenbaugh
ess. Has anyone had success using type conversion for actions that don't run execute()? -Jason - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Authentication way: Should I interceptor or before it render?

2008-08-19 Thread Haulyn R. Jason
Dave Newton : --- On Tue, 8/19/08, Haulyn R. Jason wrote: When our client login our system, I can create a List contains privilege objects, it includes properties:action name and namespace, without a custom tag, how can I check whether this member should see the link? I mean, I do not

Re: Authentication way: Should I interceptor or before it render?

2008-08-19 Thread Haulyn R. Jason
Dave Newton : --- On Tue, 8/19/08, Haulyn R. Jason wrote: And, where should I find something about how to create a custom tag for struts2? I think I need to create a custom tag for struts2 because I need to access the value stack. I would have guessed you kept your user object in

Re: Authentication way: Should I interceptor or before it render?

2008-08-19 Thread Haulyn R. Jason
Jeromy Evans : > Haulyn R. Jason wrote: > >> Hi,all >> I have an Authentication problem. I use Interceptor to authenticate >> actions and methods, based on different member and different role. >> Everything works well.But my client can not access some resource,

Authentication way: Should I interceptor or before it render?

2008-08-19 Thread Haulyn R. Jason
e:saharabear Haulyn Runner Jason - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to resolve list property for ModelDriven Action?

2008-08-11 Thread Haulyn R. Jason
Dave Newton : Oh. So what are you asking then? How to create a select list? How to use the tag? Dave --- On Mon, 8/11/08, Haulyn R. Jason <[EMAIL PROTECTED]> wrote: From: Haulyn R. Jason <[EMAIL PROTECTED]> Subject: Re: How to resolve list property for ModelDriven Action?

Re: How to resolve list property for ModelDriven Action?

2008-08-11 Thread Haulyn R. Jason
Dave Newton : --- On Mon, 8/11/08, Haulyn R. Jason <[EMAIL PROTECTED]> wrote: I implement ModelDriven interface, but I have a list in my model. It looks like: public class Role(){ private String id; private String name ; private List privilegeList; } In my action, I have a set/get

How to resolve list property for ModelDriven Action?

2008-08-11 Thread Haulyn R. Jason
my "edit page" for privilegeList. Should I define another list then convent it to privilegeList myself? Always thanks for solution or some urls for reference. -- Thanks! Mobile: +086-15864011231 EMail>alk:[EMAIL PROTECTED] EMail&yahoo:[EMAIL PROTECTED] Skype:saharabear 贾昊林(Ha

Re: Issue with Url mapping with struts-action-extension=""

2008-08-06 Thread Haulyn R. Jason
Jeromy Evans 写道: > Haulyn R. Jason wrote: > >>> > In case it is a, I would try the following settings: >>> > >>> > struts.action.extension=,,action >>> > >>> >>> >>> >> 2.If I use

Re: Issue with Url mapping with struts-action-extension=""

2008-08-05 Thread Haulyn R. Jason
that should make > them bypass struts as you want. > (*Chris*) > > 2008/8/4 Haulyn R. Jason <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> > > Jeromy Evans 写道: > > Haulyn R. Jason wrote: > > > >> Hi,all > >>

Re: Issue with Url mapping with struts-action-extension=""

2008-08-04 Thread Haulyn R. Jason
gt; > Jeromy Evans 写道: > > Haulyn R. Jason wrote: > > > >> Hi,all > >> I set struts-action-extension="" for no extension as "action" or "do" by > >> default for struts2, and mapping all url to struts2 dispatcher as "/*&

Re: Issue with Url mapping with struts-action-extension=""

2008-08-04 Thread Haulyn R. Jason
Jeromy Evans 写道: > Haulyn R. Jason wrote: > >> Hi,all >> I set struts-action-extension="" for no extension as "action" or "do" by >> default for struts2, and mapping all url to struts2 dispatcher as "/*". >> But, the p

Issue with Url mapping with struts-action-extension=""

2008-08-02 Thread Haulyn R. Jason
n mapping for XXX.jsp action. Should any one give me some suggestions or referenced links? Always thanks very much. -- Thanks! Mobile: +086-15864011231 EMail>alk:[EMAIL PROTECTED] EMail&yahoo:[EMAIL PROTECTED] Skype:saharabear Haulyn Jason -

  1   2   3   4   5   >