Re: How to recover the action's name executed [SOLVED]

2008-11-03 Thread Arpan Debroy
When you say it works then you should say how you did that. Because others may be looking for the solution for your problem. On Wed, Oct 29, 2008 at 9:39 PM, Juanjo Cuadrado <[EMAIL PROTECTED]>wrote: > It works!!! > > Thanks. > > 2008/10/29 hernan gonzalez <[EMAIL PROTECTED]> > > > I wrote "vali

Passing parameters through a form

2008-11-03 Thread Alexander Baetz
Hi, i'm using a formular (struts form) to edit attributs of my model objects. The intention is that prepare gets the correct model-object, model driven puts it on the stack and params sets all attributes. Sounds simple, but prepare needs some informations to work. these have to be set before p

s2: datetimepicker return incorrect time result

2008-11-03 Thread xianwinwin
I have the following code: When populating the info of flight.departureTime the result is always 12:00 AM Does anyone know why? * the flight.departureDate is 14:00 PM (I verified it with debugging) * I tried displayFormat="h:mm a" (same result) Thank you! -- View this message in context

Re: Clustering in weblogic 9.2 with scoped model driven interceptor

2008-11-03 Thread Dave Newton
--- On Mon, 11/3/08, Peterson, Andy J wrote: > We are using the scoped model driven interceptor on > weblogic 9.2 mp1 two server cluster and are noticing > that data is not being replicated across the cluster. > Has anybody else run into this scenario and know how > to fix this. Have you verifie

Scoped Model Driven Interceptor issue

2008-11-03 Thread Peterson, Andy J
We are using the scoped model driven intcerceptor in our application. How do you clear the scoped model before the session times out? We will fill out a form and then go back to the form and the data from the previous form is still there. Thanks Andy Peterson -

Clustering in weblogic 9.2 with scoped model driven interceptor

2008-11-03 Thread Peterson, Andy J
We are using the scoped model driven interceptor on weblogic 9.2 mp1 two server cluster and are noticing that data is not being replicated across the cluster. Has anybody else run into this scenario and know how to fix this. Thanks Andy Peterson -- T

Re: Dojo custom build and Struts ComboBox widget

2008-11-03 Thread tieds
The problem with using 0.4.0 is that you lose out on the dojo improvements made in 0.4.1, specifically some handling of potential memory leaks in IE. Does anyone know how to get this working with dojo v0.4.1 or later? Jeromy Evans - Blue Sky Minds wrote: > > Urgh... I was trying to create a bu

Re: How to run an iterator twice in a page

2008-11-03 Thread Dale Newfield
Struts Two wrote: Please ignore this topic as the problem was due a typo in my jsp. That wasn't your only error. Remember, having more than one item on a single (x)html page with the same id is illegal and may result in unexpected behaviors. -Dale -

Re: XSLT Translation

2008-11-03 Thread Dave Newton
--- On Mon, 11/3/08, Mark Thomson wrote: > My struts config is as follows: > [...] > > > /Product.xsl > > [...] What happens if you use "location" as the param name, and which S2 version are you using? Dave - To uns

Re: struts2 validation failed method

2008-11-03 Thread hernan gonzalez
The quick answer: in the default configuration, when the validation fails the result INPUT ("input") is returned. You frequently define a mapping for this action and result in your struts.xml which renders the "original" jsp (the input) so that the user can see the errors (eg: ) and reenter the dat

Re: struts2 validation failed method

2008-11-03 Thread Nils-Helge Garli Hegvik
Hi! If you look at the relationship between the ValidationInterceptor [1] and the WorkflowInterceptor [2], you should be able to figure it out. [1] - http://struts.apache.org/2.0.12/docs/validation-interceptor.html [2] - http://struts.apache.org/2.0.12/docs/workflow-interceptor.html Nils-H On M

struts2 validation failed method

2008-11-03 Thread Harden ZHU
Hi, I have Basic Validation. If validation failed, which method struts2 is calling? Can I define some method like in struts1 input? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

Re: sitemesh and frame

2008-11-03 Thread Antonio
2008/11/3 Hardik Shah <[EMAIL PROTECTED]>: > please help me Wrong place to ask a Sitemesh question, see: http://opensymphony.com/sitemesh/userForums.action Antonio - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

sitemesh and frame

2008-11-03 Thread Hardik Shah
can anybody give me sitemesh and frame example frame is not showing while i am using with sitemesh is there any specific settings? please help me -- View this message in context: http://www.nabble.com/sitemesh-and-frame-tp20299797p20299797.html Sent from the Struts - User mailing list archive