You'd see it in your logs, probably. What logs those are will depend
on your container. It's not a good idea to put a method which can
throw an exception directly on your page code -- I think you want to
put a wrapper around your database calls and handle it more gracefully
in your application.
On 2/28/07, Carlos Ortiz <[EMAIL PROTECTED]> wrote:
I take out dojo-combobox same problem
if a exception where see it ¿?
pd is not dojo it self beacuse i use the same web service in php to fill
the dojo combo box and works just fine
so is Myfaces
Mike Kienenberger wrote:
> When you take out "dojo-combobox" does it work? If so, sounds like a
> dojo bug.
>
> I can't think of a JSF reason why it would happen other than throwing
> an exception while reading #{supplierBean.suppliers}.
>
> On 2/28/07, Carlos Ortiz <[EMAIL PROTECTED]> wrote:
>> Hi i'm having a problem when i use :
>>
>> <h:selectOneMenu styleClass="dojo-combobox"
>> value="#{searchParam.idCatStant}" >
>> <f:selectItems value="#{supplierBean.suppliers}" />
>> </h:selectOneMenu>
>> More code goes here
>>
>> the problem is that after </h:selectOneMenu> does not render,
>> actually the "combo box" is no finish render but the browser (IE6,IE7 ,
>> FF 2.x and Opera)says its done and the generate html code is randomly
>> unfinish example
>> <option "value">description></option>
>> <option "
>> the problem is when the supplierBean.suppliers are when the
>> supplierBean.suppliers.length is > 65
>>
>> using Myfaces 1.1.6
>> tomahawk 1.1.5
>> Sun JDK 5 update on Windows xp
>> .
>>
>>
>>