Hello, thanks for taking a look.
The showcase does work for me as well.
After testing around it seems to be a freemarker only issue. I did create a
simple example.ftl and changed the xml. The submit button disappears.
You find my example.ftl attached to this email. The XML description in struts-
tags-ui.xml looks like this:
---
<action name="example"
class="org.apache.struts2.showcase.UITagExample">
<result>example.ftl</result>
<result type="freemarker" name="input">example.ftl</result>
</action>
---
Hope you can reproduce it.
Piero
Am Montag 17 November 2008 17:55:35 schrieb Musachy Barroso:
> It seems to be ok, I looked at
> apps\showcase\src\main\webapp\tags\ui\example.jsp in showcase, and the
> submit button is showing up fine on this url:
>
> http://localhost:8080/tags/ui/example!input.action
>
> can you check it out?
> musachy
>
> On Sun, Nov 16, 2008 at 9:52 PM, Musachy Barroso <[EMAIL PROTECTED]> wrote:
> >> Is this intended? It seems that the submit.ftl template is not used at
> >> all if
> >> type is not set to "button".
> >
> > Nope, it is probably a bug, tt is kind of weird that the testcases didn't
> > fail, if that is the case. I will take a look at it tomorrow.
> > thanks
> > musachy
> > --
> > "Hey you! Would you help me to carry the stone?" Pink Floyd
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]