[JBoss JIRA] Created: (JBIDE-1805) Processing unvisible tags in VPE
by Sergey Vasilyev (JIRA)
Processing unvisible tags in VPE
--------------------------------
Key: JBIDE-1805
URL: http://jira.jboss.com/jira/browse/JBIDE-1805
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Visual Page Editor
Affects Versions: 2.0.0.GA
Reporter: Sergey Vasilyev
Assigned To: Sergey Vasilyev
Fix For: LATER
Add to the bottom of the visual part of VPE a list of invisible tags that exist in source part. To give a possibility of navigation through invisible tags.
Example:
If we have in the source part the following code:
...
<body>
...
<input type="text" value="test" />
<input type="hidden" value="id" />
<input type="submit" />
...
</body>
</html>
In the visual part we should have:
see attach invisible_tags.jpg
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 6 months
[JBoss JIRA] Created: (JBIDE-1481) can't change url-pattern
by Sergey Dzmitrovich (JIRA)
can't change url-pattern
-------------------------
Key: JBIDE-1481
URL: http://jira.jboss.com/jira/browse/JBIDE-1481
Project: JBoss Tools
Issue Type: Bug
Components: Seam
Affects Versions: 2.0.0.GA
Reporter: Sergey Dzmitrovich
Assigned To: Maxim Areshkau
1.Create Seam Project : File -> New -> Seam Web Project
a. 1 step : input Project Name, select target runtime, target server.
b. 2 step : leave default values
c. 3 step : leave default values
d. 4 step :remove "*.seam" url-mapping-pattern and add "*.faces" url-mapping-pattern
e. 5 step : leave default values
2. open web.xml and observe that url-patterns is "*.seam" all the same
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 6 months