Oracle JDeveloper 10g (http://otn.oracle.com/products/jdev) understands the Struts tags and will pre-render them at design time if that's what you want to see in the visual editor. For instance a <html:text> will render as a Text field not as a tag, likewise <bean:message> tags will be resolved at design time so you're working with the actual text rather than a resource key tag.
In fact any Tag library, including the JSTL ones, can be set to pre-render in the design time., but it's optional of course, if you want to run with plain tags in the visual editor, or indeed work in code view then that's fine, it's all supported and synchronised.


Regards

Duncan Mills
Senior Principal Product Manager
Oracle Application Development Tools



Adam Lipscombe wrote:

Folks,

I am developing a J2EE server using Struts. The JSPs will be constructed by
a web developer who is used to DreamWeaver.


I imported the Struts tag libraries into DW, but the "design view" doesn't
work. He cant layout the pages visually.


Is this a limitation of DW? Are there any web IDE's that understand Struts tags and allow a design view
to be used?



TIA Adam




-----Original Message----- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Martin Cooper Sent: 14 May 2004 22:22 To: [EMAIL PROTECTED] Subject: Re: XML stream input to Struts Action class



"Ashish Goswami, Noida" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]


Hi ,
i am facing a problem where i am getting xml input from another server


over


http to my servlet.i use request.getInputStream() to get the xml file


parse


it and use JAXB to marashall into java objects.My question is can i use struts in this case as a framework.does struts supports population of


form


bean from xml input rather than form based post input.



You can use Struts, yes, but Struts will not populate a form bean from XML input. You'll need to do that yourself.

--
Martin Cooper




any help will be appreciable.....

thanks in advance

Ashish


Disclaimer:

This message and any attachment(s) contained here are information that is confidential,proprietary to HCL Technologies and its customers, privileged or otherwise protected by law.The information is solely intended for the individual or the entity it is addressed to. If you are not the intended recipient of this message, you are not authorized to read, forward, print,retain, copy or disseminate this message or any part of it. If you have received this e-mail in error, please notify the sender immediately


by


return e-mail and delete it from your computer.






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



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




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



Reply via email to