Problem with text encoding..

2007-05-12 Thread ஆமாச்சு
Hi, I am using Kubuntu edgy OS.. I installed Netbeans yesterday... The installation went smooth and fine... here are the setup I have, 1) JDK - 1.5.0_11 2) Netbeans - netbeans-5.5 3) Tomcat - Bundled with Netbeans... I thought of developing a Struts application in my Language - Tamil... so

[S2] Using Struts with Eclipse + M2Eclipse Plugin

2007-05-12 Thread Nicolas
Hey Guys, I try to make a Struts project wok with the m2eclipse plugin. When I save my pom.xml I get the following error: 13/05/07 02:17:42 BST: Missing: 1) com.sun:tools:jar:1.5.0 Try downloading the file manually from the project website. Then, install it using the command: mvn instal

Re: Installing strutsIDE plugin for eClispe

2007-05-12 Thread Tomas Kramar
Just unzip it into eclipse folder. The zip should contain plugins and/or features directories -after unzipping, contents of these directories will be in eclipse/plugins eclipse/features. Saravanan Vijayappan wrote: > Hello, > > How should i install StrutsIDE plugin for eclipse 3.1.2 ? > > I hav

datetimepicker support for time zone and locale?

2007-05-12 Thread Allen Gilliland
Does the datetimepicker have support for specifying different locales and timezones? I am presuming that it takes into account the locale specified by the request, but don't see that specifically mentioned anywhere. And I don't see it indicating any support for timezones. -- Allen -

struts layout

2007-05-12 Thread shaki m
Hi Everyone, I want to create a table using struts layout with edit,delete, update option and accessing the data from the database. I am new to struts...I want to learn more in thisPlease help. Rgds Shaki -

Re: moving on to Hibernate with S2...

2007-05-12 Thread Josh Vickery
If you like RoR (and I do) you might like some of the "magic" that Struts 2 and Spring can provide. It isn't quite perfect yet (at least not the Struts 2 part), but I'm pretty happy with it. By "magic" I mean convention based configuration, which cuts down on the number of places you have to ent

Re: Hiding/encrypting URL parameters in Struts application

2007-05-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sid, Sid wrote: > Is there a way to hide/encrypt URL parameters using Struts? Struts does not handle this directly. You'll have to do it yourself or use an existing tool to protect these parameters. When I do this type of thing, I symmetrically encr

Re: Custom component - custom tag

2007-05-12 Thread Mansour
Thank you: This looks close to what I need. But I think I am missing something here. I am setting an abject value in the Action. Where is this object stored, on the ValueStack ? Basically I am setting a resuletSet in the action and I need a tag to display it, so How can I access it from the tag

Re: Custom component - custom tag

2007-05-12 Thread Martin Gainty
http://struts.apache.org/2.x/docs/access-to-valuestack-from-jsps.html to quote "There is a simple, if not elegant, solution available in JSP 2.0 EL, for exposing ValueStack to OGNL. It is possible to create custom functions that can be called from EL expressions. Functions have to be 'public sta

How to set attribute of

2007-05-12 Thread red phoenix
I read document from struts2 and I know has label,name,cssStyle,cssClass,so I use as follows: I want to set label "Your First Name" as red color and font size is 6,but when I execute above code,I found label "Your First Name" is still black color and not red color and its size is not 6,why? Ho

Hiding/encrypting URL parameters in Struts application

2007-05-12 Thread Sid
Hi Is there a way to hide/encrypt URL parameters using Struts? Right now i am passing some critical params in the URL For e.g http://localhost:8080/method=xyz?param1=123¶m2=xyz I want to avoid this. Please let me know if anything can be done about this. Thanks Sid

RE: The design of bread crumb trail

2007-05-12 Thread Ray Clough
I hope I am interpreting your question properly. If not, sorry. It sounds like you are asking when you return to page 1 from page 2 should you re-populate the page 1 form. The answer is usually yes. Either Struts-1 or Struts-2 tags will help in the re-population. If you want to use plain html