RE: Any TabbedPanel specialist in struts 2 + dojo

2011-04-12 Thread bharathnav
I'm using tabbedPanel feature of dojo plugin in struts2.. I have a value set in request say test as hello.. I have tabbedPanel tag in which selectedTab="hello". I want to pass this value by reading from the request attribute instead of hard coding it as hello. Thanks

RE: Any TabbedPanel specialist in struts 2 + dojo

2011-04-11 Thread Mahendru, Ajay
What kind of help are u looking for? Can you be more specific? -Original Message- From: bharathnav [mailto:bharath...@gmail.com] Sent: Thursday, April 07, 2011 11:41 PM To: user@struts.apache.org Subject: Any TabbedPanel specialist in struts 2 + dojo Hello All, Is there anyone active

Any TabbedPanel specialist in struts 2 + dojo

2011-04-11 Thread bharathnav
Hello All, Is there anyone active and help me regarding the tabbedpanel in dojo of struts. Thanks in advance. -- View this message in context: http://struts.1045723.n5.nabble.com/Any-TabbedPanel-specialist-in-struts-2-dojo-tp4290083p4290083.html Sent from the Struts - User mailing list

Struts2 tabbedpanel tab style

2010-03-10 Thread Helen Shen
I am using Struts2 v2.1.8 and need some help use the ajax tag tabbedpanel. The tabbedpanel code below generates a blue rounded tabs using the images. Is there any way to overwrite the style just to do the simple tab w/o images or use different images since blue is not the color theme of my site

[Q] TabbedPanel changes in 2.1.8.1??

2010-02-15 Thread Hoying, Ken
I am in the process of upgrading from Struts 2.0.11.1 to 2.1.8.1 and am having some issues with the TabbedPanel. Previously, I had customized how the TabbedPanel looks by setting the templateCssPath attribute to the location of a CSS file that was a copy of the provided TabContainer.css with

Re: how to customize the rendering of a tabbedpanel? struts2, dojo plugin

2010-02-05 Thread Stephen Ince
I haven't gone around to trimming the fat yet. You also need the css files. On Fri, Feb 5, 2010 at 10:43 AM, Jake Vang wrote: > Steve, i know this is a dojo question, but while we're on it, i don't > think i need all those .js files. i think the only ones i need are > referenced by dojo.require(.

Re: how to customize the rendering of a tabbedpanel? struts2, dojo plugin

2010-02-05 Thread Jake Vang
Steve, i know this is a dojo question, but while we're on it, i don't think i need all those .js files. i think the only ones i need are referenced by dojo.require(..) right? thanks for the heads up (i was worried about those remote servers going away too). On Fri, Feb 5, 2010 at 9:40 AM, Stephen

Re: how to customize the rendering of a tabbedpanel? struts2, dojo plugin

2010-02-05 Thread Stephen Ince
Jake, I actually ran into a lot problems accessing dojo from other servers. They all went away when I installed it locally. I think you get some sandbox security issues with some of the packages. cheers, Steve On Fri, Feb 5, 2010 at 8:44 AM, Jake Vang wrote: > stephen, > > thanks. i'm looking

Re: how to customize the rendering of a tabbedpanel? struts2, dojo plugin

2010-02-05 Thread Jake Vang
stephen, thanks. i'm looking into the dojo js framework right now. i've downloaded the files, but they are almost 10 MB? i know you can reference the JS on other servers too, but i'd like local copies for development testing. i didn't really want to use dojo directly because i didn't want to

Re: how to customize the rendering of a tabbedpanel? struts2, dojo plugin

2010-02-04 Thread Stephen Ince
Jake, The sx: tags are based on the .4 dojo tags. I would just use the dojo tags themselves. The dojo plugin is also being depricated. The new dojo tags are at 1.4. I solved a similiar height problem on dojo 1.4 by doing the following. body, html { height: 99%;overflow:hidden; margin-

how to customize the rendering of a tabbedpanel? struts2, dojo plugin

2010-02-04 Thread Jake Vang
i'm using the in the struts2-dojo-plugin. i have a few questions on controlling the display/rendering of this component. 1. can i make the expand 100% in height? i've tried several things: a) place the inside a and set the height of the table to 100%, b) set the height to 100%, c) set the he

Re: struts2 tabbedpanel tag

