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
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
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
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
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
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(.
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
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
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
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-
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
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?
>
>
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
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
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
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
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
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
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,
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,
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
==
<%@
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
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
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
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?
Hi friends
I use tabbedPanel with forms:
---
<%-- id=&
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
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
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
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:/
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
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)
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
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
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
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
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
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
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
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
-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
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
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
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
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
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
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
\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
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
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]
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
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
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&
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
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
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
-
> 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
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
ugh');
>> >
>> > in your JavaScript does it not execute?
>> >
>> > d.
>> >
>> >
>> > -----
>> > To unsubs
-
> > 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
>
>
> -
> 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
--- 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.
-
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)
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
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
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
--- Johannes Geppert <[EMAIL PROTECTED]> wrote:
> yes all
--- 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:
yes all
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
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
");
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
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
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
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
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
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
*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
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
: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
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
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
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]
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
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
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
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.
--
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
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.
---
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
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:
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
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
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
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
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
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
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
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
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 - 100 of 193 matches
Mail list logo