Re: Struts2 redirect-action params with ognl-expression values

2007-10-29 Thread Andvar Woo
, Andvar Woo <[EMAIL PROTECTED]>: > > Thanks for Julien and Dave's reply. > To Julien:I've try the method you suggust,it didnot work either. > To Dave: the "id" attribute included in the form upload post via a hidden > form field > > 2007/10/26, Dave

Re: Struts2 redirect-action params with ognl-expression values

2007-10-29 Thread Andvar Woo
ute included in the form upload post via a hidden form > field or other means? > > d. > > - Original Message > > From: Andvar Woo <[EMAIL PROTECTED]> > > To: Struts Users Mailing List > > Sent: Friday, October 26, 2007 6:17:22 AM > > Subject: Stru

Struts2 redirect-action params with ognl-expression values

2007-10-26 Thread Andvar Woo
Hi.all. Recently,I'v encounter a problem. The problem comes as follows: *First invoke a MdfNews Action with a news id param to init some variables,then goes* *to a newsModify.jsp page ,something like http://www.comanyName.com/news/MdfNews.action?id=123* /WEB-INF/template/newsinfo/newsModify.j

Re: set value of the datetimepicker but the value does not appear in the input box

2007-09-19 Thread Andvar Woo
/mail-archives.apache.org/mod_mbox/struts-user/200705.mbox/[EMAIL > PROTECTED] > > HTH/ > M-- > > - Original Message - > From: "Andvar Woo" <[EMAIL PROTECTED]> > To: > Sent: Wednesday, September 19, 2007 10:13 PM > Subject: set value of the datet

set value of the datetimepicker but the value does not appear in the input box

2007-09-19 Thread Andvar Woo
hi all, i want to set the value of a datetimepicker in javasript but encounter a problem. i do that like this: first use ajax to get a record as a "json" object,then use the "json" object to initialize a form, which contains a datetimepicker. the form is used to add a new record and to modify

Re: Unsolved datepicker problem

2007-08-28 Thread Andvar Woo
try to add between tags. 2007/8/29, vamsi <[EMAIL PROTECTED]>: > > Hi all, > > I posted this many times but still i don't have any response. > I am not asking solution what is the possible problem only. > > My problem struts2 ajax based tags are not working in my application. > application was d

How to get/set value of

2007-08-28 Thread Andvar Woo
Hi.all. i want to modify a record on the same page, I do that like follows: when a record is seleced,a js function is invoked, I use ajax to return a "json" object ,and a div(contains several form tags) to store the data.thediv contains a ,but i cannot set its value in javascript. I've try two

Re: the icons of datatimepicker cannot be displayed

2007-08-21 Thread Andvar Woo
marginally better performance as apache serves the > multitude of small files loaded by dojo. > > I find it's a pain to work like this during development-time though. > > Andvar Woo wrote: > > The problem is cause by the apache httpserver. > > I integrate Tomcat

Re: the icons of datatimepicker cannot be displayed

2007-08-20 Thread Andvar Woo
that may hurt the performace if you have many pictures contained in static pages. I think the Apache Foundation should pay some attention to banlance the conflict. Speical thanks to *Jeromy Evans.* ** 2007/8/21, Andvar Woo <[EMAIL PROTECTED]>: > *in the struts-default.proper

Re: the icons of datatimepicker cannot be displayed

2007-08-20 Thread Andvar Woo
c > They are served from the /struts path by the struts FilterDispatcher if > "struts.serve.static" is true (default) > If it successfully served the javascript from that path it should have > served the images. Perhaps have a look with Firebug. > > Andvar Woo wrote: >

Re: the icons of datatimepicker cannot be displayed

2007-08-20 Thread Andvar Woo
g > Even the error console in FireFox browser is also clear without any error > is any specific reason for this I am using sitemesh and acegi security > framework and struts 2.08 > regards > Vamsi > ----- Original Message - > From: "Andvar Woo" <[EMAIL PROTECTED]

Re: the icons of datatimepicker cannot be displayed

2007-08-20 Thread Andvar Woo
Nobody encountered this problem? by the way,I use struts2.0.9. I type the path of the icon in the address bar of IE,only got a Not found error ? Anyone knows why? Seriously need your help. 2007/8/20, Andvar Woo <[EMAIL PROTECTED]>: > > when I use , it works well except that the ico

problems about

2007-08-20 Thread Andvar Woo
When I try to use ,it does not work. below is a segment of the exception thrown Expression parameters.formName is undefined on line 76, column 43 in template/simple/doubleselect.ftl. The problematic instruction: -- ==> ${parameters.formName} [on line 76, column 41 in template/simple/double

Why the icons of the datetimepicker cannot be displayed?

2007-08-19 Thread Andvar Woo
when I use , it works well except that the icons cannot be displayed. These incos do exist in the struts-core.jar,why thay cannot be displayed? Many thanks for your replay.

the icons of datatimepicker cannot be displayed

2007-08-19 Thread Andvar Woo
when I use , it works well except that the icons of that component cannot be displyed.eg. select a date, Up ,Down these icons do exist in the struts-core.jar. Why they cannot be displayed? Anyone knows? Thanks.

Re: Serious need

2007-08-16 Thread Andvar Woo
en its an IDE itself, not only a plugin, its > almost > 245 MB :o > > am i wrong ? > > On 8/16/07, Andvar Woo <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > >That needs some plug-ins to support,you can try "Lomboz" >

Re: Serious need

2007-08-16 Thread Andvar Woo
; tomcat is not able to do it , does tomcat need a plugin to talk to > eclipse? > but before the struts coming in I was working with tomcat and publishing > my > projects. > > :( > > On 8/16/07, Andvar Woo <[EMAIL PROTECTED]> wrote: > > > > > > > &g

Re: How to make initialize with struts2 action?

2007-08-16 Thread Andvar Woo
I tested it,it works fine. Note that static block can only refer to static fields and static methods Don't put the static block in any method, just put it alone like a function. 2007/8/16, red phoenix <[EMAIL PROTECTED]>: > > static > { > //doSomeInit,this only run once > } > > above code can't ru

Re: Serious need

2007-08-16 Thread Andvar Woo
27;s "Getting started", code the examples one by one*. I'am a newbie too. > On 8/16/07, Andvar Woo <[EMAIL PROTECTED]> wrote: > > > > Firstly,create a empty dynamic web project. That needs some plug-ins to > > support,you can try "Lomboz&q

Re: How to make initialize with struts2 action?

2007-08-15 Thread Andvar Woo
You may try the static block, a no-arg constructor is needed to initialize a Action object by struts static { //doSomeInit,this only run once } 2007/8/16, red phoenix <[EMAIL PROTECTED]>: > > I know your meaning,but the question I want to Initialize in struts > action,not in common class,becaus

Re: Serious need

2007-08-15 Thread Andvar Woo
n im going to use the eclipse as IDE to > develop > > and start a struts everything messes and I can`t continue, actually it > is > > not working, I have seen so many tutorials but none of is 100% sure > about > > what they are saying, can you help me with this ? > > &g

Re: How to make initialize with struts2 action?

2007-08-15 Thread Andvar Woo
You can refer to the Struts doc. The easiest way is to use the struts2-blank-2.0.9.war as a start. you can find it from the http://struts.apache.org You'd better download a struts-2.x.all.zip from the download pages. Hope that helps,good luck. 2007/8/16, meisam sarabadani <[EMAIL PROTECTED]>: > >