Hi friends, 
First of all, I apologize for this long e-mail.  
I have a problem with the construct logic. 

If I use for instance this code: 

<%-------------------------------------------------------------%>
<logic:equal name="SK_SITECONTEXT"  
value="<=PPZContextConstants.INSTITUTIONEN_BEARBEITEN%>">
    <html:link transaction="true" 
page="/listInstitutionen.do"styleClass="menue3aktiv" transaction="true">
       <bean:message key="menu.inst.edit"/>
    </html:link>
</logic:equal>

<logic:notEqual name="SK_SITECONTEXT" 
value="<%=PPZContextConstants.INSTITUTIONEN_BEARBEITEN%>">
    <html:link transaction="true"  page="/listInstitutionen.do"  
styleClass="menue3" transaction="true">
        <bean:message key="menu.inst.edit"/>
    </html:link>
</logic:notEqual>

It doesn't work and I don't know why. I believe it's the constant
"PPZContextConstants.INSTITUTIONEN_BEARBEITEN" . How can I find out, wether
I pass the right variable? 

PPZContextConstants.INSTITUTIONEN_BEARBEITEN is a String called 
"Institutionen bearbeiten" in the class PPZContextConstants. 
Could anyone help me? 

Thank you very much ! 

with regards 

Baris 




-- 
NEU: WLAN-Router für 0,- EUR* - auch für DSL-Wechsler!
GMX DSL = supergünstig & kabellos http://www.gmx.net/de/go/dsl


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to