[Struts 2.1.8] Is the Dojo plugin really deprecated on Struts 2.1 ?

2009-12-21 Thread Fernandes Celinio
Hi, According to the documentation, the The Dojo plugin will be deprecated on Struts 2.1. http://struts.apache.org/2.1.8/docs/ajax-tags.html Is that true ? I have been playing with it lately, it seems to work well. If it is really deprecated, what is the replacement then ? jQuery ? What

Re: [Struts 2.1.8] Is the Dojo plugin really deprecated on Struts 2.1 ?

2009-12-21 Thread Lukasz Lenart
2009/12/21 Fernandes Celinio cfernan...@sopragroup.com: Is that true ? Yes I have been playing with it lately, it seems to work well. If it is really deprecated, what is the replacement then ? jQuery ? Exactly, take a look on that http://code.google.com/p/struts2-jquery/ it should be soon

RE: [Struts 2.1.8] Is the Dojo plugin really deprecated on Struts 2.1 ?

2009-12-21 Thread Fernandes Celinio
Thanks for the info. I have got 2 additional questions : What is the motivation ? Why is Dojo deprecated in favour of jQuery ? I am not too familiar with jQuery. Does it handle events/topics subscriptions/notifications like Dojo to call Struts actions ? If yes, how ? Is there an example

Re: [Struts 2.1.8] Is the Dojo plugin really deprecated on Struts 2.1 ?

2009-12-21 Thread Lukasz Lenart
2009/12/21 Fernandes Celinio cfernan...@sopragroup.com: I have got 2 additional questions : What is the motivation ? Why is Dojo deprecated in favour of jQuery ? I really don't remember, there was large discussion about that - too complicated code base, old dojo version used, too hard to

struts2 internationalization in html attributes

2009-12-21 Thread Пламен Узунов
Help! I need to internationalize some attribure in html when using struts 2. An example a 'title' or 'alt' of 'img' tag. Or 'keywords', 'description' attributes of 'meta' tag. This issue is helpful for SEO of web project.i Regards, Plamen Uzunov

Re: struts2 internationalization in html attributes

2009-12-21 Thread Lukasz Lenart
2009/12/21 Пламен Узунов puzun...@gmail.com: I need to internationalize some attribure in html when using struts 2. An example a 'title' or 'alt' of 'img' tag. Or 'keywords', 'description' attributes of 'meta' tag. This issue is helpful for SEO of web project.i img src='s:text name=src.key/'

Re: struts2 internationalization in html attributes

2009-12-21 Thread Пламен Узунов
Thanks Lukasz! On Mon, Dec 21, 2009 at 4:24 PM, Lukasz Lenart lukasz.len...@googlemail.com wrote: 2009/12/21 Пламен Узунов puzun...@gmail.com: I need to internationalize some attribure in html when using struts 2. An example a 'title' or 'alt' of 'img' tag. Or 'keywords', 'description'

Re: Struts2 drop down box

2009-12-21 Thread vineith kaul
Can someone please help me with this ? Really appreciate any input.This is my first post on this struts2 mailing-list :-) Thanks! Vineith On Sat, Dec 19, 2009 at 5:17 PM, Vineith Kaul vine...@gmail.com wrote: Does anyone know how to differentially color options in struts 2 drop down.e.g I

RE: Struts2 drop down box

2009-12-21 Thread Kawczynski, David
If you're using S2's form taglibs to construct the select list, I don't think you will find the level of control needed for this. Not unless you know how to do that with a single css style element. If you do, specify that style class as the s:select cssClass attribute. If you're not trying to

Re: Struts2 drop down box

2009-12-21 Thread Paweł Wielgus
Hi Vineith, the question is more about does HTML select options allow for such thing? Honestly i have no idea, also it has nothing to do with struts. But if the answear is yes, You can do it yourself, simply generate HTML code by hand. Create select html element by writing its HTML code and inside

Strusts Error - no Action mapped for action name HelloWorld

2009-12-21 Thread dhammikas
Dear All, I am very new to strusts 2.1 and just struggling with up and running the hello world app. Following is the error that i am getting WARNING: Could not find action or result There is no Action mapped