Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 301598

Summary: [translation] Cannot be resolved errors when Struts <bean:define> is defined within <input type> HTML tag
Product: [WebTools] WTP Source Editing Reporter: Nick Sandonato <nsand.dev>
Component: jst.jspAssignee: Sarika Sinha <sarika.sinha>
Status: RESOLVED FIXED QA Contact: Nitin Dahyabhai <thatnitind>
Severity: normal    
Priority: P3 CC: ccc, nsand.dev, sarika.sinha
Version: 3.0.5Flags: thatnitind: review+
Target Milestone: 3.0.5 P   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
patch none

Description Nick Sandonato CLA 2010-02-02 15:59:42 EST
Created attachment 157964 [details]
patch

+++ This bug was initially created as a clone of Bug #299239 +++

Build Identifier: I20091209-1800

Custom tag defintion like <bean:define> is not translated correctly when defined inside <input type>

Reproducible: Always

Steps to Reproduce:
<bean:define id="variableA"  value="true" />
<input type="text" name="123"  <bean:define id="varB" name="variableA" /> 
value="<%=(String)varB%>" >

varB does not get resolved and gives compilation error.
Comment 1 Carl Anderson CLA 2010-02-05 07:35:26 EST
Committed to R3_0_5_patches