Java Mailing List Archive

http://www.junlu.com/

Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Tomcat - JSP/Servlet container
Struts - A MVC web framework
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
JSP - A mailing list about Java Server Pages specification and reference
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Oracle Connection Pooling in 3 2 2
Servlet : Session invalidate
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Tomcat and webapplication specific java library path
Running a Simple JMS Example
Mapping in workers2 properties
org apache jasper JasperException
Cannot find message resources under key org apache struts action
   MESSAGE
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
url string for connecting jboss to oracle
Value attribute of <html:checkbox
javax servlet ServletException: BeanUtils populate
HTTP Status 404 The requested resource is not available
5 0 18: Windows XP Pro vs Windows 2000
 
- s:link and expression language #{}

- s:link and expression language #{}

2007-06-12       - By tkalactomo

 Back
I have a tomahawk tree component which I'm trying to use as a navigator for my
application....This tree component uses as value my katalog.katalog which is my
type of implementation of treenode.I did that because i need one more proprety
to get one more value besides, description and  identifier, and that is which
pageflow should i use on s:link tag to know whic pageflow to start.
But when I through expresion language try to get to that value(pageflow) on s
:link tag <s:link pageflow="#{node.pageflow}" i get non value....can someone
please help...??

 <t:tree2 id="clientTree" value="#{katalog.katalog}" var="node"
  varNodeToggler="t">
 
       <f:facet name="orka">
           <h:panelGroup>
               <f:facet name="expand">
                   <t:graphicImage value="/slike/ikone/yellow-folder-open.png"
rendered="#{t.nodeExpanded}" border="0"/>
               </f:facet>
               <f:facet name="collapse">
                   <t:graphicImage value="/slike/ikone/yellow-folder-closed
.png" rendered="#{!t.nodeExpanded}" border="0"/>
               </f:facet>
               <h:outputText value="#{node.description}" styleClass=
"nodeFolder"/>
               <h:outputText value=" (#{node.childCount})" styleClass=
"childCount" rendered="#{!empty node.children}"/>
           </h:panelGroup>
       </f:facet>
       <f:facet name="grana">
           <h:panelGroup>
               <f:facet name="expand">
                   <t:graphicImage value="/slike/ikone/yellow-folder-open.png"
rendered="#{t.nodeExpanded}" border="0"/>
               </f:facet>
               <f:facet name="collapse">
                   <t:graphicImage value="/slike/ikone/yellow-folder-closed
.png" rendered="#{!t.nodeExpanded}" border="0"/>
               </f:facet>
               <h:outputText value="#{node.description}" styleClass=
"nodeFolder"/>
               <h:outputText value=" (#{node.childCount})" styleClass=
"childCount" rendered="#{!empty node.children}"/>
           </h:panelGroup>
       </f:facet>
       <f:facet name="posao">
           <h:panelGroup>
           <t:commandLink action="#{node.getIdentifier}">
        <t:graphicImage value="/slike/ikone/document.png" border="0"/>
        <t:outputText value="#{node.description}"/>
           </t:commandLink>
           
           <f:verbatim>: </f:verbatim>

<<<<<<<<<THIS IS THAT WHAT MATTERS I NEED TO KNOW WHICH PAGEFLOW TO START>>>>>>
>>>>>>>>>
           <s:link value="#{node.pageflow}"
            view="#{node.identifier}"
            propagation="begin"
        pageflow="#{node.pageflow}"/>

<<<<<<<<<<<THIS WAY WORKS BUT IT'S TOTALY FIX>>>>>>>>>>>>>>>>
      <s:link
      value="#{node.pageflow}"
            view="#{node.identifier}"
            propagation="begin"
        pageflow="operater"/>
           </h:panelGroup>


       </f:facet>

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic
&p=4053527#4053527

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode
=reply&p=4053527
__ ____ ____ ____ ____ ____ ____ ____ ____ ____
jboss-user mailing list
jboss-user@(protected)
https://lists.jboss.org/mailman/listinfo/jboss-user

©2008 junlu.com - Jax Systems, LLC, U.S.A.