I just try it.
SQuirrel SQL Client Version 2.0 final is very good.
2005/10/13, Zsolt <[EMAIL PROTECTED]>:
> At http://squirrelsql.org I cannot see anything about eclipse. Can you help
> me please where I can find the eclipse plug-in.
>
> Zsolt
>
> >-Original Message-
> >From: news [mailt
fabFORCE is a free too. It supports ER diagram.
2005/10/12, Danny Lee <[EMAIL PROTECTED]>:
> I like my SQLyog-Tool, using it for couple of years now.
> It's really fast, unproblematic and simple to use.
>
> Cheers
>
> Danny
>
>
> ---
How about SQLExplorer.
It also has Eclipse plugin.
2005/10/12, Vic Cekvenich <[EMAIL PROTECTED]>:
> SQuriel client has a Eclipse plugin version (on eclipse plugins page is
> where you'd search for plugins).
>
> I use SQLyog (windoze only... but Mac and Linux have Windoze emulators).
>
> .V
>
>
> -
My action class like this
public ActionForward userProfileMaint (ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response) throws Exception {
HttpSession session = request.getSession();
Should the parameter be passed into Action class by
http://xxx/foo?a=b ?
Can the Action class get the parameter value
and the link is http://xxx/foo only?
I do not want the parameter appear in the URL.
Thanks
2005/10/8, Laurie Harper <[EMAIL PROTECTED]>:
> 梁炳場 wrote:
> > Can I d
Can I do the following?
Same action class sets different attribute
according to the change of parameter?
Thanks
I have a menu made up of s.
When a certain html:link is clicked,
next level of menu made up of html:link displays.
When the first level of html:link, I do this
session.setAttribute() in the Action class.
So that I know which link is clicked.
To display the menu, it is the job of Hibernate.
<%
L
well, I just make use of session.setAttribute(),
How will it become global variable?
2005/10/3, Murugesan, Kathiresan (Cognizant)
<[EMAIL PROTECTED]>:
>
> it won't share until you have "userPrivileges" as global variable in your
> action class.
>
> Regards
> Kathir.
>
> ___
In an Action, an attribute is set by
session.setAttribute("Privileges", userPrivileges);
If another session logins and the same Action is called again,
will the two sessions share the same attribute?
Thanks
-
To unsubscribe, e-m
le under WEB-INF/classes, it will definitely work.
>
>
> Sunil
>
>
>
>
>
> 梁炳場 <[EMAIL PROTECTED]>
> 09/30/2005 01:20 AM
> Please respond to
> "Struts Users Mailing List"
>
>
> To
> Struts Users Mailing List
> cc
>
> Subject
&g
the titleKey gives null.
A single line is input into displaytag.properties
userRole.system.title=System
I have put displaytag.properties /WEB-INF/
and /WEB-INF/user
The column title is still blank.
Where is the correct path to put displaytag.properties?
Where can I define the path of displayt
In addition datagrid and displaytag, is struts-layout a widely used tool?
Any other open source tools to display a grid or something like this?
Thnx
2005/9/27, David G. Friedman <[EMAIL PROTECTED]>:
> How about the Pager Taglib from JSPtags.com? Their examples show radio
> buttons to get the 'e
The current result is blank.
I want to display the cell which retrieves from ApplicationResources.properties.
And the cell can be clicked.
The column title come from ApplicationResources.properties as well.
How can it be done?
Thanks
">
Where href and messageKey are property of
I'd like to change the messageKey column to
where href is another property.
How can it be done?
thnx
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECT
Can I replace the "link" jsp file with an action path?
thnx
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
How to make html:img or other html tag response to a click?
Thnx
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
e.org/userGuide/building_view.html
> HTH,
> Martin-
> - Original Message -
> From: "Laurie Harper" <[EMAIL PROTECTED]>
> To:
> Sent: Monday, September 26, 2005 2:44 PM
> Subject: Re: Why the message in ApplicationResources cannot be retrieved?
>
>
> >
Output of the following is only "English Chinese".
The message (main.home) in ApplicationResources cannot be written out.
No error message.
Any advice?
English Chinese
I change to bean key to main.welcome,
the webpage can be displayed.
If the bean key changes to main.home or main.contactUs
the webpage cannot be displayed properly.
what goes wrong?
Thnx
header.jsp:
ApplicationResources.properties:
main.welcome=Welcome to myERP
main.contactUs=Contac
In the header.jsp, I try to add something like "About Us", "Contact Us".
Make them align to the right.
But it does not work.
I spread across the header section.
I do this in the header.jsp (and use classLayout.jsp).
...
How can I make it work?
Thnx
-
Sorry for interruption.
After reading your discussion, I try to read the more about Shale.
>From the webpage, http://struts.apache.org/shale/index.html,
it is found that Shale does not depend on Struts.
I wonder if Shale will be independent of Struts?
2005/9/20, Gary VanMatre <[EMAIL PROTECTED]
Because from the webpage of http://www.lifl.fr/~dumoulin/tiles/
No new element is added after 2002.
I wonder if it stops moving.
If it is alive, I can devote my effort to it.
Thank you all.
2005/9/16, Wendy Smoak <[EMAIL PROTECTED]>:
> From: <[EMAIL PROTECTED]>
>
> > on the web page Tiles dev
on the web page Tiles developer,
http://www.lifl.fr/~dumoulin/tiles/
It stopped development after 2002.
Any new tools of OpenSource which keeps on going?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mai
I have a Tiles layout of menu.
It displays values as I put in item value.
But can I make it i18n?
ie. how to use ApplicationResources.properties?
Thanks
-
To unsubscribe,
Thank you Wendy.
It is okay to retrieve contextpath.
Thanks
2005/9/16, Wendy Smoak <[EMAIL PROTECTED]>:
> From: <[EMAIL PROTECTED]>
>
> > The resulting href becomes the following by display the source page on IE.
> > > media="screen, print" />
> >
> > It is so strange that both http://localh
I have tried both suggestion.
Still no luck and even worse.
The resulting href becomes the following by display the source page on IE.
It is so strange that both http://localhost:8080/erp/
and http://localhost:8080/erp/addUserProfile.do
cannot display with css.
Eventuallt, I change the href t
For this link, http://localhost:8080/erp/
displaytag is okay to display with css beautifully.
For this link, http://localhost:8080/erp/addUserProfile.do
all the css effect disappear.
my web.xml
/user/addUserProfile.jsp
my jsp file has a css line
my struts mapping is
Don
I have read your presentation.
I give me an impression.
Shale is the future of Struts without doubt!!!
2005/9/8, Don Brown <[EMAIL PROTECTED]>:
> I just finished giving a presentation titled "Struts 1.3 and Beyond" to the
> Silicon Valley Web Developer JUG that I thought folks on this lis
Should I read data from sql resultset and assign data to sessionScope.details?
If yes, but I do not know how to define sessionScope.details in Action class
and ActionForm class?
Thanks
-
To unsubscribe, e-mail: [EMAI
...
}
rs.close();
In JSP:
2005/9/2, 梁炳�� <[EMAIL PROTECTED]>:
> After 2nd thought, what if I want to display a no of lines which are
> actually links .
>
> How can it be done with selecting data in Action via ActionForm
> and displaying them by jsp
se.sendRedirect("/index.jsp");
> }
> }
>
> Also, make sure that your '/common/mainLayout.jsp' page doesn't have any
> html code before the invocation, or it
> will make a response being sent to the client.
>
> Regards.
>
> On 9/1/05, 梁炳場 &
this?
> > change the layout from a no of links
> > to a no of forms
> > In each form, it has hidden value of group id.
> >
> > How will you do this? Thank you very much for your help.
> >
> > 2005/9/1, 梁炳�� <[EMAIL PROTECTED]>:
> > >
up ids.
> > Can the pass a value to Action?
> > If it can, it is excellent.
> >
> > Should it be done like this?
> > change the layout from a no of links
> > to a no of forms
> > In each form, it has hidden value of group id.
> >
> > How will yo
mendation would be to define a Tiles Controller (see
> org.apache.struts.tiles.ControllerSupport) that would do the forwarding
> logic.
>
> I hope this helps.
>
> On 9/1/05, 梁炳場 <[EMAIL PROTECTED]> wrote:
> >
> > Within a Tiles layout,
> > I try to forwar
Within a Tiles layout,
I try to forward to another jsp when a bean not exist?
But it leads to the subject line error message?
In the header layout jsp, I put this
If it is not allowed or it is not a good way,
what is the better way or another way to do so?
Thanks
PC Leung
---
th different group ids.
> Can the pass a value to Action?
> If it can, it is excellent.
>
> Should it be done like this?
> change the layout from a no of links
> to a no of forms
> In each form, it has hidden value of group id.
>
> How will you do this? Thank you very
group id.
How will you do this? Thank you very much for your help.
2005/9/1, 梁炳場 <[EMAIL PROTECTED]>:
> I retrieve a group id by JSP.
>
>
> When user clicks a link
>
>
> Before another page is shown, in my struts-config.xml,
> I try to make a ActionForward function
I retrieve a group id by JSP.
When user clicks a link
Before another page is shown, in my struts-config.xml,
I try to make a ActionForward function to capture the group_id
and then update a session attribute .
Then the resulting jsp is like this
Is this a proper way to do this?
I do not kn
I add a button to a page, hope it will go back to the menu page, but it fails.
1) The button text cannot obtain the value from MessageResources.properties.
2) When mouse goes up, the page forward does not work.
How can they be resolved?
Thanks
JSP:
struts-config.xml:
Can it be done if the back button of IE goes to the page (menu page)
before the input form?
I do not want a common back page.
It seems that I have to extend the back button of IE or something else?
Can it be defined in JSP or struts-config.xml?
Thanks
2005/8/28, Martin Gainty <[EMAIL PROTECTE
(1) Could I add extra message to in addition to empty message?
Does only capture ActionErrors, not ActionMessages?
(2) I have fixed it by modifying validation.xml.
Thank
2005/8/25, 梁炳場 <[EMAIL PROTECTED]>:
> Struts 1.2.7
>
> (1)
> The following tag can test the empt
validate() is a function of ValidatorForm
I have written some checking inside validate()
However validate returns ActionErrors.
However can I change it to ActionMessages
so that my checking inside in validate() still valid
when ActionErrors deprecates in the future?
And
Inside validate(),
The 1
Struts 1.2.7
(1)
The following tag can test the emptiness of the field.
If I want to display a specific message when it is not empty
and display error message when it is empty,
what should be done in header="???" or something else
(2)
I have a message in MessageResources.properties like
addUs
43 matches
Mail list logo