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 SkipVought 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: pexin
  • Order by date
  1. pexin

    Struts: instantiate model class on startup using context parameters?

    Thank you for your effort, Venu(r). I solved it a little bit different. I created something like well known "ENTER"-page. There you can choose whether you'd like to log-on or continue as guest. Whatever you choose, I've got me a click. :) But, to come back to your answer, when I'm done with...
  2. pexin

    How to write element of array of strings with <bean:write>

    try this: <%@page isELIgnored="false"%> ... ... <logic:present name="persons"> <.table> <logic:iterate id="person" name="persons"> <.tr> <.td>Name:${person[0]}<./td> <.td>Age: ${person[1]}<./td> <./tr> </logic:iterate> <./table> </logic:present>
  3. pexin

    Struts: instantiate model class on startup using context parameters?

    Hi everyone, I'm developing an app in Struts, that needs to connect to a Domino database. For this purpose I wrote a dominoRetriever class, which is naturally a part of my model. It's a singleton, which is used by everything that needs it. The parameters it needs (like host ip, server name...

Part and Inventory Search

Back
Top