2009-11-04 Thread fr Rouxel
any help? fr Rouxel wrote: > > Hi, > > I have a jsp which contains a div which contains a tabbedpanel component. > when I refresh that div in ajax mode, It's getting slower and slower ??? > with all browsers, IE, FF, even Chrome. > > is it normal? > >

struts2 tabbedpanel tag

2009-11-01 Thread fr Rouxel
Hi, I have a jsp which contains a div which contains a tabbedpanel component. when I refresh that div in ajax mode, It's getting slower and slower ??? with all browsers, IE, FF, even Chrome. is it normal? I read I need to use parseContent=false, but it does not change anything. please

[S2] No JavaScript in TabbedPanel

2008-11-04 Thread Tobias . Brandenburger
Hello, I want to use Javascript in a TabbedPanel. But it does not work, similar to http://markmail.org/message/ir6varn7cq372zdl (unsolved). if i look into the generated html-file with firebug, i cant find the javascript-block of site2. any idea how to fix this? Thanks in advance

[struts2] tabbedpanel bug? Remote content retrieved 2/3 times

2008-07-26 Thread Bruyn, Bill
Using Struts 2.0.11, the following markup causes goodbyeWorld's execute method to be called twice: Remote Tab Local Tab When the remote content follows the local content (Tab 1 is placed after Tab 2), it's called just once. Switch out the libraries and change the tags accordin

Dojo and TabbedPanel in Internet Explorer 7

2008-05-25 Thread Jay Bose
I'm using Struts-2.0.11.1 in Dev-Mode. The Dojo Head is also in Debug Mode. I have a tabbedPanel with one dynamic tab (for the purposes of this question). In FireFox-2.0.X, the tab loads properly. In Internet Explorer-7.0, the tab does not load properly. I've included the Dojo Debug

Re: TabbedPanel in Struts2

2008-05-13 Thread Jay Bose
OK User error: I had the struts.serve.static property set to false, and did not actually have all the required files copied over. All, thanks for your quick responses. - To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

Re: TabbedPanel in Struts2

2008-05-13 Thread Jay Bose
I do have debug on. No errors or config warnings are coming up. --- Dave Newton <[EMAIL PROTECTED]> wrote: > Do you have Dojo debugging turned on in your tag? > > Do you have an tag, I guess? I don't recall having had > any major issues with it, but it was awhile ago I used it. > > Dave

Re: TabbedPanel in Struts2

2008-05-13 Thread Dave Newton
Do you have Dojo debugging turned on in your tag? Do you have an tag, I guess? I don't recall having had any major issues with it, but it was awhile ago I used it. Dave --- Jay Bose <[EMAIL PROTECTED]> wrote: > No, not at all. I get Dojo-ififed tags, but they have no label or > anything else,

Re: TabbedPanel in Struts2

2008-05-13 Thread Jay Bose
I saw this page, but no real help - http://struts.apache.org/2.0.11/docs/ajax-tags.html#AjaxTags-tabbedPanelTag Any help would be greatly appreciated. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: TabbedPanel in Struts2

2008-05-13 Thread Jay Bose
No, not at all. I get Dojo-ififed tags, but they have no label or anything else, for that matter. They are just divs with the content of the tab, but no label. I will list the JSP content I'm using, and the resulting output. The JSP code == <%@

Re: TabbedPanel in Struts2

