Re: install problem (creating a new project)

Raoul Pierre <[email protected]> Thu, 23 Jun 2005 11:11:43 +0200
Newsgroups gmane.comp.java.keel.devel
Message-ID <[email protected]>
Hello,

In app-crud, in the files add.jsp and update.jsp, there is this:

<pre>
                <logic:present name="oneInput" property="/lookup">
                  <bean:define id="lookupTrans" name="oneInput" 
property="/lookup" />
                  <td>
                    <a href="<bean:write name="oneInput" 
property="/lookup.url"/>" target="_new">
                        <fmt:message var="imgLink" 
key="crud.view.add.img.lookup" />
                        <img src="<c:url value="${imgLink}" />"
                             border="0"
                             />
                    </a>
                  </td>
                </logic:present>
</pre>

I can't find where "/lookup" and "/lookup.url" properties are set. Any 
link with the "returnlookup" in Query.java? Or the "lookup" command in 
PromptAdd.java and  PromptUpdate.java? The slash seems quite strange here...

And I didn't find where "lookupTrans" is used.

Any information will be appreciated.

Pierre


http://keelframework.org/documentation.shtml
Keelgroup mailing list
[email protected]
http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com