Re: AW: AW: multiple lines in an ActionMessage object displayed via javascript alert

2004-03-22 Thread Domingo A. Rodriguez S.
What if it could be solved by escaping again the '\' symbol?. Instead of using '\n' use '\\n'. --- Just Fun 4 You [EMAIL PROTECTED] escribió: Hi Mark, the properties file holds for critical.schedule.text: critical.schedule.text=Folgende Termine sind wg zeitlicher Überlastung für

RE: [OT] Gays and computing

2004-02-28 Thread Domingo A. Rodriguez S.
A. Rodriguez S. [mailto:[EMAIL PROTECTED] Sent: Friday, February 27, 2004 7:06 PM To: Struts Users Mailing List Subject: Re: [OT] Gays and computing Definitively funny, but Off-topic :) --- Rick Reumann [EMAIL PROTECTED] escribió: On Friday 27 February 2004 4:39 pm, Melvin Kurzchen wrote

Re: [OT] Gays and computing

2004-02-27 Thread Domingo A. Rodriguez S.
Definitively funny, but Off-topic :) --- Rick Reumann [EMAIL PROTECTED] escribió: On Friday 27 February 2004 4:39 pm, Melvin Kurzchen wrote: Article: http://www.albinoblacksheep.com/flash/you.html Good article but does it have to use all that nude pictures to make his point? --

Re: ActionForward and onLoad()

2004-02-24 Thread Domingo A. Rodriguez S.
body onload=javascript:getValues(); function getValues{ // sample code // I would pass a hidden param % String param= request.getParameter(myHidden); String load= param==null?first_time:next_time; % var pass= document.forms[0].myHidden; if(pass.value=='first_time')

Re: ActionForward and onLoad()

2004-02-24 Thread Domingo A. Rodriguez S.
SOY... var pass= '%=load%'; if(pass=='first_time') SOY... --- Domingo A. Rodriguez S. [EMAIL PROTECTED] escribió: body onload=javascript:getValues(); function getValues{ // sample code // I would pass a hidden param % String param= request.getParameter(myHidden

RE: open new window from struts page, leaves [object] in parent w indow

2004-02-18 Thread Domingo A. Rodriguez S.
Use javascript:var handle= window.open(..) instead of javascript:window.open(..) Regards Domingo A. Rodriguez S. --- Gopalakrishnan, Jayesh [EMAIL PROTECTED] escribió: This is more of a javascript issue than Struts thing. I guess you are missing a return false; at the end

Re: question regarding dynamic Tile capability

2004-02-11 Thread Domingo A. Rodriguez S.
Domingo A. Rodriguez S. --- Anderson, James H [IT] [EMAIL PROTECTED] escribió: We want to display different tiles, depending on the characterics of a logged-in user. In other words, some users would see one tile, others another. Is this possible? If so, could someone please send me a short code

Re: About config struts

2004-01-21 Thread Domingo A. Rodriguez S.
/ /action Just validate it. If your path is /contenidos/Administrar, then 'contenidos' will be used instead of the {1} placeholder. If your path is /administrador/Administrar, then 'administrador' will be used instead of the {1} placeholder. Atte. Domingo A. Rodriguez S. --- Eloy_Mier_Pérez [EMAIL

Re: popups with action forwarding

2004-01-09 Thread Domingo A. Rodriguez S.
This double dotted package string looks weird to me.. What if it is not using the type you are providing? type=com.gcw.aid.controller..UserActions Regards, Domingo A. Rodriguez S. --- ngonqua [EMAIL PROTECTED] escribió: I have a jsp page that when I click on the button it calls a javascript

Re: Is it possible to nest Tiles layouts?

2004-01-09 Thread Domingo A. Rodriguez S.
Something like this?? definition name=common.pagina page=/layouts/classicLayout.jsp put name=title value=Tiles 1.1 Dynamic Portal Example / put name=header value=/tiles/header.jsp / put name=menu value=common.pagina.menu / put name=footer value=/tiles/footer.jsp / put name=body

Re: Dynamic Tiles?

2004-01-08 Thread Domingo A. Rodriguez S.
change the values of those attributes at runtime. I prefer to do it using this method. Atte. Domingo A. Rodriguez S. --- Robert Taylor [EMAIL PROTECTED] escribió: Greetings, I have a tiles definition in my tiles-defs.xml similar to below: definition name=search extends=layout

Re: Problem with action chaining

2003-12-31 Thread Domingo A. Rodriguez S.
Can you post the naughty class source code and the stack trace so we can check the problem better? Regards, Domingo A. Rodriguez S. --- [EMAIL PROTECTED] escribió: Hi, I have a problem with action chaining. My action tag action path=/producerCreate type

Re: how to submit action form while invoking a popup

2003-12-30 Thread Domingo A. Rodriguez S.
You mean something like this? .script. var a= window.open(url,childwin,features); parent.document.YourFormName.action='%=target%'; parent.document.YourFormName.submit(); ./script. Atte. Domingo A. Rodriguez S. --- Nisith Dash [EMAIL PROTECTED] escribió: Hi, i am using window.open(url

Re: dynamic arg0 in bean:message?

2003-12-29 Thread Domingo A. Rodriguez S.
Either escape the double quotes (bean:write name=\globals\ property=\minChars\ / ) or use single quotes (bean:write name='globals' property='minChars' / ). --- Frank Maritato [EMAIL PROTECTED] escribió: Hi, What I want to do is something like this: bean:message key=error.minCharacters

Re: [Tiles] Populating Tiles definition attribute at runtime

2003-12-29 Thread Domingo A. Rodriguez S.
); /* SetAttributes */ } } --- You can change the values of those attributes at runtime. I prefer to do it using this method. Atte. Domingo A. Rodriguez S. --- Robert Taylor [EMAIL PROTECTED] escribió: Greetings, I have a tiles definition in my tiles-defs.xml similar to below

RE: Is there a way to prevent urls from being entered from the browser?

2003-12-29 Thread Domingo A. Rodriguez S.
properly. Atte. Domingo A. Rodriguez S. --- Andy Schmidgall [EMAIL PROTECTED] escribió: That would require a keyboard, would it not? :) Could you not have a flag var in the session or something that is only set by a certain piece of code? If the user typed in the URL directly, the flag