Problem using JSP expressin in Struts 2

2011-02-11 Thread Ashish Shrivastava
Hi, We are in the process to upgrade our application. Currently our aplication is on *Weblogic: 8.1sp5 Java: 1.4 Struts: 1.2 * We are upgrading it to: *Server: Weblogic 10.3 Java: 1.6.0_5 Current Struts: 2.0.14 *We are facing issue with jsp expression in struts tag. All the expression which uses JS

Re: I have some doubts

2011-02-11 Thread Dave Newton
Which version? (You know the Dojo tags are deprecated, correct?) Dave On Fri, Feb 11, 2011 at 3:55 PM, Thiago Araujo wrote: > Hello guys, > > Can someone help me. i getting the followings errors, i'm sure that i'm > doing something wrong, but i don't know what. > > > i get a with the following

I have some doubts

2011-02-11 Thread Thiago Araujo
Hello guys, Can someone help me. i getting the followings errors, i'm sure that i'm doing something wrong, but i don't know what. i get a with the following configuration: the param updateFreq="5000" just run after 5 seconds, but must it waits 5 seconds even when i'm loading the page? T

user@struts.apache.org

2011-02-11 Thread Alex Lopez
I would better rewrite the method into part of the action name, before the params, and use wildcards both for the action name and the method (or just for the method), something like: have a look at: http://struts.apache.org/2.x/action-configuration.html http://struts.apache.org/2.x/wildcard-

user@struts.apache.org

2011-02-11 Thread abhishek jain
hi, if i have a url like abc.com/abc.phtml and i want to convert that into index.action?type=product&otherparam=abc i think i can do via urlrewrite, i have done this in struts1 and not sure how to do in struts 2. Also, how will i call the method product () in the action(from url index.action?typ

Re: OT static resources, cache control, and versioning

2011-02-11 Thread Jordi Fernández
You can reference every static content with: /js/site.js?version= If using Maven or Ant, in the building process generate a timestamp and substitute it wherever applicable. On Thu, Feb 10, 2011 at 3:56 PM, Greg Lindholm wrote: > I'm trying to find out what are the "Best Practices" and if there

Re: OT static resources, cache control, and versioning

2011-02-11 Thread Maurizio Cucchiara
I remember I wrote a simple filter coupled with a *jsp* (not a struts) tag library. As far as I can remember the tag library worked as resource assembler for instance: So in this specific case the tag library combines this two file in just one and generates a digest based on the output c