Wait ... you are pointing me to something. Originally, the URIs were
different in my src folder:
src/main/webapp/common/taglibs.jsp
--> http://www.appfuse.org/tags/struts
src/main/webapp/WEB-INF/appfuse.tld
--> http://www.appfuse.org/tags/spring
So I changed the first to ".../tags/spring". For some reason, a wrong URI
slipped
into appfuse.tld. I have compared this with a full-source project, and in
fact, both
should point to struts. I must have done a mistake when I copied both files
into my
project.
Speaking of the appfuse.tld, mine looks a bit different than the one from
the latest full-source.
It contains the following part which is missing in the full-source version:
<tag>
<name>label</name>
<tag-class>org.appfuse.webapp.taglib.LabelTag</tag-class>
<attribute>
<name>key</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>colon</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>styleClass</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>errorClass</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
Hmmmmm ....
Thanks for your help!
Martin
mraible wrote:
>
> What's the URI in your appfuse.tld file in your WEB-INF directory
> (after building your WAR)?
>
> Matt
>
> On Wed, Aug 6, 2008 at 1:22 AM, Martin Homik <[EMAIL PROTECTED]> wrote:
>>
>> I don't understand your answer. All Struts2-AppFuse projects are
>> preconfigured with a
>> taglib pointing to uri="http://www.appfuse.org/tags/struts". For some
>> reason, this did not
>> work for my current project. I don't have the problem with other
>> projects,
>> as far as I remember.
>> So I changed it to uri="http://www.appfuse.org/tags/spring". It works,
>> but I
>> don't know why.
>>
>> Martin
>>
>>
>>
>> mraible wrote:
>>>
>>> Because you're using Spring, not Struts? ;-)
>>>
>>> Matt
>>>
>>> On Mon, Jul 28, 2008 at 9:41 AM, Martin Homik <[EMAIL PROTECTED]> wrote:
>>>>
>>>> Hmmmm ... fixed. But why?
>>>>
>>>> Changed
>>>> <%@ taglib uri="http://www.appfuse.org/tags/struts" prefix="appfuse"
>>>> %>
>>>> To
>>>> <%@ taglib uri="http://www.appfuse.org/tags/spring" prefix="appfuse"
>>>> %>
>>>>
>>>>
>>>> Martin
>>>>
>>>>
>>>> --
>>>> View this message in context:
>>>> http://www.nabble.com/Can%27t-resolve-taglib-in-taglibs.jsp-tp18689223s2369p18691550.html
>>>> Sent from the AppFuse - User mailing list archive at Nabble.com.
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>>>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Can%27t-resolve-taglib-in-taglibs.jsp-tp18689223s2369p18845667.html
>> Sent from the AppFuse - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
--
View this message in context:
http://www.nabble.com/Can%27t-resolve-taglib-in-taglibs.jsp-tp18689223s2369p18865426.html
Sent from the AppFuse - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]