The UI tags use templates to generate output. These template files must be included in 
your .war file to be used by the tags.

> -----Original Message-----
> From: Samuel Mota [mailto:[EMAIL PROTECTED] 
> Sent: Friday, August 15, 2003 8:49 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [OS-webwork] JSP Tags not resolved and DEBUG
> 
> 
> 
> > So the iterator is running, but you're not seeing the form 
> elements? 
> > It could be your templates.
> Do you have your > template JSP files in your war file?
> 
> What means "templates" at JSP files? the taglib.tld? Yes, it 
> is there (on the same path from the Webwork examples)
> 
> Oh, the Webwork module (examples and tests) are running just 
> fine ... I'm missing some detail ... any idea?
> 
> > Sorry,
> >
> > This post was a second try ... the original one has only 
> webwork map 
> > and used webwork instead of ui ... but the same problem occurs :(
> 
> > 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
> 
> > > 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 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