Re: Why do I need a refresh to print a display:table ?

2010-04-07 Thread Alex Rodriguez Lopez
Hi Stéphane, did you try implementing the Preparable interface in your action and populating your List in the prepare() method? http://struts.apache.org/2.x/struts2-core/apidocs/com/opensymphony/xwork2/Preparable.html Em 07-04-2010 05:16, Stephane Cosmeur escreveu: One week later, i'm still

Re: struts 2 tag confution

2010-04-07 Thread Alex Rodriguez Lopez
Use this syntax: forward Em 07-04-2010 06:52, Supratim Bandyopadhyaya escreveu: Greetings to all, I have been trying to get to work properly. Here is the code. Next Record here the parameter offset comes from the action bean which sho

Re: Why do I need a refresh to print a display:table ?

2010-04-07 Thread Stephane Cosmeur
Yes I tried quite early after i discovered my problem and unfortunately useless. The behaviour stays strictly the same. On Wed, Apr 7, 2010 at 4:08 PM, Alex Rodriguez Lopez wrote: > Hi Stéphane, > > did you try implementing the Preparable interface in your action and > populating your List in th

Re: Why do I need a refresh to print a display:table ?

2010-04-07 Thread Alex Rodriguez Lopez
Is the PrepareInterceptor in your interceptor stack? The prepare() method is called by this interceptor. Sorry if you checked already this things, it is the only that comes to mind, otherwise it really seems like a strange behaviour. Em 07-04-2010 09:27, Stephane Cosmeur escreveu: Yes I trie

Dojo div disable problem in struts2

2010-04-07 Thread Rakesh K nair
Hi In my application i am using DOJO divs with attribute updateFreq(for refreshing) But i want to activate it in certain condition only,other wise it should be disabled i tried to use 'disabled' attribute to disable div but it doesn't work.Is it possible to disable and enable DOJO divs from ja

Re: Why do I need a refresh to print a display:table ?

2010-04-07 Thread Stephane Cosmeur
I don't know how to check if the PrepareInterceptir is in my interceptor stack or not, but the method prepare() is called. And don't be sorry for trying to help, i'm new on struts 2 and this strange behaviour must come from a mistake, but I really can't see where it could be, given the table is pop

Standalone Dojo library with Struts 2.1.8 (conflict with the Dojo plugin)

2010-04-07 Thread Celinio Fernandes
Hi, I am trying to use the Dojo library as a standalone resource with Struts 2.1.8. The problem is that i have already included the Dojo plugin for Struts 2.1.8 (the jar is inside WEB-INF/lib). There seems to be a conflict now. Because the autocompleter I used before no longer works if i includ

Re: Struts2 on Websphere portal 6.1.0.0

2010-04-07 Thread Prabahar
Hi, I am also facing similar problem while creating and deploying struts 2 portlet in IBM Portal server 6.1 Have you deployed Struts portlet 2? if so could you please share an example? regards, Prabahar -- View this message in context: http://old.nabble.com/Struts2-on-Websphere-portal-6.1.0.0-t

Re: struts 2 tag confution

2010-04-07 Thread Supratim Bandyopadhyaya
Thanks a million! On Wed, Apr 7, 2010 at 1:47 PM, Alex Rodriguez Lopez wrote: > Use this syntax: > > forward > > > Em 07-04-2010 06:52, Supratim Bandyopadhyaya escreveu: > > Greetings to all, >> I have been trying to get to work properly. >> Here is the code. >> >> >> >>

Struts2 File Upload

2010-04-07 Thread sand...@i2it
Hello All, In my file upload program of struts 2 in HTTP Monitor window of Netbeans im getting Data sent with this request was not parameterized Thanks in Advance -- View this message in context: http://old.nabble.com/Struts2-File-Upload-tp28163069p28163069.html Sent from the Struts - Use

Re: Struts2 File Upload

2010-04-07 Thread Kun Niu
How did you write your file upload form? sand...@i2it wrote: Hello All, In my file upload program of struts 2 in HTTP Monitor window of Netbeans im getting Data sent with this request was not parameterized Thanks in Advance

Re: Struts2 File Upload

2010-04-07 Thread sand...@i2it
JSP page My Action Class public class TestUpload extends ActionSupport{ public TestUpload() { } public String execute() throws Excepti

Re: World¹s Simplest Struts/2 Ajax Pattern

2010-04-07 Thread stanlick
Hey Z -- I hear what your saying brother, but big shops have such tight constraints about what you can download and use that this was a real s t r e t c h for the last shop I was in! We were happy to Struts/2 approved! I like your strategy too. P.S. I'm a drummer and Z reminds me of Zildjian!

Re: s:if tag syntax help needed

2010-04-07 Thread RogerV
DNewfield wrote: > > Felipe A. Lorenz wrote: >> Im not sure that you can use it (instanceof). > > The problem might not be with instanceof but rather StringElement. Did > you try a fully qualified classname? > > Sorry about the delay in replying, but it's a 6 day Easter break in my locale

Re: i18n problem with Struts2 - getting weird

2010-04-07 Thread Marc Logemann
Yeah. But the issue was that i have not defined the needed: <%...@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %> --- regards Marc Logemann http://www.logemann.org http://www.logentis.de Am 05.04.2010 um 13:58 schrieb Alex Rodriguez Lopez: > Do you have your struts.custom

Re: struts 2 tag confution

2010-04-07 Thread Dale Newfield
Supratim Bandyopadhyaya wrote: But the parameter direction which is assigned a value "forward" does not show. The param "direction" is assigned the value resulting from evaluating "forward" against the valuestack. FOO works because anything inside the tag is evaluated to a stri

non-localized decimal separator

2010-04-07 Thread michele mazza
hi I'm having trouble submitting doubles in Struts 2.1.8. I want to use the period as decimal separator regardless of locale (here in Italy we use the comma, but the key in the numeric keypad is mapped to the period - go figure). on a machine set to en_US it works fine, on one with it_IT it just

Re: Which Spring and Hibernate versions are compatible

2010-04-07 Thread aum strut
Yes we can use it.. we are using it one of our project which is ready to go t production. On Wed, Apr 7, 2010 at 8:49 AM, Cimballi wrote: > Yes ! > > > On Tue, Apr 6, 2010 at 11:15 PM, Krunal Dhamelia > wrote: > > Hi All, > > > > I am new to Struts 2 and wanted to use latest versions of Spring a