I seem to remember a bug in some servlet containers that wouldn't allow you to map a 
single taglib to multiple prefix's... I think it was WLS 6.1, but it may be others, too

> -----Original Message-----
> From: Samuel Mota [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, August 14, 2003 3:08 PM
> To: [EMAIL PROTECTED]
> Subject: [OS-webwork] JSP Tags not resolved and DEBUG
> 
> 
> Hi,
> 
> I'm trying to build a simple login page but webwork jsp tags 
> are not resolved and I get an empty page.
> 
> At my JSP:
> 
> <%@ taglib uri="webwork" prefix="webwork" %>
> <%@ taglib uri="webwork" prefix="ui" %>
> ...
>       <ui:textfield label="'Name'" name="'userName'"/>
>       <ui:password label="'Password'" name="'password'"/>
> 
>   <webwork:iterator value="errors">
>     <br><webwork:property/>
>   </webwork:iterator>
> 
> The iterator section is working just fine ...
> 
> at my web.xml:
>     <taglib>
>         <taglib-uri>webwork</taglib-uri>
>         <taglib-location>/WEB-INF/lib/webwork.jar</taglib-location>
>     </taglib>
> 
> What am I doing wrong? (using WW1)
> 
> Another really serious problem is that I can't debug my 
> action from Eclipse, I have started Tomcat from Eclipse (with 
> Sysdeo Tomcat Launcher)  in debug mode and the process is 
> attached to the debuger but my breakpoint is not respected 
> (and my action is executed:)
> 
> thanks
> 
> Samuel
> 
> + Samuel G. Mota
> + [EMAIL PROTECTED]
> + 55 (11) 4417 7093
> + Business Application Dpt.
> + Netset Serviços em Tecnologia
> + a Hypercom Company
> + http://www.hypercom.com
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email sponsored by: Free pre-built ASP.NET sites 
> including Data Reports, E-commerce, Portals, and Forums are 
> available now. Download today and enter to win an XBOX or 
> Visual Studio .NET. 
> http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet
_072303_01/01
_______________________________________________
Opensymphony-webwork mailing list [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to