Re: Use of ExtJS

2008-03-26 Thread Alvaro Sanchez-Mariscal
Can we use ExtJS with Struts 2 Tags? Nope. However, you can use ExtJS (or any other) directly without S2 ajax tags. Alvaro. -- Alvaro Sanchez-Mariscal Arnaiz Java EE Architect Instructor [EMAIL PROTECTED] - To unsubscribe

struts.serve.static=false not working?

2008-02-27 Thread Alvaro Sanchez-Mariscal
? -- Alvaro Sanchez-Mariscal Arnaiz Java EE Architect Instructor [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Struts2+MyEclipse

2008-01-25 Thread Alvaro Sanchez-Mariscal
even the latest version of eclipse support only Struts 1.3. Yes, that is. Alvaro. -- Alvaro Sanchez-Mariscal Arnaiz Java EE Architect Instructor [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Struts2+MyEclipse

2008-01-25 Thread Alvaro Sanchez-Mariscal
Sanchez-Mariscal Arnaiz Java EE Architect Instructor [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Struts2+MyEclipse

2008-01-25 Thread Alvaro Sanchez-Mariscal
-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Alvaro Sanchez-Mariscal Arnaiz Java EE Architect Instructor [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: New Struts2 Book : Feedback Requested

2008-01-21 Thread Alvaro Sanchez-Mariscal
http://www.struts2.org/free-struts2-book/ Will it be free? Alvaro. -- Alvaro Sanchez-Mariscal Arnaiz Java EE Architect Instructor [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Struts 2 + Spring 2 + JPA + AJAX tutorial

2008-01-05 Thread Alvaro Sanchez-Mariscal
] For additional commands, e-mail: [EMAIL PROTECTED] -- Alvaro Sanchez-Mariscal Arnaiz Java EE Architect Instructor [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to use dojo 1.0?

2007-12-19 Thread Alvaro Sanchez-Mariscal
and find you start re-using a lot of similar JS code, then that code's an excellent starting point for a new sx:tag and you'll probably be the best person to contribue it to struts2! Ok, I will give this way a try. Thank you very much. Alvaro. -- Alvaro Sanchez-Mariscal Arnaiz Java EE

How to use dojo 1.0?

2007-12-18 Thread Alvaro Sanchez-Mariscal
Hi, Which are the options to use Dojo 1.0 with S2? Using 2.1.x will be enough? Alvaro. -- Alvaro Sanchez-Mariscal Arnaiz Java EE Architect Instructor [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: How to use dojo 1.0?

2007-12-18 Thread Alvaro Sanchez-Mariscal
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Alvaro Sanchez-Mariscal Arnaiz Java EE Architect Instructor [EMAIL PROTECTED] - To unsubscribe, e-mail

Re: How to use dojo 1.0?

2007-12-18 Thread Alvaro Sanchez-Mariscal
. On Dec 19, 2007 3:23 AM, Jeromy Evans [EMAIL PROTECTED] wrote: Alvaro Sanchez-Mariscal wrote: Ok, so provided there is not an official way to use Dojo 1.0... Dave, are you willing to contribute your code? Alvaro. I just thought I'd make the obvious point there's no reason why you can't

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

2007-11-13 Thread Alvaro Sanchez-Mariscal
] -- Alvaro Sanchez-Mariscal Arnaiz Java EE Architect Instructor [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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 PROTECTED] wrote

Re: dojo version in struts 2.0.11?

2007-11-10 Thread Alvaro Sanchez-Mariscal
, Alvaro Sanchez-Mariscal a écrit : Hi Sami, My company (Salenda) is willing to contribute to get a production-quality version. Perhaps sharing source code in a cvs/subversion may be a good starting point. Anybody else interested? Alvaro. On Nov 9, 2007 12:09 PM, Sami

Re: dojo version in struts 2.0.11?

2007-11-09 Thread Alvaro Sanchez-Mariscal
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Alvaro Sanchez-Mariscal Arnaiz Java EE Architect Instructor [EMAIL PROTECTED

Re: help with struts 2 + jfreechart plugin example

2007-10-31 Thread Alvaro Sanchez-Mariscal
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Alvaro Sanchez-Mariscal Arnaiz Java EE Architect Instructor [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Callback after AJAX call

2007-10-18 Thread Alvaro Sanchez-Mariscal
executes the javascript code before and after calling. -- Eduardo Yáñez Parareda -- Alvaro Sanchez-Mariscal Arnaiz Java EE Architect Instructor [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: question on autocompleter UI tag ...

2007-09-24 Thread Alvaro Sanchez-Mariscal
-- Alvaro Sanchez-Mariscal Arnaiz Java EE Architect Instructor [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Struts 2 + Dojo nightmare

2007-09-20 Thread Alvaro Sanchez-Mariscal
= dojo.byId('workspaceAjaxContent'); dojo.dom.copyChildren(sourceNode, targetNode); } /script If copyChildren does not fit to your requirements, take a look at the dojo.dom api: http://dojo.inpdx.net/dojobox/trunk/api/#dojo.dom Un saludo, -- Alvaro Sanchez-Mariscal Arnaiz Java EE Architect

Re: [FRIDAY] JPA War Stories?

2007-09-15 Thread Alvaro Sanchez-Mariscal
: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Alvaro Sanchez-Mariscal Arnaiz Java EE Architect Instructor [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: How to invalidate a session in struts 2.0

2007-09-12 Thread Alvaro Sanchez-Mariscal
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Alvaro Sanchez-Mariscal Arnaiz Java EE Architect Instructor [EMAIL PROTECTED

Re: How to invalidate a session in struts 2.0

2007-09-12 Thread Alvaro Sanchez-Mariscal
: [EMAIL PROTECTED] -- Alvaro Sanchez-Mariscal Arnaiz Java EE Architect Instructor [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Refresh div with s:submit?

2007-09-11 Thread Alvaro Sanchez-Mariscal
in advance ML -- Alvaro Sanchez-Mariscal Arnaiz Java EE Architect Instructor [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Default tab in tabbedPanel loaded twice

2007-09-11 Thread Alvaro Sanchez-Mariscal
. Marco On 9/10/07, Alvaro Sanchez-Mariscal [EMAIL PROTECTED] wrote: Any help on this? In a page with 6 tabs, 6 requests are made, and browser get freezed. autoStart=false doesn'w work. Is there another way to prevent tab preloading? https://issues.apache.org/struts/browse/WW-2166

Re: How to invalidate a session in struts 2.0

2007-09-11 Thread Alvaro Sanchez-Mariscal
, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Alvaro Sanchez-Mariscal Arnaiz Java EE

Re: Default tab in tabbedPanel loaded twice

2007-09-10 Thread Alvaro Sanchez-Mariscal
Any help on this? In a page with 6 tabs, 6 requests are made, and browser get freezed. autoStart=false doesn'w work. Is there another way to prevent tab preloading? https://issues.apache.org/struts/browse/WW-2166 Alvaro. On 8/19/07, Alvaro Sanchez-Mariscal [EMAIL PROTECTED] wrote: Here

Re: Default tab in tabbedPanel loaded twice

2007-09-10 Thread Alvaro Sanchez-Mariscal
Is that attribute available in any 2.0.x version? On 9/10/07, Musachy Barroso [EMAIL PROTECTED] wrote: Use the preload attribute. musachy On 9/10/07, Alvaro Sanchez-Mariscal [EMAIL PROTECTED] wrote: Any help on this? In a page with 6 tabs, 6 requests are made, and browser get freezed

Re: ServletRequestAware

2007-09-02 Thread Alvaro Sanchez-Mariscal
commands, e-mail: [EMAIL PROTECTED] -- Alvaro Sanchez-Mariscal Arnaiz Java EE Architect Instructor [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to access request session objects in jsp using struts2 tags

2007-08-30 Thread Alvaro Sanchez-Mariscal
-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Alvaro Sanchez-Mariscal Arnaiz Java EE Architect Instructor [EMAIL PROTECTED

Re: Actions with same name but different packages namespaces

2007-08-27 Thread Alvaro Sanchez-Mariscal
You're right. I assumed that default namespace was package name. Thank you!. On 8/25/07, Laurie Harper [EMAIL PROTECTED] wrote: Alvaro Sanchez-Mariscal wrote: Hi, Is it possible to have actions with the same name but different packages namespaces? package name=dashboard extends

Re: [S2] Refresh JSP in Tomcat 5.5

2007-08-27 Thread Alvaro Sanchez-Mariscal
JSP when I took out all the Struts 2's action and configuration. -- Hez - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Alvaro Sanchez-Mariscal Arnaiz Java EE

Re: How to set focus to a textbox?

2007-08-27 Thread Alvaro Sanchez-Mariscal
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Alvaro Sanchez-Mariscal Arnaiz Java EE Architect Instructor [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Actions with same name but different packages namespaces

2007-08-24 Thread Alvaro Sanchez-Mariscal
result/WEB-INF/jsp/search/main.jsp/result /action /package Always, the first JSP declared in the XML file is returned. If we change action name to be uniques, everything works. What's wrong? -- Alvaro Sanchez-Mariscal Arnaiz Java EE Architect Instructor [EMAIL PROTECTED

Re: Authentication and Authorization in S2

2007-08-23 Thread Alvaro Sanchez-Mariscal
security based on wildcards? or b) Is security only achieved at the action level? c) How does one build JSP pages that have parts protected (say, a form/button only available to certain roles)? Thank you for your help! Miguel, lost in Authorization Alvaro Sanchez-Mariscal wrote: I

Re: Mail undeliverable errors

2007-08-23 Thread Alvaro Sanchez-Mariscal
Mail undeliverable error but the actual email gets sent. I wasn't sure if I did something wrong? -- Pavel Sapozhnikov xFact, Inc [EMAIL PROTECTED] -- Alvaro Sanchez-Mariscal Arnaiz Java EE Architect Instructor [EMAIL PROTECTED

Re: Mail undeliverable errors

2007-08-23 Thread Alvaro Sanchez-Mariscal
Matches: from:(mclink.it) Do this: Skip Inbox, Delete it On 8/23/07, Pavel Sapozhnikov [EMAIL PROTECTED] wrote: Filter on what exactly? What do you filter? On 8/23/07, Alvaro Sanchez-Mariscal [EMAIL PROTECTED] wrote: It seems that somebody is subscribed with a non-existent email address

Re: Dojo 0.9 final. Time to migrate in S2?

2007-08-21 Thread Alvaro Sanchez-Mariscal
, which will be included in Struts 2.1, I don't think Dojo 0.9 is going to make it into that version. musachy On 8/20/07, Alvaro Sanchez-Mariscal [EMAIL PROTECTED] wrote: Hi, Dojo 0.9 have just been released. Struts 2.0.X includes Dojo 0.4. When will be included Dojo 0.9?. Alvaro

s:autocompleter theme=simple

2007-08-21 Thread Alvaro Sanchez-Mariscal
) The following is posted: stay.teacher.countryName: Francia stay.teacher.countryNameKey:Francia I'm using Struts 2.0.8 and Firefox 2. Alvaro. -- Alvaro Sanchez-Mariscal Arnaiz Java EE Architect Instructor [EMAIL PROTECTED

Session timeouts and Ajax

2007-08-21 Thread Alvaro Sanchez-Mariscal
. But if the request is being made via S2 ajax tags (ie, s:submit or s:a), we do not have access to dojo.io.bind response. How do you usually solve this? Thank in advance. Alvaro. -- Alvaro Sanchez-Mariscal Arnaiz Java EE Architect Instructor [EMAIL PROTECTED

Re: Struts2: should we use Tiles or Sitemesh?

2007-08-20 Thread Alvaro Sanchez-Mariscal
architecture, etc? And would you happen to know if they're both still in active development? Thanks a lot. - Sick sense of humor? Visit Yahoo! TV's Comedy with an Edge to see what's on, when. -- Alvaro Sanchez-Mariscal Arnaiz Java EE Architect

Re: Authentication and Authorization in S2

2007-08-20 Thread Alvaro Sanchez-Mariscal
commands, e-mail: [EMAIL PROTECTED] -- Alvaro Sanchez-Mariscal Arnaiz Java EE Architect Instructor [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Dojo 0.9 final. Time to migrate in S2?

2007-08-20 Thread Alvaro Sanchez-Mariscal
Hi, Dojo 0.9 have just been released. Struts 2.0.X includes Dojo 0.4. When will be included Dojo 0.9?. Alvaro. -- Alvaro Sanchez-Mariscal Arnaiz Java EE Architect Instructor [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL

Re: [S2][Tabbed panel] posting data from one tab

2007-08-19 Thread Alvaro Sanchez-Mariscal
Try prepending an slash, ie, /addProduct. Without it, it also didn't worked to me. Also, what happens exactly? Javascript errors? Have you tried inspecting it with firebug? Alvaro. On 8/19/07, Eugen Stoianovici [EMAIL PROTECTED] wrote: Alvaro Sanchez-Mariscal wrote: Hi, I've done

Default tab in tabbedPanel loaded twice

2007-08-19 Thread Alvaro Sanchez-Mariscal
) is requested another time. I have tried with autoStart=false, but it doesn't work. What's wrong? Alvaro. -- Alvaro Sanchez-Mariscal Arnaiz Java EE Architect Instructor [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL

Re: Default tab in tabbedPanel loaded twice

2007-08-19 Thread Alvaro Sanchez-Mariscal
Here is a screenshot of firebug: http://www.upload-images.net/imagen/7915ac25eb.gif On 8/19/07, Alvaro Sanchez-Mariscal [EMAIL PROTECTED] wrote: Hi, I have the following tabbed panel: s:tabbedPanel id=panel c:choose c:when test=${sessionScope.user.departmentMember

Re: [S2][Tabbed panel] posting data from one tab

2007-08-19 Thread Alvaro Sanchez-Mariscal
)? On 8/19/07, Eugen Stoianovici [EMAIL PROTECTED] wrote: Alvaro Sanchez-Mariscal wrote: Try prepending an slash, ie, /addProduct. Without it, it also didn't worked to me. Also, what happens exactly? Javascript errors? Have you tried inspecting it with firebug? Alvaro. On 8/19/07

Re: [S2][Tabbed panel] posting data from one tab

2007-08-17 Thread Alvaro Sanchez-Mariscal
PROTECTED] -- Alvaro Sanchez-Mariscal Arquitecto de Software Java EE Salenda - www.salenda.es Avd. Rey Juan Carlos I, 92. 28916 - Leganés (Madrid). T: 91 101 0607 ext. 301 / F: 91 101 0608 M: +34.647.94.44.30 E: [EMAIL PROTECTED