Re: xml problem?

2001-04-10 Thread Rob Gordon
> Which xml parser can be integrated in the JSP? Either one, presuming you mean DOM vs. SAX. Ultimately, depends on what you want to do. SAX is probably best for handling a stream input into a JSP (ie. servlet) Rob > > ===

Re: Quick bean question.

2000-09-20 Thread Rob Gordon
Patrick Lin wrote: >It will skip calling the setXxxx method. However, I am not sure if it > depends on the engine implementation. I am using WebLogic... I am also using WebLogic and it is my tentative conclusion that it does NOT meet the spec on this. I am seeing attempt to call a setXXX w

Re: Quick bean question.

2000-09-20 Thread Rob Gordon
I am also using WebLogic and it is my tentative conclusion that it does NOT meet the spec on this. I am seeing attempt to call a setXXX when no parameter XXX appears in HTTP request parameter list. The specifics are my situation is that I have two setters setXXX with different signatures. At Web

Re: Bean: Unable to do setProperty

2000-10-20 Thread Rob Gordon
> Hi, > > I am unable to setProperty for a bean, its giving error: > com.sun.jsp.JspException: "setProperty(shiptoBean): Cant Find the method > for setting {1}" > > Following is the code snippet: > You don't say what jsp engine you are using, but I have had to develop for both JRun 3.0 and Tomca