Has anyone ever seen the UI tags (i.e. radio/textfield) not produce any
output, I have a simple JSP that looks like this:

<[EMAIL PROTECTED] uri="webwork" prefix="ui"%>

<html>
<body>
<form>
<ui:textfield label="test" name="test" value="" size="50"/>
</form>
</body>
</html>

and I only see this in the resulting page:

<html>
<body>
<form>

</form>
</body>
</html>

I'm running JBoss 3.2.1 + Tomcat 4.1.24, my code deploys and runs
without error. Non-UI tags seemingly function fine.

-- 
Sean Bruton            <[EMAIL PROTECTED]>
Senior Engineer        Network Services
NeoSpire, Inc.         www.neospire.net


-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to