Re: jQuery Plugin

2009-06-08 Thread Miguel
I'll test it. I use jquery with s2 "by hand" (didn't understood the dojo tags, so i made my own code), so it would be a great help to stop hard coding the same 3 lines page by page. Does uses the same syntax and names of the sx tags? I'll post my findings. Si quieres ser más positivo, pierde un e

struts2 -

2009-06-08 Thread Abdul Qayyum
Hi, I am doing a simple CURD using Struts 2 and Hibernatge3. I am using a Long type in my bean for a property as private Long priceMrp; Since this property has a Long type, its getter and setter correspondingly use Long type in the model bean. public Long getPriceMrp() { return this

RE: struts2-jquery-plugin ThemeRoller (part deux)

2009-06-08 Thread Martin Gainty
looked as if Theme was using the same components and the same JS funcs as JQuery base thanks! Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehe

Re: struts2-jquery-plugin ThemeRoller (part deux)

2009-06-08 Thread Musachy Barroso
the jquery list would be the place to ask. musachy On Mon, Jun 8, 2009 at 11:58 AM, Martin Gainty wrote: > > trying to get some information on JQuery themeroller > here is the main page for JQuery themeroller > type="text/javascript" src="js/jquery-ui-1.7.2.custom.min.js"> >                    

[S2] Issue with NamedVariablePatternMatcher and ActionConfigMatcher?

2009-06-08 Thread cilquirm
Hi all, I've been spending time with Struts 2.1.6, and the NamedVariablePatternMatcher, and I've come across a potential issue. The issue comes into play when defining a class such as this : @Namespace("/content/{year}/{month}") public class ContentAction extends ActionSupport { private In

struts2-jquery-plugin ThemeRoller (part deux)

2009-06-08 Thread Martin Gainty
trying to get some information on JQuery themeroller here is the main page for JQuery themeroller // Accordion $("#accordion").accordion({ header: "h3" }); // Tabs $('#

jQuery Plugin

2009-06-08 Thread Johannes Geppert
Hello, since last Friday i have lunched a new jQuery plugin for struts2 at Google Code. http://code.google.com/p/struts2-jquery/ It provides an AJAX Support for Links, Forms and Divs. Support for Themes from jQuery Themeroller and some Widgets from jQuery UI like Tabs, Datepicker, Dialog and Ac

Re: Return to previous page without javascript

2009-06-08 Thread Paweł Wielgus
Hi Stefano, > have u got an example or a tutorial about how to return an url? I think i was using something like #request.uri or #request.getURI(), read more here: http://cwiki.apache.org/WW/ognl-basics.html or simply put it inside a page from action where You can implement ServletAware or Request

Problem with displayTag

2009-06-08 Thread Bhaarat Sharma
Hi guys, I'm starting displaytag for the first time. I have a simple Struts2 action that is returning a list. The list contains elements of Class Apple. Following is the code I have: This works ok, however, when I click 'next page' th

RE: Interceptor - Conditional "Redirect" to alternate action

2009-06-08 Thread Mitchell, Steven
Oh, wow, that's incredibly simple. I was making it too complicated in my mind, thinking I needed to tell the ActionInvocation class not to allow the original action to fire. I see now that the answer was right there in the API "[Interceptor.intercept()] - Allows the Interceptor to... short-ci

Re: Interceptor - Conditional "Redirect" to alternate action

2009-06-08 Thread Wes Wannemacher
Could you use a global-result? http://struts.apache.org/2.x/docs/result-configuration.html#ResultConfiguration-GlobalResults I would just think up a unique name for the set of conditions that should cause the redirect. Then, configure that string as a global-result and write your interceptor to d

Interceptor - Conditional "Redirect" to alternate action

2009-06-08 Thread Mitchell, Steven
I need to put an interceptor after the cookie interceptor that will send the user to a preference page if a preference cookie is missing rather than let the desired action fire--like a guard condition. If I was using a Filter I would just do a redirect. Eventually I will also add a Flash shared o

RE: Training

2009-06-08 Thread Martin Gainty
MG>hopefully brief comment! > Date: Mon, 8 Jun 2009 09:19:56 -0400 > Subject: Re: Training > From: w...@wantii.com > To: user@struts.apache.org > > On Mon, Jun 8, 2009 at 8:51 AM, wrote: > [...] > > > > Great and effective training is expensive and time consuming. My > > step-father is a singl

RE: Training

2009-06-08 Thread Martin Gainty
> Date: Mon, 8 Jun 2009 07:51:29 -0500 > Subject: Re: Training > From: stanl...@gmail.com > To: user@struts.apache.org > > I suspected this sort of training dialog was just beneath the surface. The > sad matter of fact is both Wes and Martin are spot on from each of their > perspectives. Wes wo

Re: Training

2009-06-08 Thread Wes Wannemacher
On Mon, Jun 8, 2009 at 8:51 AM, wrote: [...] > > Great and effective training is expensive and time consuming.  My > step-father is a single proprietor plumber with one of those cool vans full > of tools and we often discuss his investment in his business. If he does not > dig deep into his own po

Re: Re [S2] development tool

2009-06-08 Thread Nils-Helge Garli Hegvik
I don't think anyone is _threatened_ by RAD tools. To be a threat, they would have to be better than the alternatives And they're not I have yet to see a RAD (as in point and click programming) tool that is actually more productive taking the entire lifecycle of a development project into c

Re: Training

2009-06-08 Thread stanlick
I suspected this sort of training dialog was just beneath the surface. The sad matter of fact is both Wes and Martin are spot on from each of their perspectives. Wes works his tail off (I know because I have been reviewing his new book) and Martin is a master technologist in business. So who mak

Re: Doubts about new project (Struts2 good way to do it?)

2009-06-08 Thread Dave Newton
Francisco Exposito wrote: Do you have a list of functionalities of JSR168 portlets? Or some url to find info or examples... http://tinyurl.com/kl69x4 Dave - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For addi

Re: Doubts about new project (Struts2 good way to do it?)

2009-06-08 Thread Nils-Helge Garli Hegvik
> could you elaborate on how JetSpeed is not JSR-168 compliant? > > thanks, > Martin Gainty You have to start actually reading the posts you're replying to. I said nowhere that JetSpeed is not JSR-168 compliant. And please, keep discussions on the list. Nils-H > > >> Date: Mon, 8 Jun 2009 13:00:

RE: Doubts about new project (Struts2 good way to do it?)

2009-06-08 Thread Francisco Exposito
Do you have a list of functionalities of JSR168 portlets? Or some url to find info or examples... > Date: Mon, 8 Jun 2009 13:00:07 +0200 > Subject: Re: Doubts about new project (Struts2 good way to do it?) > From: nil...@gmail.com > To: user@struts.apache.org > > Jetspeed2 - No, JSR168 portlets

RE: Migration: webwork to struts2 help.

2009-06-08 Thread Martin Gainty
http://cwiki.apache.org/WW/spring.html web.xml org.springframework.web.context.ContextLoaderListener Register your objects via the Spring configuration applicationContext.xml http://www.springframework.org/dtd/spring-beans.dtd";> ... http://struts.apache.org/dtds/s

Re: Doubts about new project (Struts2 good way to do it?)

2009-06-08 Thread Nils-Helge Garli Hegvik
Jetspeed2 - No, JSR168 portlets - Yes. You should be aware of the features and limitations of portlets though. It might not necessarily be what you're looking for. I suggest digging a bit deeper into the topic if you're considering using it. Nils-H On Mon, Jun 8, 2009 at 9:05 AM, Francisco Exposi

Re: Migration: webwork to struts2 help.

2009-06-08 Thread Dave Newton
gwen harold autencio wrote: INFO org.apache.struts2.spring.StrutsSpringObjectFactory - Initializing Struts-Spring integration... 18192 [WrapperSimpleAppMain] ERROR org.apache.struts2.spring.StrutsSpringObjectFactory - ** FATAL ERROR STARTING UP STRUTS-SPRING INTEGRATION ** Loo

Migration: webwork to struts2 help.

2009-06-08 Thread gwen harold autencio
Hi Guys, Can i ask some help regarding migration from webwork to struts2 ? Here's the error i'm getting after i made some changes for the migration..  INFO org.apache.struts2.spring.StrutsSpringObjectFactory - Initializing Struts-Spring integration... 18192 [WrapperSimpleAppMain] ERROR org.apa

RE: Doubts about new project (Struts2 good way to do it?)

2009-06-08 Thread Francisco Exposito
Has anyone an example of jetspeed2 + struts2? > Date: Fri, 5 Jun 2009 14:24:28 +0200 > Subject: Re: Doubts about new project (Struts2 good way to do it?) > From: poulw...@gmail.com > To: user@struts.apache.org > > Hi Francisco, > free hosting for java can be a hard one to find, > i don't know or