Re: get value to specific key

2010-11-02 Thread Dale Newfield
in Java you have two tools to get what you're asking for: Map has an entrySet() method returns a Set, each one of which has a getKey() and a getValue() method. The original map also has a get() method. So translating to ognl, you can iterate over map.entrySet(), and use top.key, top.value (or

Re: Struts - optiontransferselect - Triple

2010-11-02 Thread Dale Newfield
On 11/2/10 1:34 AM, Raghuveer Vellanki wrote: Is it possible to customize / Build optiontransferselect for three dropdown boxes With Triple List (3 List boxes with Left and Right buttons)? Look at the html and javascript that actually runs in the browser when you use this tag. It's pretty str

Re: Struts - optiontransferselect - Triple

2010-11-02 Thread Maurizio Cucchiara
In order to implement what you mean, the best way I know is write client-side component from scratch. Take a look at http://developer.yahoo.com/yui/3/examples/dd/list-drag.html or http://jqueryui.com/demos/sortable/#empty-lists|default 2010/11/2 Raghuveer Vellanki : > > Is it possible to customize

Re: get value to specific key

2010-11-02 Thread Maurizio Cucchiara
You should be able to access on a specific map item through or You also should be able to iterate through 2010/11/2 Emil Dombagolla : > Dear all , > > Please please help me on this, > > I have a map with iterator tag, i need to get a value for a specific key, > can i do this > > >

Re: get value to specific key

2010-11-02 Thread Matthias Rakowski
This should work: I want to say, i expect VALUE for the relevant key - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

get value to specific key

2010-11-02 Thread Emil Dombagolla
Dear all , Please please help me on this, I have a map with iterator tag, i need to get a value for a specific key, can i do this I want to say , i expect VALUE for the relevant key Thanks Lot. emil

Struts - optiontransferselect - Triple

2010-11-02 Thread Raghuveer Vellanki
Is it possible to customize / Build optiontransferselect for three dropdown boxes With Triple List (3 List boxes with Left and Right buttons)? DISCLAIMER: This email may contain confidential information and is intended only for the use of the specific ind

Re: RE: Struts 2.1.8 Tiles

2010-11-02 Thread Chris Pratt
Do you have the struts-tiles plug-in in your WEB-INF/lib directory? (*chris*) On Nov 2, 2010 1:22 PM, "Satheesh Kannan A B" wrote: > Hi, > Below one also not working. If am give > /pages/layout/header.jsp > Like above means working perfectlt, but if am change this result type to tiles as given

RE: Struts 2.1.8 Tiles

2010-11-02 Thread Satheesh Kannan A B
Hi, Below one also not working. If am give /pages/layout/header.jsp Like above means working perfectlt, but if am change this result type to tiles as given as below means throwing exception. home.page And exception

RE: Struts 2.1.8 Tiles

2010-11-02 Thread Martin Gainty
implement one extends e.g. Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefug

RE: Struts 2.1.8 Tiles

2010-11-02 Thread Satheesh Kannan A B
Hi, I tried wat u all told, since am facing this issue. [11/3/10 0:51:32:207 IST] 00db SystemOut O 2010-11-03 00:51:32,160 [WebContainer : 0] ERROR org.apache.struts2.dispatcher.Dispatcher - Dispatcher initialization failed Unable to load configuration. - action - file:/D:/Official/PRO

Re: Struts 2.1.8 Tiles

2010-11-02 Thread Chris Pratt
It looks like you extended the struts-default instead of the tiles-default and you didn't define the tiles result type yourself. Try changing the package declaration to extends="tiles-default" (*Chris*) On Tue, Nov 2, 2010 at 3:49 AM, Maurizio Cucchiara < maurizio.cucchi...@gmail.com> wrote: >

Re: Struts 2.1.8 Tiles

2010-11-02 Thread Maurizio Cucchiara
This time it seems you have trouble with spring configuration (http://struts.apache.org/2.1.8.1/docs/spring-plugin.html). 2010/11/2 Satheesh Kannan A B : > Hi, > Below is my content of my struts.xml contents. > >    "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN" >    "http://

RE: Struts 2.1.8 Tiles

2010-11-02 Thread Satheesh Kannan A B
Hi, Below is my content of my struts.xml contents. http://struts.apache.org/dtds/struts-2.0.dtd";> home.page home.page home.pa

Re: Struts 2.1.8 Tiles

2010-11-02 Thread Maurizio Cucchiara
Could you post your struts.xml file? 2010/11/2 Satheesh Kannan A B : > Hi, > I did wat u told. Now both struts tiles plugin and struts core 2.1.8 are sin > web layer itself. > Its deployed perfectly but if am try to run my appl in browser its showing. > ERROR org.apache.struts2.dispatcher.Dispatc

RE: Struts 2.1.8 Tiles

2010-11-02 Thread Satheesh Kannan A B
Hi, I did wat u told. Now both struts tiles plugin and struts core 2.1.8 are sin web layer itself. Its deployed perfectly but if am try to run my appl in browser its showing. ERROR org.apache.struts2.dispatcher.Dispatcher - Dispatcher initialization failed. Full stack trace given below. [11/2

Re: Struts 2.1.8 Tiles

2010-11-02 Thread Maurizio Cucchiara
Try to put dependencies in the same folder. -- Maurizio Cucchiara - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: Struts 2.1.8 Tiles

2010-11-02 Thread Maurizio Cucchiara
As you can see struts2-tiles-plugin and struts2-core are located in different places. So your application server loads them in two different time: D:\Official\PROJECTS\D&E\Source\*DivorceAndEqualizationEAR*\struts2\struts2-tiles-plugin-2.1.8.1.jar; D:\Official\PROJECTS\D&E\Source\*DivorceAndEqualiz