order « Parameter « JSP-Servlet Q&A





1. how to show Parameter names in an order?    coderanch.com

Hi All, I'm writing a web application which consists of two jsp files.In one jsp i have some text field and in the other i want to get those values for that i'm using enumerator,but the order in which i get values is different.I want the order in which i entered.how can i do that?? Can anyone help me out?? Thanks, ...

2. How i use order by clause with input parameter in EJB2.0    coderanch.com

Hi, I am using EJB2.0 but i am unable to set order by clause with input parameter. simply order by in runing.......... but when i am use input parameter then deployment error Example : select Object(o) from Employee o where o.employeeno like ?1 order by o.employeename If any body have idea about this then please forward your idea. Periorty == URGENT ...