Re: ajax:tabPanel and localization

2009-03-13 Thread konf
BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px; }... as you can see, I tried to use some of styles how to render, including %{}, ${} etc... Jiri On Fri 13/03/09 09:51 , Jiří Chaloupka k...@chalu.cz sent: Hi, I need to use localization in ajax tab, but it is not rendered. When

Re: Re: Struts Ajax Newbie

2009-03-05 Thread konf
BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px; }Hi, about: >baseUrl: "http://127.0.0.1:8080/cars/FillCarModels";, >Check that the action is valid, example if u are using Struts, the >FillCarModels need to be define like an action in the struts-config >file. yes, it is real

Re: Struts Ajax Newbie

2009-03-04 Thread konf
BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px; }Hi, I relpaced in by javascript instead of ajaxtag, but generated by ajaxtag: new AjaxJspTag.Select( { baseUrl: "http:///FillCarModels";, source: "make", onCreate: initProgress, onComplete: resetProgress, onFailure: reportErr

Re: Struts Ajax Newbie

2009-03-03 Thread konf
BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px; }Hallo, it is not really for this forum, but thread is already here. I have following problem with ajaxtags, described in ajaxtags forum, but maybe it is not visited often. For javascript sources and function - it is the same if it

s:checkboxlist

2009-02-26 Thread konf
BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px; }Hallo, is there any way to set that all items (checkboxes) in s:checkboxlist are in their own line, one checkbox under other. Defaultly they are all on the same line and I cannot find the way how to set that each one checkbox has

Struts2.1 and ajax

2009-02-18 Thread konf
BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px; }Hi, I found a lot of articles which describes how to use ajax in Struts2.0 using DOJO / JSON But in Struts 2.1 I found that DOJO is deprecated and replaced by Java Web Part - but I did not found any tutorial. In JWP pages I found