Re: Struts1 and Struts2 mailing lists separation ?

2008-07-08 Thread Al Sutton
web forums are a nightmare for the dynamics shown by this list. There are a core few who respond to many of the questions asked, and there is a lot of traffic, which means with a web forum those few would need to either check for new posts every so often (which is a chore), or receive an

Re: Using Menu Links In Tiles2 + Struts 2

2008-07-08 Thread DEEP JADHAV
I am using tiles 2 in struts 2 and I have configured it. I created one layout containing title,menu,body and footer regions and in each region I inserted tiles(jsp's). In menu region I have list of menu links and I want 'body' region of layout to be rendered corresponding to the link clicked. How

Re: Struts 2.0.11 and Tiles 2.0.5

2008-07-08 Thread Antonio Petrelli
2008/7/7 Francisco Spaeth [EMAIL PROTECTED]: Searching in the internet I notice that tiles 2.0.6 has a problem with UTF8, Eh? What problem? I am not aware of it. And anyway please ask the Tiles Users mailing list: http://tiles.apache.org/mail.html Antonio

Re: Using Menu Links In Tiles2 + Struts 2

2008-07-08 Thread Antonio Petrelli
2008/7/8 DEEP JADHAV [EMAIL PROTECTED]: I am using tiles 2 in struts 2 and I have configured it. I created one layout containing title,menu,body and footer regions and in each region I inserted tiles(jsp's). In menu region I have list of menu links and I want 'body' region of layout to be

Struts templates

2008-07-08 Thread jiebe
Hi, Question regarding Struts templates. Currently we are finding that each form element gets wrapped in its own div can this be changed? Also for error messages I want the error to appear on the parent div not per form element...can this be done? Basically the error class is being set only on

Re: Ajax based login not working in IE but Working in FF

2008-07-08 Thread Jeromy Evans
AjaySrini wrote: Hi all, I'm new to sturts 2.0.Currently i'm developing a web application in which i have a login screen which is ajax based(using s:head theme=ajax) It works fine in FF but when i used to login through IE it is not working. Whether Struts2.0 + ajax functionality will support

Re: REST plugin URL syntax

2008-07-08 Thread Jeromy Evans
Mike Watson wrote: The trick (I believe) is that the url should be parsed from right to left, not left to right. I don't think it's a hijack; for the application I'm working on context is very important so knowing that a given resource is being accessed in the context of another resource has a

Re: Ajax based login not working in IE but Working in FF

2008-07-08 Thread AjaySrini
Hi Thanks for ur reply. It is working fine now. Regards, Srini :-) Jeromy Evans - Blue Sky Minds wrote: AjaySrini wrote: Hi all, I'm new to sturts 2.0.Currently i'm developing a web application in which i have a login screen which is ajax based(using s:head theme=ajax) It works

Re: Struts1 and Struts2 mailing lists separation ?

2008-07-08 Thread Musachy Barroso
Totally agree with Al. On Tue, Jul 8, 2008 at 2:17 AM, Al Sutton [EMAIL PROTECTED] wrote: web forums are a nightmare for the dynamics shown by this list. There are a core few who respond to many of the questions asked, and there is a lot of traffic, which means with a web forum those few

Ajax based implementation for Radio Button in Struts 2.0

2008-07-08 Thread AjaySrini
Hi, Currently i'm developing a web application which consists of 4 radio buttons using Struts 2.0 written in div tag. Based on the selection of the radio buttons i need to display the other struts tags such as s:optiontransferselect, s:groupbox, s:combobox, etc... using ajax implementation.

Re: Ajax based login not working in IE but Working in FF

2008-07-08 Thread AjaySrini
Hi, Thanks for ur timely reply. Do u have any idea regarding the following problem? I'm developing a web application which consists of 4 radio buttons using Struts 2.0 written in div tag. Based on the selection of the radio buttons i need to display the other struts tags such as

question on multipage form bean

2008-07-08 Thread Dimitris Mouchritsas
Hi all, I'm using a multipage form bean for a 3 page form. From what I tested, if I leave the pages (by following another link) and return later the bean is still in session scope. How can I tell struts that I've left these pages and remove the bean from session? I suppose if the user follows

Re: Ajax based implementation for Radio Button in Struts 2.0

2008-07-08 Thread Jeromy Evans
AjaySrini wrote: Hi, Currently i'm developing a web application which consists of 4 radio buttons using Struts 2.0 written in div tag. Based on the selection of the radio buttons i need to display the other struts tags such as s:optiontransferselect, s:groupbox, s:combobox, etc... using ajax

Re: [S2] Problem injecting String with Spring plugin

2008-07-08 Thread Gabriel Belingueres
Doing more testing, I changed the injected bean's datatype from String to Integer, so that the setter became void setTemplateDir(Integer), and this time it was not injected into the action, but neither was injected into the ServletDispatcherResult object. This last behavior may be because the

Re: Struts 2 Page Ctrl+R

2008-07-08 Thread Rubbinio
Tried that and it did not work at all. I got it working in a way but not the way I want. Basically what I did was set the values in the session and then on page refresh they are picked up ok. The problem is the data on the page might change so I would like to have the action invoked when the user

[S2] Struts configuration vizualization

2008-07-08 Thread Milan Milanovic
Hi, I'm wodering is there any Eclipse plug-in (or something similar) which will vizualize struts.xml configuration ? -- Thx, Milan -- View this message in context: http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18342762.html Sent from the Struts - User mailing list

Re: static list with s:select problem.

2008-07-08 Thread Lukasz Lenart
Hi, Maybe like that 'Do not have caller ID' ? Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Struts templates

2008-07-08 Thread Lukasz Lenart
Hi, You can either develop your own theme or extended existing one [1] [1] http://struts.apache.org/2.1.2/docs/extending-themes.html Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: question on multipage form bean

2008-07-08 Thread Lukasz Lenart
Hi, I'm assuming that you're using Struts 1, if so ActionForms are stored in session by default [1], change scope of your action mapping to request [2] [1] http://struts.apache.org/1.3.8/userGuide/building_controller.html#action_form_classes [2]

Re: Using Menu Links In Tiles2 + Struts 2

2008-07-08 Thread Lukasz Lenart
Hi, I'm not sure what the problem you have, links in your menu should be mapped to apropreciated actions and those actions should have defined result type tiles with defined tile's name in tiles.xml configuration. Regards -- Lukasz http://www.lenart.org.pl/

Re: Struts 2 Page Ctrl+R

2008-07-08 Thread Lukasz Lenart
Hi, What you have in browser's address bar? CTRL+R just make GET request to your application, if you have .action in your url, apropreciated action has to be called. Regards -- Lukasz http://www.lenart.org.pl/ - To

Re: Struts 2 Page Ctrl+R

2008-07-08 Thread Rubbinio
That's the thing, the application is in a frameset and the struts 2 action is in on of the frames. Now my action result is a JSP and not an action. When I hit refresh in the Struts2 Filter I get the jsp name. So how can I make it have the .action because my page is rendered as a result of an

Re: Struts 2 Page Ctrl+R

2008-07-08 Thread Lukasz Lenart
Hi, Put all your frameset's source to actions, not to jsp files. Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Struts 2 Page Ctrl+R

2008-07-08 Thread Rubbinio
What do you mean ? I have a link the user click on in Frame 1: listDashboardAction.action That invokes my action, does some stuff and returns input which in my struts.xml is result name=input/setup/dashboard/dashboard_config.jsp/result And that gets loaded in frame 2. Now how can i set the

Re: Struts 2 Page Ctrl+R

2008-07-08 Thread Lukasz Lenart
Could you show source of your frame? Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Getting Struts2 Parameters?

2008-07-08 Thread Chris Miles
Argh, You know I could not see that at all? Thank you :) Chris - Original Message - From: Jim Kiley [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Monday, July 07, 2008 10:52 PM Subject: Re: Getting Struts2 Parameters? Your setter is private. It needs

Injecting singleton beans into Servlets

2008-07-08 Thread Kleiderman, Matthew
Is there any way to inject beans defined in struts.xml with scope=singleton into a Servlet so that it's available when the Servlet's init method is called? Alternately, is there a way to access where these instances are stored so I can get a reference to the instance? Thanks, Matt Kleiderman

Introduction to Struts

2008-07-08 Thread Oscar Calderon
Hi everybody, first of all i'm glad to take part of this mailing list, well i'm new in Struts and i'm developing a simple application where the user logins and then it goes to a JSP that has to show information of a database table. I am studying all about Actions, FormBeans but i don't find jhow

question about acton path

2008-07-08 Thread shrimpywu
hi guys, if i can get the actionform, how can i get the action path u know, for the page, we have to specify a path for the page in the struts-config so that we can use that path /mywebsit/mymodule/myform.do to visit a page for some reason from development side, i want to know this path,

Re: question about acton path

2008-07-08 Thread shrimpywu
and i forgot to say that i am useing struts 1 shrimpywu wrote: hi guys, if i can get the actionform, how can i get the action path u know, for the page, we have to specify a path for the page in the struts-config so that we can use that path /mywebsit/mymodule/myform.do to visit

Re: Injecting singleton beans into Servlets

2008-07-08 Thread Gabriel Belingueres
2008/7/8 Kleiderman, Matthew [EMAIL PROTECTED]: Is there any way to inject beans defined in struts.xml with scope=singleton into a Servlet so that it's available when the Servlet's init method is called? Did you really meant injecting a bean defined inside Spring's applicationContext.xml file

Re: Struts2 iterator tag

2008-07-08 Thread oraskin
Try the following: s:textarea name=%{'descList[' + #stat.index + '].destination'} value=%{destination}/ Hope it helps! BGE Ger wrote: Hello, I'm struts(2) newbie and I need some help for the iterator tag. How can I access to an updated list in the action class? My JSP looks like:

Re: Introduction to Struts

2008-07-08 Thread Lukasz Lenart
Hi, About which version you are talking? Struts1 or Struts2? Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]