[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
is there a problem with componentbinding in html  XML
Forum Index -> Development
Author Message
kretzler

Power User

Joined: 21/11/2007 13:00:57
Messages: 73
Location: Karlsruhe
Offline

Hello Björn,

in the development tools I am using a t:htrow component and my componentbinding is '#{wp.SecurityQuestionBean.row}' (drag and drop from the bean browser)

I have break points in both methods but my program does not come to this points. Other breakpoints in the same bean working fine.

The code behind is

public HTROWComponent getRow() {
return m_row;
}

public void setRow(final HTROWComponent row) {
m_row.getChildren().clear();

HTLABELComponentTag label = new HTLABELComponentTag();
AssignID.assign(label);
label.setText(getQuestion());
label.setWidth("100");
m_row.getChildren().add(label.createBaseComponent());
}


The only error message I got is
22.08.2008 15:25:37 org.apache.jasper.compiler.TagLibraryInfoImpl createAttribute
WARNUNG: Unknown element (isinput) in attribute


Any idea?

Thanks,
ralph
[WWW]
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5520
Offline

...just checking...
Unknonw element warning is not relevant.
Björn

Björn Müller, CaptainCasa GmbH
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5520
Offline

ooops,

you are 100% right! Bug in the HT* components... will be solved short term (asap, early Monday update). Your sever code is correct, change on our side is required... Sorry!

Björn

Björn Müller, CaptainCasa GmbH
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team