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#AjaxandJavaScr
Sender. This
transmission is of a confidential nature and Sender does not
endorse distribution to any party other than intended recipient.
Sender does not necessarily endorse content contained within this
transmission.> Date: Mon, 31 Dec 2007 08:54:30 +0100> From:
[EMAIL PROTECTED]> To:
er does not necessarily endorse content contained within this
transmission.> Date: Mon, 31 Dec 2007 08:54: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 w
dorse
distribution to any party other than intended recipient. Sender does
not necessarily endorse content contained within this transmission.>
Date: Mon, 31 Dec 2007 08:54:30 +0100> From: [EMAIL PROTECTED]>
To: user@struts.apache.org> Subject: Re: TabbedPanel question> >
Does som
.> Date: Mon, 31
Dec 2007 08:54: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 >
this transmission.> Date: Mon, 31 Dec 2007 08:54: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
re and Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission.> Date: Mon, 31 Dec 2007 08:54:30 +0100> From: [EMAIL PROTECTED]> To: user@struts.apache.org> Subject: Re: TabbedPan
Pablo, You can refer to Martin's reply in this mail thread. See if that
helps you..
On Jan 8, 2008 11:58 AM, Pablo Vázquez Blázquez <[EMAIL PROTECTED]> wrote:
> 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.
>
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 custom
: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
You need to customize CSS for tabbbed panel...
Have a look on below link..
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/org/apache/struts2/static/dojo/src/widget/templates/TabContainer.css?view=markup
There is tabbed panel attribute for loading this cs
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
Monday, November 26, 2007 6:07 PM
Subject: Re: Tabbedpanel issue
> 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 sh
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 executed ok butthe issu
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 currently using Struts 2 with Ajax for Tabbed pa
Best option:
The dojo version in 2.0.6 supports the 'separateScripts' attribute, so
you can create your own div.ftl template that always includes this
attribute set to true for the div (that's what I did) . Just modify the
existing ajax div template and create your own theme containing just th
Thanks Jeromy, is there anywhere that points out what all the embedded
javascript is? I suspect i might be missing an include which is causing the
validation errors not to render...
Jeromy Evans - Blue Sky Minds wrote:
>
> Assuming you're using an for the tab that contains
> your form, the s
Assuming you're using an for the tab that contains
your form, the scripts are 'stripped out' due to this bug:
https://issues.apache.org/struts/browse/WW-1766
Your work-round to include the scripts manually should work if you
include ALL the missing embedded javascript.
jdemic wrote:
Thanks f
Those scripts are included by the head tag if I don't remember wrong, so set
theme="xhtml" or "css_xhtml" (on the head tag). I haven't use DWR before so
I can't help you much. Did you configure it on web.xml?
Rest assured that ajax validation is way easier in 2.1 (just add an
interceptor to your
Thanks for the pointer Musachy. I compared the html of both and it seems
like the following was missing with the jsp displayed in the tabbedPanel:
I manually added these to our header.jsp and I can now see struts sending
the validation request to dwr. The validation messages are not disp
I don't see the tabPanel, assuming this is the jsp without it. Compare the
generated html with/without the tabPanel, there should be a validation
function in both.
musachy
On 5/22/07, jdemic <[EMAIL PROTECTED]> wrote:
Hey All,
I'm attempting to perform ajax validation in a tabbedPanel and I'
"
type="text/css"/>
">
">
" media="print">
">
dojo.event.connect(window, "onload", function() {
if (!NiftyCheck())
return;
Rounded("li.tab_selected", "top", "white", "transparent",
"border #ffS");
Rounded("li.tab_unselected", "top", "white", "tran
Actually, what is shown is not the Loading... text, but the real remote
content.
In my case it shows the page, with forms and all my data. But we don't see
the tabs, only the content.
Regards,
Felipe
Musachy Barroso wrote:
>
> But you can delay the content update until the last minute
> (sho
But you can delay the content update until the last minute
(showLoadingText="false"). Or am I missing something here :)?
regards
musachy
On 4/27/07, Dave Newton <[EMAIL PROTECTED]> wrote:
--- Felipe Rodrigues <[EMAIL PROTECTED]>
wrote:
> And about the content that tabbedPanel shows when
> load
--- Felipe Rodrigues <[EMAIL PROTECTED]>
wrote:
> And about the content that tabbedPanel shows when
> loading. Do you see that?
Yes; while the content is loading there is visible
content. That's one reason I'm actually probably going
to move away from the tabbed panel (and possibly Dojo
in general
When the div is loading it shows "Loading..." by default, you can change the
text (loadingText) or disable it (showLoadingText), as I mentioned the other
day I think it would be better to have this off in 2.1 because of problems
in IE when a form is submitted.
regards
musachy
On 4/27/07, Felipe
I belive in you. I by myself have some tabbedPanels that works ok in Firefox.
I just asked here to see if somebody have lived this same issue.
And about the content that tabbedPanel shows when loading. Do you see that?
Are you using a heavy content inside the first tab?
By heavy you can understand
FWIW I am using the tabbed panel w/ S2.0.6 under FF
and it's rendering okay (well, I haven't worked on it
since I installed FF2, so I suppose all bets are off).
d.
--- Felipe Rodrigues <[EMAIL PROTECTED]>
wrote:
>
> I already did this. the rendered HTML seems to be
> ok.
> I took a margin prope
I already did this. the rendered HTML seems to be ok.
I took a margin propertie out of my CSS and it is bether now. The only
difference is in the border that appears in IE but don't in Firefox.
So strange. It is probably something in the internal dojo's css.
By the way,
I have another issue in
Make sure the returned html (for each div) is well formed.
musachy
On 4/27/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote:
I have a TabbedPanel that works so weel in IE, but is a mess in Firefox.
At each tab content (which is remote) I saw a line right up this div.
This line seems to be the b
That should be it, I would try with Dojo first (download Dojo distribution),
specify the custom css in one of their examples and make sure that
everything works as expected and then try with S2.
musachy
On 3/20/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote:
The problem is, even using the css
The problem is, even using the css pointing to my own images, dojo still keep
getting the images from inside the jar.
Here is a piece of my .css . The url is correct and the tab should be green.
(I changed the images to green)
But when I test the app, the Tab is still blue. I also deleted the ima
Do you mean to extract the images or reference the images inside the jar?
Once you are using your css, you can use your own images like you usually do
(from a subdir of your webroot for example)
musachy
On 3/20/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote:
Hi,
I'm still having problems to
Hi,
I'm still having problems to take the templates images out of .jar.
I'm trying to take the images that compose the Tab in a TabbedPanel, and
thus, use my own images with my own colors. I got this replacing the images
inside the .jar, but it is not a good approach.
I got use my own css using
Look at TabContainer.html here:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/org/apache/struts2/static/dojo/src/widget/templates/
which is the template used by Dojo to build the widget.
regards
musachy
On 3/16/07, Felipe Rodrigues <[EMAIL PROTECTED]
But what exactly are the css's that I have to override?
I mean, what properties does TabbedPanel allow to set from css?
Is there any place to find it out?
I'm asking this because I didn't found any place at TabConteiner.css setting
up the font of a Tab.
Another question would be, where does dojo
Felipe Rodrigues yahoo.com.br> writes:
>
>
> Hi,
> Does anyone knows how to change the default .css for TabbedPanel without
> change that inside the jar?
> I need change the colors of Labe and the image of the tab.
>
> regards,
>
> Felipe
I was able to do this, but it is kinda ugly. We used
Awesome! I didn't realize that. Thanks.
Musachy Barroso gmail.com> writes:
>
> You can use the templateCssPath property to point to your css.
>
> musachy
>
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comma
You can use the templateCssPath property to point to your css.
musachy
On 3/16/07, Nate Drake <[EMAIL PROTECTED]> wrote:
Felipe Rodrigues yahoo.com.br> writes:
>
>
> Hi,
> Does anyone knows how to change the default .css for TabbedPanel without
> change that inside the jar?
> I need change t
What is it that you want it to do?
musachy
Vivek Mannur wrote:
I observed that all the tabs in tabbed panel are seen on initial
load. It would be great if some one could help me out.
heres the code
45 matches
Mail list logo