2008-05-11 Thread Jeromy Evans
Jay Bose wrote: I was using tabbedPanel, with the Ajax theme in WebWork-2; no problem. After my upgrade to Struts-2.0.11, I no longer get decorated tabs. The ajax recipes were not as helpful as I would have liked (http://struts.apache.org/2.x/docs/ajax-and-javascript-recipes.html

TabbedPanel in Struts2

2008-05-11 Thread Jay Bose
I was using tabbedPanel, with the Ajax theme in WebWork-2; no problem. After my upgrade to Struts-2.0.11, I no longer get decorated tabs. The ajax recipes were not as helpful as I would have liked (http://struts.apache.org/2.x/docs/ajax-and-javascript-recipes.html#AjaxandJavaScriptRecipes

Re: Using tabbedpanel inside form

2008-04-29 Thread Jukka Välimaa
Ignore this. The problem was caused by an unbalanced div tag elsewhere in the form. On Tue, Apr 29, 2008 at 5:27 PM, Jukka Välimaa <[EMAIL PROTECTED]> wrote: > Hi, > > I'm using struts ajax tag tabbedPanel inside a form. I have the following > problem: the tabbedpanel rend

Using tabbedpanel inside form

2008-04-29 Thread Jukka Välimaa
Hi, I'm using struts ajax tag tabbedPanel inside a form. I have the following problem: the tabbedpanel renders outside the form in generated html, even if the tags are placed inside the form element in jsp, and thus the tabbedpanel can't be used to submit data. Is there a way around this?

tabbedPanel and Form

2008-04-26 Thread Kibo
Hi friends I use tabbedPanel with forms: --- <%-- id=&

Re: Submitting to a div on a tabbedPanel

2008-04-24 Thread Jeromy Evans
cree wrote: I have been laboring over this pretty much all day and have not come up with any sort of solution heres my situation. I have two JSPs. One contains the main tabbed panel with any number of divs as tabs. One tab references an href like: The someAction.action will point to another

Submitting to a div on a tabbedPanel

2008-04-23 Thread cree
an with that target pointing to tabTwo and it works exactly how I want it to just without the form data. If there is something I am missing I would very much like to know. Thanks in advance. -- View this message in context: http://www.nabble.com/Submitting-to-a-div-on-a-tabbedPanel

Using closable div in tabbedpanel

2008-04-10 Thread Gustavo Felisberto
I'm running struts 2.0.11.1 and trying to use some AJAX things with the provided dojo. listenTopics="show_contacts" formId="msg_form"/> This is working, but if I add a closable="true" to the this will crash as there is not such thing. How can I make this work? This mail serves thi

Re: Struts 2.1 TabbedPanel scenario

2008-04-04 Thread Shoaib Gauhar
a on Tab1, Tab2's data becomes empty. > > So, any ideas will be highly appreciated. Furthermore, i am quite new to > tabbed panel and would require clear tips and ideas. > > Thanks in advance, > > Shoaib Ahmad Gauhar > > -- View this message in context: http:/

Re: Hi / Question - TabbedPanel with DisplayTag

2008-04-03 Thread Jeromy Evans
de (I changed the Labels to english) I atached a screen, as I sayd I dont trust in my english... File UsuSeach.jsp (Contains tabbedPanel) --- <%@ taglib prefix="s" uri="/s

Hi / Question - TabbedPanel with DisplayTag

2008-04-03 Thread Márcio Gurgel
way my list opens in another frame. Here's my code (I changed the Labels to english) I atached a screen, as I sayd I dont trust in my english... File UsuSeach.jsp (Contains tabbedPanel)

Re: Struts 2.1 TabbedPanel scenario

2008-04-03 Thread Laurie Harper
Have you looked at the s:action tag? It sounds like that could solve at least part of your problem. I'm still not clear how you expect two actions designed in isolation to suddenly be able to work in tandem without modification. As I say, you can't submit a request to more than one action at on

Re: Struts 2.1 TabbedPanel scenario

2008-04-02 Thread Shoaib Gauhar
easier to offer advice. > > L. > > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.c

Re: Struts 2.1 TabbedPanel scenario

2008-04-02 Thread Laurie Harper
Shoaib Gauhar wrote: Hello, Here is the scenrio. I have two action classes. ClassA and ClassB. There is no relationship among these classes. You might say that if there is no relationship then why i have to put them in one single jsp. Well its a client's requirement. That's an implementation d

Struts 2.1 TabbedPanel scenario

2008-04-02 Thread Shoaib Gauhar
urthermore, i am quite new to tabbed panel and would require clear tips and ideas. Thanks in advance, Shoaib Ahmad Gauhar -- View this message in context: http://www.nabble.com/Struts-2.1-TabbedPanel-scenario-tp16446729p16446729.html Sent from the Struts - User mailing list archi

Re: Strtus 2.0.11 AJAX TabbedPanel with Remote tabs: How to load the result page in another tab

2008-03-19 Thread manisha5
I found the problem. Its working for me now. The tag did not have theme="ajax". After adding ajax theme, the result page was loaded in correct tab. Thanks for the help everyone. -- View this message in context: http://www.nabble.com/Strtus-2.0.11-AJAX-TabbedPanel-with-Remote-t

Re: Strtus 2.0.11 AJAX TabbedPanel with Remote tabs: How to load the result page in another tab

2008-03-18 Thread CarloSilva
gName = "first"; session.setAtribute("pgName", pgName); return "myDiv"; For second div: String pgName = "second"; session.setAtribute("pgName", pgName); return "myDiv"; For three div: String pgName = "three"; session.setAtribute(&q

Re: Strtus 2.0.11 AJAX TabbedPanel with Remote tabs: How to load the result page in another tab

2008-03-18 Thread Jeromy Evans
and and nest as far as you like, but it seems to be a common problem that the scripts are not executed or the markup is not parsed by dojo. manisha5 wrote: Hi Jeromy, That did not work. It still posting as a new page. One more thing is the tabbedPanel is already inside another tabbedpanel (2nd

Re: Strtus 2.0.11 AJAX TabbedPanel with Remote tabs: How to load the result page in another tab

2008-03-18 Thread manisha5
Hi Jeromy, That did not work. It still posting as a new page. One more thing is the tabbedPanel is already inside another tabbedpanel (2nd level nested). Will that cause this problem? thx Jeromy Evans - Blue Sky Minds wrote: > > Put a div inside tab2 and make that inner div the

Re: Strtus 2.0.11 AJAX TabbedPanel with Remote tabs: How to load the result page in another tab

2008-03-18 Thread Jeromy Evans
-ajax because you get better control. ie. in the jsp below, the target is a div inside the second tab manisha5 wrote: Hi, I just started working on Struts 2 + Ajax. I am stuck on one problem. Can somebody help me? I have main page which has tabbedPanel with 3 r

Strtus 2.0.11 AJAX TabbedPanel with Remote tabs: How to load the result page in another tab

2008-03-18 Thread manisha5
Hi, I just started working on Struts 2 + Ajax. I am stuck on one problem. Can somebody help me? I have main page which has tabbedPanel with 3 remote tabs. When i click submit in remote page in tab1, i want to load result page in tab2. I gave tab2 div id as target for the submit but the page

Re: change in struts tabbedpanel style

2008-02-23 Thread hardik_982
Yes you are right i can do it after removing link of tabs.css from my jsp thanks dude -- View this message in context: http://www.nabble.com/change-in-struts-tabbedpanel-style-tp15628786p15650868.html Sent from the Struts - User mailing list archive at Nabble.com

Re: change in struts tabbedpanel style

2008-02-22 Thread Jeromy Evans
The specific problem is that your inline CSS occurs before your link to tabs.css, so tabs.css overrides yours. Switch the order! I don't think you should be importing tabs.css yourself - dojo will import it for you (check in Firebug, it'll be listed twice if it's not needed). I've never im

Re: change in struts tabbedpanel style

2008-02-22 Thread hardik_982
I'm the other Tab!!! --- but it can not affect whats resason -- View this message in context: http://www.nabble.com/change-in-struts-tabbedpanel-s

Re: change in struts tabbedpanel style

2008-02-22 Thread hardik_982
great dude i have installed firebug, its amazing! thanks -- View this message in context: http://www.nabble.com/change-in-struts-tabbedpanel-style-tp15628786p15632074.html Sent from the Struts - User mailing list archive at Nabble.com

Re: change in struts tabbedpanel style

2008-02-22 Thread Jeromy Evans
Just override the css by creating your own CSS file and including it in your page. Take a look at the showcase: http://www.planetstruts.org/struts2-showcase/ajax/tabbedpanel/example2.jsp If you view the generated source using the Firefox plugin I mentioned before you'll see this

Re: change in struts tabbedpanel style

2008-02-22 Thread hardik_982
\core\src\main\resources folder can i remake jar after change in tabs.css pls guide me -- View this message in context: http://www.nabble.com/change-in-struts-tabbedpanel-style-tp15628786p15630121.html Sent from the Struts - User mailing list archive at Nabble.com

Re: change in struts tabbedpanel style

2008-02-22 Thread Jeromy Evans
hardik_982 wrote: -->PS. The styles may be documented somewhere at www.dojotoolkit.org for 0.4.0 but I don't recall ever seeing it. i think you tell about http://dojotoolkit.org/book/dojo-book-0-9/part-2-dijit/themes-and-design/overriding-and-combining-themes Yes, but that's for Dojo 0.9 whi

Re: change in struts tabbedpanel style

2008-02-21 Thread hardik_982
t: http://www.nabble.com/change-in-struts-tabbedpanel-style-tp15628786p15628959.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: change in struts tabbedpanel style

2008-02-21 Thread Jeromy Evans
hardik_982 wrote: can anybody say how i can change in s:tabbedpanel tabs color of tab and style thanks in advance Override the CSS. In Firefox, install the Web Developer Toolbar and inspect the generated source when you have tabs visible. You'll be able to see the styles on the html tags a

change in struts tabbedpanel style

2008-02-21 Thread hardik_982
can anybody say how i can change in s:tabbedpanel tabs color of tab and style thanks in advance -- View this message in context: http://www.nabble.com/change-in-struts-tabbedpanel-style-tp15628786p15628786.html Sent from the Struts - User mailing list archive at Nabble.com

Re: Ajax tabbedPanel and sitemesh problem

2008-02-15 Thread daveck
r decorator is missing the tag in > its head section? > > daveck wrote: >> It works if I put in the of the html. >> >> >> daveck wrote: >> >>> Hi, >>> I am having problem using an ajax tabbedPanel with sitemesh. >>> If I don&

Re: Ajax tabbedPanel and sitemesh problem

2008-02-14 Thread Jeromy Evans
Is it possible your decorator is missing the tag in its head section? daveck wrote: It works if I put in the of the html. daveck wrote: Hi, I am having problem using an ajax tabbedPanel with sitemesh. If I don't decorate page.jsp, the tabbedPanel works fine. As soon as I decora

Re: Ajax tabbedPanel and sitemesh problem

2008-02-14 Thread daveck
It works if I put in the of the html. daveck wrote: > > Hi, > I am having problem using an ajax tabbedPanel with sitemesh. > If I don't decorate page.jsp, the tabbedPanel works fine. > As soon as I decorate it, the in the > section of page.jsp doesn't make it th

Ajax tabbedPanel and sitemesh problem

2008-02-14 Thread daveck
Hi, I am having problem using an ajax tabbedPanel with sitemesh. If I don't decorate page.jsp, the tabbedPanel works fine. As soon as I decorate it, the in the section of page.jsp doesn't make it through to the final decorated page. As a result, only the html is displayed. Any hel

Re: [S2] No JavaScript in TabbedPanel

2008-01-13 Thread Johannes Geppert
- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/-S2--No-JavaScript-in-TabbedPanel-tp

Re: [S2] No JavaScript in TabbedPanel

2008-01-13 Thread GF
Johannes i got same problem time ago. The is removed from page included by s:div and the only thing you've is a execution on first page load.. but in few words you cannot keep function definition inside the page included with a s:div. It's really a strange thing.. but it is. On Jan 13, 2008 8:46

Re: [S2] No JavaScript in TabbedPanel

2008-01-13 Thread Johannes Geppert
ugh'); >> > >> > in your JavaScript does it not execute? >> > >> > d. >> > >> > >> > ----- >> > To unsubs

Re: [S2] No JavaScript in TabbedPanel

2008-01-13 Thread Dave Newton
- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > View this message in context: > http://www.nabble.com/-S2--No-JavaScript-in-TabbedPanel-tp14772176p14789556.html &g

Re: [S2] No JavaScript in TabbedPanel

2008-01-13 Thread Johannes Geppert
> > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/-S2--No-JavaSc

Re: [S2] No JavaScript in TabbedPanel

2008-01-13 Thread Dave Newton
--- Johannes Geppert <[EMAIL PROTECTED]> wrote: > no separateScripts has also no affect, all JavaScript in my result are > removed. What, exactly, do you mean by "removed"? If, for example, you put an alert('plugh'); in your JavaScript does it not execute? d. -

Re: [S2] No JavaScript in TabbedPanel

2008-01-13 Thread Jeromy Evans
hmm... take a look at the generated HTML and each tab's div looks similar to like: Also, see the parseContent attribute of the head tag. http://struts.apache.org/2.x/docs/dojo-head.html Dojo parses your HTML, extracts the scripts, inserts the nodes into the DOM (rather than using innerHTML)

Re: [S2] No JavaScript in TabbedPanel

2008-01-13 Thread Johannes Geppert
no separateScripts has also no affect, all JavaScript in my result are removed. Jeromy Evans - Blue Sky Minds wrote: > > http://struts.apache.org/2.x/docs/dojo-div.html > > separateScripts > > j. > -- View this message in context: http://www.nabble.com/-S2--No-Java

Re: [S2] No JavaScript in TabbedPanel

2008-01-12 Thread Jeromy Evans
Dave Newton wrote: --- GF <[EMAIL PROTECTED]> wrote: Time ago I noticed that javascript were removed in the pages linked by is this your case too? http://struts.apache.org/2.x/docs/dojo-div.html executeScripts d. http://struts.apache.org/2.x/docs/dojo-div.html separateScript

Re: [S2] No JavaScript in TabbedPanel

2008-01-12 Thread Johannes Geppert
I use already the executeScripts parameter but there is no affect. The Scripts are removed from my result. newton.dave wrote: > > --- Johannes Geppert <[EMAIL PROTECTED]> wrote: >> yes all

Re: [S2] No JavaScript in TabbedPanel

2008-01-12 Thread Dave Newton
--- Johannes Geppert <[EMAIL PROTECTED]> wrote: > yes all

Re: [S2] No JavaScript in TabbedPanel

2008-01-12 Thread Dave Newton
--- GF <[EMAIL PROTECTED]> wrote: > Time ago I noticed that javascript were removed in the pages linked by > is this your case too? http://struts.apache.org/2.x/docs/dojo-div.html executeScripts d. - To unsubscribe, e-mail:

Re: [S2] No JavaScript in TabbedPanel

2008-01-12 Thread Johannes Geppert
yes all

Re: [S2] No JavaScript in TabbedPanel

2008-01-12 Thread GF
Time ago I noticed that javascript were removed in the pages linked by is this your case too? On Jan 12, 2008 12:34 PM, Johannes Geppert <[EMAIL PROTECTED]> wrote: > > Hello, > > I have a Tabbed Panel and will execute JavaScript in the div Tabs. > But the Scripts will not be executed, I use the

[S2] No JavaScript in TabbedPanel

2008-01-12 Thread Johannes Geppert
Hello, I have a Tabbed Panel and will execute JavaScript in the div Tabs. But the Scripts will not be executed, I use the parameter executeScripts="true". My TabbedPanel looks like this: images/indicator.gif images/indicator.gif Is a JavaScript like the one in th

Re: TabbedPanel question

2008-01-11 Thread Pablo Vázquez Blázquez
"); Where "extractionTab" is a tab (a local div) inside a tabbedpanel. Now how can I access to style attributes?? I have searched for widget attributes, but I couldn't find anything interesting. Thanks, Martin Gainty escribió: Pablo you can set highlightCol

Re: TabbedPanel question

2008-01-10 Thread Jeromy Evans
ou're not bound to use Dojo 0.4 with Struts2. regards, Jeromy Evans Pablo Vázquez Blázquez wrote: var tab = dojo.widget.byId("extractionTab"); Where "extractionTab" is a tab (a local div) inside a tabbedpanel. Now how can I access to style attributes?? I have sea

Re: TabbedPanel question

2008-01-10 Thread Pablo Vázquez Blázquez
would have started using a widget from another library as you're not bound to use Dojo 0.4 with Struts2. regards, Jeromy Evans Pablo Vázquez Blázquez wrote: var tab = dojo.widget.byId("extractionTab"); Where "extractionTab" is a tab (a local div) inside

Re: TabbedPanel question

2008-01-10 Thread Jeromy Evans
ablo Vázquez Blázquez wrote: var tab = dojo.widget.byId("extractionTab"); Where "extractionTab" is a tab (a local div) inside a tabbedpanel. Now how can I access to style attributes?? I have searched for widget attributes, but I couldn't find anything interesting

Re: TabbedPanel question

2008-01-10 Thread Pablo Vázquez Blázquez
var tab = dojo.widget.byId("extractionTab"); </pre><tt> </tt><tt> Where "extractionTab" is a tab (a local div) inside a tabbedpanel. Now how can I access to style attributes?? I have searched for widget attributes, but I couldn&#x

Re: TabbedPanel question

2008-01-09 Thread Pablo Vázquez Blázquez
o you mean? The "id" attribute of the "div"s inside the tabbedpanel? If you know a solution useful for struts 2.0.9 it would be apreciated. Saludos cordiales :) Martin Gainty escribió: Pablo you can set highlightColor attribute which will set colour for any i

Re: TabbedPanel question

2008-01-08 Thread Raghuveer Rawat
*different* color. > > So far, I only could paint all tabs with the same color (a different one > from the original tabbedpanel). > > Thanks. > > > > Raghuveer Rawat escribió: > > You need to customize CSS for tabbbed panel... > > Have a look on below link

Re: TabbedPanel question

2008-01-08 Thread Pablo Vázquez Blázquez
Yes, I had already seen this link and I am able to customize my CSS, but what I want is to paint *each* tab in a *different* color. So far, I only could paint all tabs with the same color (a different one from the original tabbedpanel). Thanks. Raghuveer Rawat escribió: You need to

RE: TabbedPanel question

2007-12-31 Thread Martin Gainty
:30 +0100> From: [EMAIL PROTECTED]> To: user@struts.apache.org> Subject: Re: TabbedPanel question> > Does somebody know if it is possible? I have a tabbedpanel and I would > like to paint a tab in a different color if there is any validation > error inside it.> > Tha

Re: TabbedPanel question

2007-12-31 Thread Raghuveer Rawat
zquez Blázquez <[EMAIL PROTECTED]> wrote: > Does somebody know if it is possible? I have a tabbedpanel and I would > like to paint a tab in a different color if there is any validation > error inside it. > > Thanks. > > Pablo Vázquez Blázquez escribió: > > > Is it poss

Re: TabbedPanel question

2007-12-30 Thread Pablo Vázquez Blázquez
Does somebody know if it is possible? I have a tabbedpanel and I would like to paint a tab in a different color if there is any validation error inside it. Thanks. Pablo Vázquez Blázquez escribió: Is it possible to paint each tab in the tabbedpanel in a diferent color? I´m using Struts 2.0.9

TabbedPanel question

2007-12-27 Thread Pablo Vázquez Blázquez
Is it possible to paint each tab in the tabbedpanel in a diferent color? I´m using Struts 2.0.9 Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [S2] File upload in a tabbedpanel?

2007-12-11 Thread Pablo Vázquez Blázquez
I have the same problem as you have. Have you already found any solution to this? Thanks. Jason Wyatt escribió: I'm trying to implement a file upload tab in an ajax-themed tabbed panel, using the tag. The file uploading works OK if I view the action directly instead of inside a tabbed

Re: [S2] File upload in a tabbedpanel?

2007-12-04 Thread Jeromy Evans
Jason Wyatt wrote: I'm trying to implement a file upload tab in an ajax-themed tabbed panel, using the tag. The file uploading works OK if I view the action directly instead of inside a tabbedpanel. However, if I view the file upload page inside an ajax tabbedpanel and try submitting, wi

[S2] File upload in a tabbedpanel?

2007-12-04 Thread Jason Wyatt
I'm trying to implement a file upload tab in an ajax-themed tabbed panel, using the tag. The file uploading works OK if I view the action directly instead of inside a tabbedpanel. However, if I view the file upload page inside an ajax tabbedpanel and try submitting, with or without a

Re: Struts2: tabbedPanel with no cssStyle bug?

2007-12-04 Thread elentz
Anyway, I can't duplicate it now so on to other things. Thanks for the help. -- View this message in context: http://www.nabble.com/Struts2%3A-tabbedPanel-with-no-cssStyle-bug--tf4944709.html#a14160899 Sent from the Struts - User mailing list archive at Nabble.com. --

Re: Struts2: tabbedPanel with no cssStyle bug?

2007-12-04 Thread Jeromy Evans
elentz wrote: Has anyone else had the experience that using a tabbedPanel with no cssStyle specifying width and height doesn't work? For example, this works: This doesn't work: It would seem that both should work. By not working I mean that the tabs appear but no content within

Re: Struts2: tabbedPanel with no cssStyle bug?

2007-12-04 Thread elentz
Oh yeah, I'm using 2.0.11 -- View this message in context: http://www.nabble.com/Struts2%3A-tabbedPanel-with-no-cssStyle-bug--tf4944709.html#a14156081 Sent from the Struts - User mailing list archive at Nabble.com. ---

Struts2: tabbedPanel with no cssStyle bug?

2007-12-04 Thread elentz
Has anyone else had the experience that using a tabbedPanel with no cssStyle specifying width and height doesn't work? For example, this works: This doesn't work: It would seem that both should work. By not working I mean that the tabs appear but no content within any of th

Re: Tabbedpanel issue

2007-11-26 Thread Srikanth Muthyala
dney Subject: Re: Tabbedpanel issue Try this (notice the href refers to url tag whose value is populated by setProfile.action) RTB Administration Mar tin -- Original Message - From: "Srikanth Muthyala" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent:

Re: Tabbedpanel issue

2007-11-26 Thread Srikanth Muthyala
M, I dont know what happened there but NO, no 2 of these. Here is the updated one. (Cleanedup) > I am currently using Struts 2 with Ajax for Tabbed panel. I can create and load tabbedpanel showing a jsp page with a form for one of tabs. The form action = "/some.action" is execu

Re: Tabbedpanel issue

2007-11-26 Thread Martin Gainty
first off is there a reason for 2 of everything? M-- - Original Message - From: "Srikanth Muthyala" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Monday, November 26, 2007 4:48 PM Subject: Tabbedpanel issue > > Hello, > > I am current

Tabbedpanel issue

2007-11-26 Thread Srikanth Muthyala
Hello, I am currently using Struts 2 with Ajax for Tabbed panel. I can create and load tabbedpanel showing a jsp page with a form for one of tabs. The form action = "/some.action" is executed ok butthe issue is reload is shown in its own new page rather than the as part of tab con

Strtus 2.0.11 AJAX TabbedPanel: How to load the result page in same tab

2007-11-24 Thread Srikanth Muthyala
Hello, I am currently using Struts 2 with Ajax for Tabbed panel. I can create and load tabbedpanel showing a jsp page with a form for one of tabs. The form action = "/some.action" is executed ok butthe issue is reload is shown in its own new page rather than the as part of tab con

Re: [S2.0.11] TabbedPanel remote div loads twice on notifyTopic

2007-11-13 Thread Alvaro Sanchez-Mariscal
https://issues.apache.org/struts/browse/WW-2123 On Nov 13, 2007 9:06 PM, Alvaro Sanchez-Mariscal <[EMAIL PROTECTED]> wrote: > I fired a bug about this some weeks ago, and the response was "we will > solve it in Struts 2.1". > > Alvaro. > > > On Nov 13, 2007 8:43 PM, Crocker, Patrick <[EMAIL PROTEC

Re: [S2.0.11] TabbedPanel remote div loads twice on notifyTopic

2007-11-13 Thread Alvaro Sanchez-Mariscal
I fired a bug about this some weeks ago, and the response was "we will solve it in Struts 2.1". Alvaro. On Nov 13, 2007 8:43 PM, Crocker, Patrick <[EMAIL PROTECTED]> wrote: > Struts 2.0.11 > > I have a tabbed panel with 2 div's, one static, one remote. Tab one > (static) has a form with a submit

[S2.0.11] TabbedPanel remote div loads twice on notifyTopic

2007-11-13 Thread Crocker, Patrick
Struts 2.0.11 I have a tabbed panel with 2 div's, one static, one remote. Tab one (static) has a form with a submit button that publishes a notify topic of "/refresh". Tab two (remote) has a listen topic of "/refresh". The problem is that when the form is submitted, Tab two (remote) is loaded t

Re: [S2] TabbedPanel

2007-10-31 Thread Fátima Silveira
dojo.widget.ContentPane"); from what i experienced the struts tag that use dojo has some kind of bug i also had problems with the tree tag... hope that help On 10/30/07, Veronica Iturrioz <[EMAIL PROTECTED]> wrote: > > Hi, >I'm trying to use de tag tabbedPanel

[S2] TabbedPanel

2007-10-30 Thread Veronica Iturrioz
Hi, I'm trying to use de tag tabbedPanel where each tab with remote content. my code is: but it give me this error: "Error Loading '../myAction.do' (200OK) " Someone can help me to solve this problem ? Struts

  1   2   >