English 中文(简体)
我能否使用另一个文件*.tag,同一文件/WEB-INF/tags 夹?
原标题:Can I use a *.tag from another *.tag file in the same /WEB-INF/tags folder?

我正试图重述我的《共同财产法》,以便通过*.tag/strong>文档重新使用一个小的有条件测试条件。

我的质询中有一些很大部分,取决于申请中提出的物体的两国财产的价值。 让我们说,财产是性别的,目标是人。

和我一样,我要简化和安放;把性别财产的检验方法集中到一个主角。 为此,我设立了两套主案:

/WEB-INF/tags/if-male.tag
/WEB-INF/tags/if-female.tag

现在,我还有另一个小点,在我的申请上完全重复;我要说的是,对我的网站用户的赞扬。 本着这一想法,我创建了这样一个方面:

/WEB-INF/tags/salutation.tag

如你所想象的那样,我正试图在alu子里使用“如果-正式”检验。 标注:

<%@ tag body-content="empty" %>
<%@ taglib prefix="g" uri="/WEB-INF/tags" %>
<g:if-male> Mr. </g:if-male>
<g:if-female> Mrs. </g:if-female>

The use of the If-male/if-female tags legal within the salutation.tag file?

我曾尝试过这种安排,但像JDeveloper 10.1.3.4汇编者一样感到困惑不解,不能处理这一alu。 The tag tag citing the other two tags in the same Library (rafter under /WEB-INF/tags).

参考文件在Jetty 6中完美地运作,如果我直接向OC4J提出申请,而不依靠JDeveloper来预先完成我的所有联合项目,那么它也会认为自己是行之有效的。

我希望有人能够对此有所了解。

感谢

YJ

问题回答

将标签纳入其他习俗标签-I,这都是在时间上,并且与你相匹配。

这是绝对合法的,也是tag取案卷的一部分。

如果JDeveloper喜欢,那就会产生JDeveloper的问题。 你们应当考虑使用现代的民主选举学会(剪辑、净户、内特利吉),而(如果有的话)国际发展学会的时间很长。





相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...