[OT] - Login Application

2003-12-09 Thread Jonathan Hawkins
to advancement in their membership. Should the shopping cart (or any other app that needs to calculate price) be responsible for getting the price index vs. the login getting it? Has anyone had a similar situation and if so, how did you solve it? Thanks in advance, Jonathan Hawkins Web Programmer

JSP Expression inside Struts html:text property

2003-10-13 Thread Jonathan Hawkins
Howdy - I have some JSP code that looks like this: % for(int x=1;x =7;x++){ % html:text property=person%=x% value=/ % } % of course I was expecting the HTML output to be something like: input type=text name=person1 value= input type=text name=person2 value= input type=text name=person3 value=

Multipage JDBC result

2003-09-16 Thread Jonathan Hawkins
Howdy, Any tips as to where I can find code examples of how to break down a large JDBC result into say 25 rows per page? Jon Hawkins - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]