Re: [S2] TabbedPanel

2007-10-31 Thread Fátima Silveira
Hello, I tried to use that tag also but i had no success... so i just used the syntax in dojo... as I was using ajax it may differ but the code that i've done is: <% session=request.getSession(); String selectedTab=(String)session.getAttribute("selectedTab"); if (

[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 2.0.9 thanks. Veronica _

RE: [S2] TabbedPanel Events

2007-09-27 Thread Hoying, Ken
Thank you! That was exactly what I was looking for! -Original Message- From: Musachy Barroso [mailto:[EMAIL PROTECTED] Sent: Thursday, September 27, 2007 2:58 PM To: Struts Users Mailing List Subject: Re: [S2] TabbedPanel Events Try to listen to a topic with the name: widgetId

Re: [S2] TabbedPanel Events

2007-09-27 Thread Musachy Barroso
Try to listen to a topic with the name: widgetId + "-selectChild" (hardcoded in dojo's code), let's say that your tab pannel is something like: wrote: > It looks like version 2.1 will contain the ability to capture events in > the TabbedPanel. > > We are currently using v2.0.6 and need to be able

[S2] TabbedPanel Events

2007-09-27 Thread Hoying, Ken
It looks like version 2.1 will contain the ability to capture events in the TabbedPanel. We are currently using v2.0.6 and need to be able to capture a change in tab. Has anyone come across a solution for this? Thank you! - ***Note:The information cont

RE: [S2] TabbedPanel with Remote DIVs

2007-07-17 Thread Hoying, Ken
I must have had my syntax wrong or something else before. It is working for me now. Thank you for the follow up. Take care, Ken -Original Message- From: Musachy Barroso [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 17, 2007 11:45 AM To: Struts Users Mailing List Subject: Re: [S2

Re: [S2] TabbedPanel with Remote DIVs

2007-07-17 Thread Musachy Barroso
Using any tool like firebug, and building the url with the "url" tag, do you see the parameters in the request? musachy On 7/16/07, Hoying, Ken <[EMAIL PROTECTED]> wrote: I have a tabbed panel with divs that retrieve their content remotely. Basically the control is acting like a tabbed address

[S2] TabbedPanel with Remote DIVs

2007-07-17 Thread Hoying, Ken
I have a tabbed panel with divs that retrieve their content remotely. Basically the control is acting like a tabbed address book with each tab showing a subset of names broken out alphabetically (i.e. Tabs: A-B, C-D, etc..) When specifying the URL for the remote div to call, I am having diffic

[S2] TabbedPanel with Remote DIVs

2007-07-16 Thread Hoying, Ken
I have a tabbed panel with divs that retrieve their content remotely. Basically the control is acting like a tabbed address book with each tab showing a subset of names broken out alphabetically (i.e. Tabs: A-B, C-D, etc..) When specifying the URL for the remote div to call, I am having difficul

Re: [S2] TabbedPanel, static content from struts, If-Modified-Since

2006-12-04 Thread Dariusz Wojtas
I posted a patch to WW-1536 that solves these date/if-modified-since issues. Minor changes that affect only 1 method. I believe it even simplified some of these things - and it fixes a bug. Any chance to think about it (and if it makes sense) before releasing 2.0.2? At least these headers ... Dar

Re: [S2] TabbedPanel, static content from struts, If-Modified-Since

2006-12-04 Thread Musachy Barroso
I think there should be two jira tickets, one with the Dojo stuff(I created one for that already), and another with the servlet/date stuff. On a side note, I created a custom profile and compiled Dojo(really easy) and everything worked fine, with caching and all, I will mention it on the dev l

Re: [S2] TabbedPanel, static content from struts, If-Modified-Since

2006-12-04 Thread Dariusz Wojtas
Hello again, The static content is served by the main Struts2 Filter: org.apache.struts2.dispatcher.FilterDispatcher method: findStaticResource(String, HttpServletResponse) 1) The response headers in non english-locale --- The (possible) issue with date hea

Re: [S2] TabbedPanel, static content from struts, If-Modified-Since

2006-12-04 Thread Musachy Barroso
I found this: "Dojo also provides a mechanism for building "profiles"; the build system takes as input a list of packages, and uses Apache Ant to create a single compressed JavaScript file containing those packages and all their dependencies. This all

Re: [S2] TabbedPanel, static content from struts, If-Modified-Since

2006-12-04 Thread Musachy Barroso
In short, I don't know the answer to any of your questions :), but I will dig into them. I created a jira ticket for 1-4. (https://issues.apache.org/struts/browse/WW-1536). As for the servlet question, the other guys probably know. regards musachy Dariusz Wojtas wrote: Hi I have just built

[S2] TabbedPanel, static content from struts, If-Modified-Since

2006-12-04 Thread Dariusz Wojtas
Hi I have just built Struts 2.0.2 snapshot based on the latest svn code (03 Dec 2006). I can see huge improvement over the 2.0.1 code in tabbedPanel handling, also the default css styles are much nicer. But here are some questions about this: 1) Does it really need to download 500+ kB of javascr