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 strongm 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: *

  1. uwerothfeld

    How to view multiple database records over several pages?

    hallo, in my opinion, the best choice for you is to use the displaytag library. this is a jsp taglib who renders an html table an display datas from different java source such beans or directly from an resultset. page function is only on feature of this create library. you can export to...
  2. uwerothfeld

    Good MVC-based Struts modular application example

    hallo, sorry for waiting, her a little list: http://www.mentorplace.org/login.do https://www.swetswise.com/public/login.do http://alerts.lovemariah.com/ http://www.royalcaribbean.com/selectCountry.do http://www.unilly.com.br/site/login.do...
  3. uwerothfeld

    Where to start?

    hallo, an good point to start is in my opinion: http://struts.apache.org/faqs/actionForm.html this is a quick example, for the simplest functions and behavior with struts. for the configuration is, so think i, a good point: http://www.oreilly.de/catalog/jakartapr/chapter/ch01.pdf i have this...
  4. uwerothfeld

    Where to start?

    hallo, first read the struts beginners tut for an generall overview, or ask a specific question. :) then you download struts, you find in the zip archive an blank struts app and an example webapp. this are good points to start. so, ask. bye
  5. uwerothfeld

    Good MVC-based Struts modular application example

    hallo, do you search for an example with struts or an real application, written in struts?
  6. uwerothfeld

    displaytag + strut --> export

    hallo, you have to add an requestURI in the dispalyTag definition then you using struts and the export from displaytag, then it should work.
  7. uwerothfeld

    Newbie: how to get parameter in JSP

    have you tried this: request.getParameter("parametername");
  8. uwerothfeld

    displaytag + strut --> export

    hallo, i dont really understand your problem. please send your code.
  9. uwerothfeld

    html:select

    thank you, i understand. :)
  10. uwerothfeld

    html:select

    hallo, i now a similar question has been startet few days ago. but i dont understand the answer, so: how can i select the first entry from the options in a select list? thanks for help.
  11. uwerothfeld

    exception handling

    hallo can anyone told me: how works the global exception handling in strut. i declare something like: <global-exceptions> <exception type="javax.servlet.ServletException" path="/pages/error.jsp"/> <exception...
  12. uwerothfeld

    create a jpg via servlet and display it with jsp

    thanks for help, your suggestion looks at the moment a little bit complicated, so have use the batik framwork an write the jpeg with the OutputStream. i read imageio api latter, it looks very intresstiing. thanks for help.
  13. uwerothfeld

    create a jpg via servlet and display it with jsp

    hallo, one question: i have create a jpeg objekt with a servlet. now i will display this object in a jsp. i thougt about an <img> tag, woh accepts an object instat a file. can anyone help me? thanks for help. ps: sorry for my englisch. mfg
  14. uwerothfeld

    CSS dont work fine with strut

    hallo, thanks for help, i've forget to answer. sorry. the problem was i dont have use the </html:base> tag. thanks for help. bye
  15. uwerothfeld

    displaytag + strut --&gt; export

    hello together, i have written an struts application with one dispalytag table. all work fine, up to now. now i want to add an export dialog to the table. the basic dialog also work fine,but then i try to set the export.excel.filename value=kunde.ID from a bean "kunde", wich i has setup with...
  16. uwerothfeld

    CSS dont work fine with strut

    hallo, i'm a struts newbie an have a big question. i use strut to create an login action. the login jsp uses CSS for the layout and the other styles. occurs during the struts validation an error, and the login.jsp is diplayed with the output from the error objekt, the page is losing all css...

Part and Inventory Search

Back
Top