I want to set the html:text-disabled-property dynamically
like this:
<% boolean disabled = true; %>
<html:form action="/myAction" method="post">
<html:text property="username" disabled="<%=disabled%>"/>
</html:form>
this works fine .. but I need to define the disabled attribute by either a...
Hello, can you please tell me how would an Oracle select statement below:
"select OUTER.FEILD1 X0 FROM XX_PEVP "OUTER", XX_PEVP "INNER" WHERE OUTER.FIELD2 = INNER.FIELD3 (+) AND OUTER.FIELD4 = 'XXXXXXX'"
will look on DB2, I don't know what "(+)" to submit...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.