Hello everyone,

I've been trying to build a simple example to find out how to use forms and
validation in WebWork. I have put the following tag in a file named
"editItemForm.jsp":

...
<form action="<webwork:url value="'addItem.save'"/>" method="POST">
...
<ui:textfield label="'asdf'" name="'title'" size="40" maxlength="60"/>
...
</form>

The problem is that the textfield won't get rendered at all. I have tried a
lot of different methods (I have put an Action in front of it, I have called
the jsp directly, I have checked my config files, etc.).

The examples work fine though. I really have no idea what I might be doing
wrong. I'd be really really glad if someone could shed some light on this.

Thanks in advance
Kristian



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to