Re: TagLibs

2005-04-14 Thread Rafael Taboada
thanks so much :) -- Rafael Taboada - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: TagLibs

2005-04-13 Thread Niall Pemberton
Use the altKey attribute (rather than alt) - its exactly what you're looking for. http://struts.apache.org/userGuide/struts-html.html#img Also if you wanted to have different images for different locales you could use either pageKey or srcKey Niall - Original Message - From: "Rafael

Re: TagLibs

2005-03-24 Thread Folashade Adeyosoye
in such a case you have to use titleKey="img.new" here is the attribute from the struts-html.tld, i look in there most of the times if i need to figure out which attribute a certain taglib call take. titleKey false true Hope that helps :) On Thu, 24 Mar 2005 09:34:40 -0500, Rafael Taboa

RE: TagLibs

2005-03-24 Thread Slattery, Tim - BLS
> " width="24" height="24" /> You can't nest tags like this. It's not a limitation of Struts, it's the way tags are defined and the way they work. For many problems like this, you can get around it by using the EL version of the tags, but in this case you're trying to read something from a resou

RE: Taglibs generating lots of warning messages

2004-08-11 Thread David Friedman
ednesday, August 11, 2004 11:32 AM To: Struts Users Mailing List Subject: RE: Taglibs generating lots of warning messages > -Original Message- > From: Andy Schmidgall [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 10, 2004 7:06 PM > To: Struts Users Mailing List >

RE: Taglibs generating lots of warning messages

2004-08-11 Thread Jim Barrows
> -Original Message- > From: Andy Schmidgall [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 10, 2004 7:06 PM > To: Struts Users Mailing List > Subject: RE: Taglibs generating lots of warning messages > > > Does anyone know anything about this? This is genera

RE: Taglibs generating lots of warning messages

2004-08-10 Thread Andy Schmidgall
Does anyone know anything about this? This is generating HUGE catalina.out files, and I would really like to use log4j to catch these rather than having to build and/or configure yet another app just to rotate this one file... Thanks, Andy -Original Message- From: Andy Schmidgall Sent: W

Re: taglibs: how can i rewrite an action uri without rendering a html link tag?

2004-08-02 Thread Kris Schneider
Or, add it yourself: package com.dotech.servlet.taglibs; import java.net.MalformedURLException; import java.util.Map; import javax.servlet.jsp.JspException; import org.apache.struts.util.RequestUtils; import org.apache.struts.util.ResponseUtils; public class RewriteTag extends org.apache.stru

Re: taglibs: how can i rewrite an action uri without rendering a html link tag?

2004-08-02 Thread Ruth, Brice
hallelujah! Now I just need to migrate ... ugh Erik Weber wrote: If I'm not mistaken, the "action" attribute to html:rewrite is supported in 1.2. Erik Ruth, Brice wrote: alu, artifex wrote: i need to rewrite an action uri for use in a javascript function, something like this: -- functio

Re: taglibs: how can i rewrite an action uri without rendering a html link tag?

2004-07-30 Thread Erik Weber
If I'm not mistaken, the "action" attribute to html:rewrite is supported in 1.2. Erik Ruth, Brice wrote: alu, artifex wrote: i need to rewrite an action uri for use in a javascript function, something like this: -- function foo() { document.location.href=; } -- however the r

Re: taglibs: how can i rewrite an action uri without rendering a html link tag?

2004-07-30 Thread Ruth, Brice
alu, artifex wrote: i need to rewrite an action uri for use in a javascript function, something like this: -- function foo() { document.location.href=; } -- however the renders html code which i can't use in my javascript function. the tag doesnt provide support for the "acti

RE: taglibs bitter for web designers!!!

2004-05-07 Thread Joe Hertz
There is a commercial struts extension for Dreamweaver http://www.fwasi.com/products/ > -Original Message- > From: ali [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 06, 2004 7:42 PM > To: [EMAIL PROTECTED] > Subject: taglibs bitter for web designers!!! > > > the first time i used tag

Re: taglibs bitter for web designers!!!

2004-05-07 Thread Niall Pemberton
I thought someone had done something for Struts/Dreamweaver a while back the only thing I can see on the struts resources is this: http://jakarta.apache.org/taglibs/doc/ultradev4-doc/intro.html Niall - Original Message - From: "ali" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Frid