Hi,

 

I know how the BrowserSelector works, but I want to use its value as a parameter for one of my actions.

Instead of writing

 

<map:select type="browser">
  <map:when test="netscape">
    <map:act …>
        <map:parameter name=”browser” value=”netscape”/>
    </map:act>
  </map:when>
  <map:when test="explorer">
    <map:act …>
        <map:parameter name=”browser” value=”explorer”/>
    </map:act>
  </map:when>
</map:select>
 
can I access the result – say “explorer” – directly? Is it possible (a) in the sitemap and (b) in my action?
 
Cheers,
Stefan




Reply via email to