Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: filex
  • Order by date
  1. filex

    setting a html-tag property dynamically

    I've allready tried, but unfortunatelly it does not work. Also the following doesn't work: <bean:define id="disabled" value="true"/> <html:form action="/myAction" method="post"> <html:text property="username" disabled="<%=disabled%>"/> </html:form> I've searched the web, but haven't seen...
  2. filex

    setting a html-tag property dynamically

    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...
  3. filex

    Oracle to DB2 conversion...

    Hello, can you please tell me how would an Oracle select statement below: &quot;select OUTER.FEILD1 X0 FROM XX_PEVP &quot;OUTER&quot;, XX_PEVP &quot;INNER&quot; WHERE OUTER.FIELD2 = INNER.FIELD3 (+) AND OUTER.FIELD4 = 'XXXXXXX'&quot; will look on DB2, I don't know what &quot;(+)&quot; to submit...

Part and Inventory Search

Back
Top