[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
New feature text search for fixgrids  XML
Forum Index -> Development
Author Message
mreich

Power User
[Avatar]

Joined: 30/01/2009 08:34:23
Messages: 750
Offline

Hi,

I implemented this functionality as shown in demo workplace, but when I click on next, nothing happens no cell highlighting?!
Already checked log file, but no errors are thrown.

Markus
[WWW]
CaptainCasa

Power User
[Avatar]

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

...could you please provide the JSP layout?
Thanks! Björn

Björn Müller, CaptainCasa GmbH
mreich

Power User
[Avatar]

Joined: 30/01/2009 08:34:23
Messages: 750
Offline


Code:
<f:view>
 <h:form>
 <f:subview id="personselectiong_sv">
 <t:row id="g_1" >
 <t:icon id="g_2" actionListener="#{d.PersonSelectionUI.gridList.textSearcher.onPrevious}" image="/eclntjsfserver/images/control_playbackwards.png" />
 <t:field id="g_3" actionListener="#{d.PersonSelectionUI.gridList.textSearcher.text}" bgpaint="image(100%-5,50%,/images/icons/magnifier.png,rightmiddle)" width="100" />
 <t:icon id="g_4" actionListener="#{d.PersonSelectionUI.gridList.textSearcher.oneNext}" image="/eclntjsfserver/images/control_play.png" />
 <t:coldistance id="g_5" width="100%" />
 <t:filedownloadlink id="g_6" actionListener="#{d.PersonSelectionUI.gridList.exporter.exportURLCsvWholeGrid}" filename="grid.csv" opensupported="true" text="CSV" />
 <t:filedownloadlink id="g_7" actionListener="#{d.PersonSelectionUI.gridList.exporter.exportURLXMLWholeGrid}" filename="grid.xml" opensupported="true" text="XML" />
 </t:row>
 <t:row id="g_8" >
 <t:fixgrid id="g_9" avoidroundtrips="true" border="top:1;color:#808080" cellselection="true" drawoddevenrows="true" multiselect="false" objectbinding="#{d.PersonSelectionUI.gridList}" persistid="gridList" sbvisibleamount="20" width="100%" >
 <t:gridcol id="g_10" align="center" searchenabled="true" sortreference=".{entity.salutation}" text="#{rr.literals.person_salutation}" width="50" >
 <t:label id="g_11" text=".{entity.salutation}" />
 </t:gridcol>
 <t:gridcol id="g_12" align="center" searchenabled="true" sortreference=".{entity.name_first}" text="#{rr.literals.person_first_name}" width="100" >
 <t:label id="g_13" text=".{entity.name_first}" />
 </t:gridcol>
 <t:gridcol id="g_14" align="center" searchenabled="true" sortreference=".{entity.name_last}" text="#{rr.literals.person_last_name}" width="100" >
 <t:label id="g_15" text=".{entity.name_last}" />
 </t:gridcol>
 <t:gridcol id="g_16" align="center" searchenabled="true" sortreference=".{entity.email}" text="#{rr.literals.email}" width="200" >
 <t:label id="g_17" text=".{entity.email}" />
 </t:gridcol>
 </t:fixgrid>
 </t:row>
 <t:row id="g_18" >
 <t:button id="g_19" actionListener="#{d.PersonSelectionUI.onSelect}" text="#{rr.literals.select}" />
 <t:coldistance id="g_20" width="100%" />
 <t:button id="g_21" actionListener="#{d.PersonSelectionUI.onCancel}" text="#{rr.literals.cancel}" />
 </t:row>
 <t:pageaddons id="g_pa"/>
 </f:subview>
 </h:form>
 </f:view>
[WWW]
CaptainCasa

Power User
[Avatar]

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

...your jsp is "perfect", we are just checking...
Björn

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